Jump to content

trium

Experienced Members
  • Posts

    2,544
  • Joined

  • Last visited

Posts posted by trium

  1. On 12.4.2018 at 20:37, Willy2 said:

    2) Then I ran WU today again and it now recommended (among 5 others) to install (Surprise #1) a "Cumulative Security Update for IE 11" from (Surprise #2) september 2016 !!! And 3 of those recommended (security) updates were from (surprise #3) 2014 and 2016 (twice) !!!

    the cumulative updates are normally for linear-install in direction of future - it seems work in direction of past too :)

     

    i think with the smaller rollup there are a few things deliver later for your personal kind of windows - if i remember me darkly you have write in the past you installed security updates for windows and security updates for ie11 separatly + preview rollups... perhaps there are some of the ie-updates out of date (in your update-collection) that are replaced? and windows was so smart to change this kind of older update-versions :lol: perhaps you have become the "best" securityagency-updates of ie11 :D

  2. Changes between 3.0.3 and 3.0.4:
    --------------------------------
    
    Decoder:
     * Blacklist some intel GPU when decoding HEVC
     * Decode AV1 streams
     * Fix playback of low-fps files
     * Fix hardware decoding of low-latency sliced H.264 streams on macOS
     * Fix seeking with streams containing WebVTT subtitles
     * Fix decoding some CC-608 streams with roll-up
     * Fix crashes with LPCM streams
     * Fix colorspace of JPEG, PNG and screen inputs
     * Fix MediaCodec rotation handling
    
    Demux:
     * Improve FLV fps detection
     * Fix some ogg/flac
     * Improve support for broken HEVC inside MKV
     * Fix some AVI regression for broken files and for DVAudio
     * Support files splitted in the .mts%d pattern
     * Fixes for MKV seeking
     * Fix for MP4 disabled track selection
     * Fix playback of incomplete RAR files (downloading)
    
    Audio Output:
     * Improve iOS session management and resume-from-pause
     * Improve macOS audio performance
     * Support 44.1kHz DTS passthrough
     * Fix crashes on DirectSound output
    
    Video Output:
     * Fix some crash in Direct3D11/Direct3D9 because of sensors
     * Fix some broken DVD subtitles rendering (OpenGL, notably)
     * Fix crashes on old mac machines, after some time
     * Fix memleaks on the EGL output (Android notably)
     * Fix misc display in Direct3D11 due to broken drivers
     * Fix potential green screen on Windows XP <--- for all xp-fans :-)
    
    Text renderer:
     * Fix rendering of arabic fonts fallback on macOS
     * Fix head buffer overflow on macOS with some fonts
     * Fix rendering of fonts with specific fonts
     * Fix some RTL rendering
    
    Misc:
     * Fix live555, macOS-UI, screen capture crashes
     * Change the extension registration names on Windows
     * Fix VLM 'now' date
     * Fixes on the HTTPD server
     * Fix on the NTservice registration
     * Fix --stop-time option
     * Fix ChromeCast compatibility with web interface
     * Fix subtitles alignment
     * Fix infinite recursion on directory playback
     * Fix detection SAT>IP servers
    
    Qt:
     * Fix tooltip display when using Wayland
    
    macOS:
     * macOS 10.7.5 is required now, VLC will no longer launch on earlier releases
     * Fix delay and fps setting in subtitle dialog
     * Modernized and improved support for media keys
     * Fix issues with drag and drop of playlist items
     * Fix support for audio capturing with qtsound module
     * Fix layout issues in the Convert and Save panel
    
    Translations:
     * Update of most translations
  3. ff 62.0

     

    05. sept. 2018

     

    New

    • Firefox Home (the default New Tab) now allows users to display up to 4 rows of top sites, Pocket stories, and highlights

    • “Reopen in Container” tab menu option appears for users with Containers that lets them choose to reopen a tab in a different container

    • In advance of removing all trust for Symantec-issued certificates in Firefox 63, a preference was added that allows users to distrust certificates issued by Symantec. To use this preference, go to about:config in the address bar and set the preference "security.pki.distrust_ca_policy" to 2.

    • Added FreeBSD support for WebAuthn

    • Improved graphics rendering for Windows users without accelerated hardware using Parallel-Off-Main-Thread Painting

    • Support for CSS Shapes, allowing for richer web page layouts. This goes hand in hand with a brand new Shape Path Editor in the CSS inspector.

    • CSS Variable Fonts (OpenType Font Variations) support, which makes it possible to create beautiful typography with a single font file

    • Updates for enterprise environments:

      • AutoConfig is sandboxed to the documented API by default. You
        can disable the sandbox by setting the preference
        general.config.sandbox_enabled to false. Our long term plan is to
        remove the ability to turn off the sandboxing. If you need to
        continue to use more complex AutoConfig scripts, you will need to use
        Firefox Extended Support Release (ESR).
    • Added Canadian English (en-CA) locale

    Changed

    • Removed the description field for bookmarks. Users who have stored descriptions using the field may wish to export these descriptions as html or json files, as they will be removed in a future release.

    • Dark theme is automatically enabled in macOS 10.14 dark mode

    • Changed the default setting to Enforce (3) for the security.pki.name_matching_mode preference

    • Adobe Flash applets now run in a more secure mode using process sandboxing on macOS. Learn how this may affect features here.

    • Users disconnecting from Sync are now offered the option to wipe their Firefox profile data (including bookmarks, passwords, history, cookies, and site data) from their desktop computer

    • Changed how WebRTC handles screen sharing: When screen-sharing a window, the window will be brought to front

    Developer

    • Three-pane Inspector in Developer Tools separates the rules into its own panel

    • Changes affecting developers

  4. 17 hours ago, MarkJL said:

    If I "Include" (under "Options") %TEMP%, the folder ("C:\Temp") does get cleaned.

    ... c:\temp ... is not the default folder in Windows and usually no folder with this path, only you have it created and set manually

    to you mean c:\windows\temp?

     

    Quote

    If I "Include" (under "Options") %TEMP%, the folder ("C:\Temp") does get cleaned.

     

    good to read :-)

  5. ublock v1.16.18

     

    gorhill released this

    2 days ago

     

    I decided to create an emergency fix for a bug which was spotted for uMatrix but which also affects uBO:
    "My rules tab hangs with cloud storage support"

    If using cloud storage, there is a small probability uBO could be stuck in an infinite loop when reading back the data from the cloud storage, something which may occurs when the following conditions are fulfilled:

    • You checked the setting "Enable cloud storage support";
    • You saved data into the cloud storage for a given pane;
    • The amount (in bytes) of data that was saved into the cloud storage for that given pane is rather high and such that the "chunkification" of that data results in a chunk count which is a multiple of 16;
      • Large amount of data is more likely for the "My filters" and "My rules" panes.
      • Sorry for the cryptic explanation, I don't know how else to describe this.
    • You open the pane in the dashboard for which the conditions above are true.

    If the bug is triggered, uBO could be stuck in an infinite loop in its main process, thus preventing it from doing its job.

    This is not a regression, but rather a bug that has been hiding in there since quite a long time.

    Commit history since 1.16.16

  6. On 4.12.2017 at 18:48, hazelnut said:

    Microsoft forgot to change an expiration date, and now all attempts to run Windows Update in Win7 are failing with the bogus message “Windows Update cannot currently check for updates, because the service is not running.”

     

    hello hazelnut,

     

    today i have this case on a laptop with w7 and this update-problem and message

     

    the simple way works fine
     

    Quote

     

    german

    rechtsklick auf die Flagge links neben der Windows-Uhr/Datumsanzeige

    -> wähle "Problem behandeln"

    -> wähle unter SYSTEM UND SICHERHEIT -> "Probleme mit Windows beheben"

     

     

    i dont know the exactly names at the english windows-version - perhaps similar:

    -> rightclick on the flag left from the time/date-thing on the taskbar

    -> troubleshoot -> under SYSTEM AND SECURITY -> fix problems with windows update

  7. ublock v1.16.16

     

    gorhill released this

    9 hours ago

     

    New

    A new pane has been added in the dashboard for the Firefox version of uBO: Shortcuts. The purpose is to be able to assign keyboard shortcuts to some common operations. (Chromium-based browsers have a centralized keyboard shortcut UI, so the pane is not necessary for Chromium-based browsers.)

    Closed as fixed:

    Firefox

    Core

  8. hi fans,

    i would download the actually slim of ccleaner but its the old one -> v5.44

    http://www.ccleaner.com/ccleaner/download/slim

     

    for the portable its the same

    http://www.ccleaner.com/ccleaner/download/portable

     

    and the standard too

    http://www.ccleaner.com/ccleaner/download/standard

     

    also there are no changes worked into the ccleaner-history

    http://www.ccleaner.com/ccleaner/version-history

     

     

     

    perhaps the employees are in holidays... :-)

  9. ff v61.0

    26. june 2018

     

    New

    • Enhanced performance:

      • Faster page rendering with Quantum CSS improvements and the new retained display list feature
      • Faster switching between tabs on Windows and Linux
      • WebExtensions now run in their own process on MacOS
    • Convenient access to more search engines: You can now add search engines to the address bar “Search with” tool from the page action menu when on a webpage that provides an OpenSearch plugin

    • Share links from Firefox for MacOS more easily: You can now share the URL of an active tab from the page actions menu in the address bar

    • Improved security:

      • On-by-default support for the latest draft of the TLS 1.3 specification
      • Access to FTP subresources inside http(s) pages has been blocked
    • A more consistent user experience: Improvements for dark theme support across the entire Firefox user interface

    • More customization for tab management: added support to allow WebExtensions to hide tabs

    • Improved bookmark syncing

    Fixed

    Changed

    • The settings for customizing your homepage and new tab page in Firefox have been added to a new Preferences section that can be accessed from Firefox at about:preferences#home. The settings can also be accessed via the gear icon on the New Tab page.

    unresolved

    • Users with Avast or AVG security software using the HTTPS Scanning feature may get an error message (SSL_ERROR_RX_RECORD_TOO_LONG) when trying to access secure sites. Workarounds are available from this support article until fixed versions of Avast and AVG are available

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.