Ashampoo Anti-Virus 歷史舊版本 Page3

最新版本 Ashampoo Anti-Virus 9.0

Ashampoo Anti-Virus 歷史版本列表

Ashampoo Anti-Virus 提供先進的實時保護而不妥協。在安全性上,重要的資源,病毒,木馬,間諜軟件和其他惡意軟件自動消除,而不會放慢主機。即使是零日威脅,也可以使用先進的行為攔截器來有效抵消。 Ashampoo Anti-Virus 就像一個高度熟練的保鏢,盡可能少的用戶干預自主處理危險的情況。只需安裝即可忘記.Ashampoo 實時保護抵消攻擊。行為攔截器監視應用程序行為,還消除了... Ashampoo Anti-Virus 軟體介紹


Node.js 12.10.0 (64-bit) 查看版本資訊

更新時間:2019-09-05
更新細節:

What's new in this version:

Notable changes:
deps:
- Update npm to 6.10.3 (isaacs)

fs:
- Add recursive option to rmdir() (cjihrig)
- Allow passing true to emitClose option (Giorgos Ntemiris)
- Add *timeNs properties to BigInt Stats objects (Joyee Cheung)

net:
- Allow reading data into a static buffer

Commits:
- bootstrap: run preload prior to frozen-intrinsics
- buffer: correct indexOf() error message
- buffer: consolidate encoding parsing
- buffer: correct concat() error message
- buffer: improve equals() performance
- Revert "build: add full Python 3 tests to Travis CI"
- build: add full Python 3 tests to Travis CI
- build: hard code doctool in test-doc target
- build: integrate DragonFlyBSD into gyp build
- build: make --without-snapshot imply --without-node-snapshot
- build: test Python 3.6 and 3.7 on Travis CI
- build: move tooltest to before jstest target
- build: add Python 3 tests to Travis CI
- build,win: accept Python 3 if 2 is not available
- build,win: find Python in paths with spaces
- console: use getStringWidth() for character width calculation
- crypto: don't expose openssl internals
- crypto: simplify DSA validation in FIPS mode
- deps: V8: cherry-pick 597f885
- (SEMVER-MINOR) deps: update npm to 6.10.3
- doc: escape elements swallowed as HTML in markdown
- doc: add extends for derived classes
- doc: add blanks around code fences
- doc: format http2 anchor link and reference
- doc: remove multiple consecutive blank lines
- doc: add devnexen to collaborators
- doc: inconsistent indentation for list items
- doc: heading levels should only increment by one
- doc: add dco to github pr template
- doc: add https.Server extends tls.Server
- doc: fix nits in esm.md
- doc: add missing extends Http2Session
- doc: indicate that Http2ServerRequest extends Readable
- doc: indicate that Http2ServerResponse extends Stream
- (SEMVER-MINOR) doc: add emitClose option for fs streams
- doc,crypto: add extends for derived classes
- doc,errors: add extends to derived classes
- doc,fs: add extends for derived classes
- doc,http: add extends for derived classes
- doc,tls: add extends for derived classes
- errors: provide defaults for unmapped uv errors
- esm: support loading data URLs
- events: improve once() performance
- (SEMVER-MINOR) fs: add recursive option to rmdir()
- (SEMVER-MINOR) fs: allow passing true to emitClose option
- fs: fix (temporary) for esm package
- fs: document the Date conversion in Stats objects
- (SEMVER-MINOR) fs: add *timeNs properties to BigInt Stats objects
- gyp: remove semicolons (Python != JavaScript)
- gyp: futurize imput.py to prepare for Python 3
- http: simplify timeout handling
- lib: add ASCII fast path to getStringWidth()
- lib: consolidate lazyErrmapGet()
- module: avoid passing unnecessary loop reference
- (SEMVER-MINOR) net: allow reading data into a static buffer
- process: improve nextTick performance
- querystring: improve performance
- src: do not crash when accessing empty WeakRefs
- src: turn GET_OFFSET() into an inline function
- src: inline SLICE_START_END() in node_buffer.cc
- src: allow --interpreted-frames-native-stack in NODE_OPTIONS
- src: expose MaybeInitializeContext to allow existing contexts
- src: add large page support for macOS
- stream: don't deadlock on aborted stream
- stream: improve read() performance
- stream: async iterator destroy compat
- stream: do not emit drain if stream ended
- test: remove Windows skipping of http keepalive request GC test
- test: fix test-benchmark-net
- test: fix flaky test-http-server-keepalive-req-gc
- test: use print() function in both Python 2 and 3
- (SEMVER-MINOR) test: add emitClose: true tests for fs streams
- tools: update ESLint to 6.3.0
- tools: use 'from io import StringIO' in ninja.py
- tools: fix mksnapshot blob wrong freeing operator
- tools: update ESLint to 6.2.2
- tools: update babel-eslint to 10.0.3
- tools: fix Python 3 issues in inspector_protocol
- tools: fix mixup with bytes.decode() and str.encode()
- tools: fix Python 3 issues in tools/icu/icutrim.py
- tools: fix Python 3 issues in gyp/generator/make.py
- util: do not throw when inspecting detached ArrayBuffer

Node.js 12.9.1 (64-bit) 查看版本資訊

更新時間:2019-08-27
更新細節:

Node.js 12.9.0 (64-bit) 查看版本資訊

更新時間:2019-08-21
更新細節:

What's new in this version:

Changes:
Crypto:
- Added an oaepHash option to asymmetric encryption which allows users to specify a hash function when using OAEP padding

Deps:
- Updated V8 to 7.6.303.29
- Improves the performance of various APIs such as JSON.parse and methods called on frozen arrays
- Adds the Promise.allSettled method
- Improves support of BigInt in Intl methods
- Updated libuv to 1.31.0
- UV_FS_O_FILEMAP has been added for faster access to memory mapped files on Windows
- uv_fs_mkdir() now returns UV_EINVAL for invalid filenames on Windows. It previously returned UV_ENOENT
- The uv_fs_statfs() API has been added
- The uv_os_environ() and uv_os_free_environ() APIs have been added

Fs:
- Added fs.writev, fs.writevSync and filehandle.writev (promise version) methods. They allow to write an array of ArrayBufferViews to a file descriptor

Http:
- Added three properties to OutgoingMessage.prototype: writableObjectMode, writableLength and writableHighWaterMark

Stream:
- Added an new property readableEnded to readable streams. Its value is set to true when the 'end' event is emitted
- Added an new property writableEnded to writable streams. Its value is set to true after writable.end() has been called

Node.js 12.8.1 (64-bit) 查看版本資訊

更新時間:2019-08-16
更新細節:

What's new in this version:

Fixed:
- “Data Dribble”: The attacker requests a large amount of data from a specified resource over multiple streams. They manipulate window size and stream priority to force the server to queue the data in 1-byte chunks. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “Ping Flood”: The attacker sends continual pings to an HTTP/2 peer, causing the peer to build an internal queue of responses. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “Resource Loop”: The attacker creates multiple request streams and continually shuffles the priority of the streams in a way that causes substantial churn to the priority tree. This can consume excess CPU, potentially leading to a denial of service.
- “Reset Flood”: The attacker opens a number of streams and sends an invalid request over each stream that should solicit a stream of RST_STREAM frames from the peer. Depending on how the peer queues the RST_STREAM frames, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
- “Settings Flood”: The attacker sends a stream of SETTINGS frames to the peer. Since the RFC requires that the peer reply with one acknowledgement per SETTINGS frame, an empty SETTINGS frame is almost equivalent in behavior to a ping. Depending on how efficiently this data is queued, this can consume excess CPU, memory, or both, potentially leading to a denial of service.
- “0-Length Headers Leak”: The attacker sends a stream of headers with a 0-length header name and 0-length header value, optionally Huffman encoded into 1-byte or greater headers. Some implementations allocate memory for these headers and keep the allocation alive until the session dies. This can consume excess memory, potentially leading to a denial of service.
- “Internal Data Buffering”: The attacker opens the HTTP/2 window so the peer can send without constraint; however, they leave the TCP window closed so the peer cannot actually write (many of) the bytes on the wire. The attacker then sends a stream of requests for a large response object. Depending on how the servers queue the responses, this can consume excess memory, CPU, or both, potentially leading to a denial of service.
C- “Empty Frames Flood”: The attacker sends a stream of frames with an empty payload and without the end-of-stream flag. These frames can be DATA, HEADERS, CONTINUATION and/or PUSH_PROMISE. The peer spends time processing each frame disproportionate to attack bandwidth. This can consume excess CPU, potentially leading to a denial of service.

Node.js 12.8.0 (64-bit) 查看版本資訊

更新時間:2019-08-07
更新細節:

What's new in this version:

Assert:
- Legacy mode deprecation (DEP0089) is revoked

Crypto:
- The outputLength option is added to crypto.createHash
- The maxmem range is increased from 32 to 53 bits

N-api:
- Added APIs for per-instance state management

Report:
- Network interfaces get included in the report

Src:
- V8.getHeapCodeStatistics() is now exported

Node.js 12.7.0 (64-bit) 查看版本資訊

更新時間:2019-07-24
更新細節:

LaunchBox 9.10 查看版本資訊

更新時間:2019-07-10
更新細節:

What's new in this version:

New Feature:
- You can now specify platform-specific default images for boxes, 3D boxes, carts, and 3D carts. Do this under Tools > Manage Platforms in LaunchBox and add images under the respective categories. Then refresh your game images and any games with missing images will use the default images that you've specified
- Game-specific custom DOSBox versions can now be used for DOSBox games, instead of always using the version of DOSBox that is built-in to LaunchBox. You can find a new field for custom DOSBox version under the DOSBox tab when editing games, and it is also available in bulk edits

Improvement:
- New Japanese translation thanks to @k_kutsugi from the forums
- Added Viking's new Colorful 4K platform videos to the platform video downloader; they are highly recommended, give them a shot and then give Viking some thanks on the forums
- Added default emulator settings for Cemu, PPSSPP, and Redream
- The Enter key will now launch games in LaunchBox
- You can now bulk edit the Broken field on games
- When editing an emulator and making it the default emulator for a particular platform, LaunchBox will now ask you if you want to change all games in that platform to use that emulator.
- Double-clicking on the video in the game details sidebar in LaunchBox will now open the video fullscreen with VLC
- When auto-play videos is disabled in LaunchBox, the videos in the sidebar will now display a black background with a play icon instead of an empty space
- The Big Box startup sound should now do better at not hitching; some themes may still cause it to hitch, however, and some systems may still struggle
- The Add to Playlist menu on right-click in LaunchBox is now restricted to only manually-populated playlists
- RAM usage has been reduced in situations where the user happens to consistently have lots of images displayed in the game details sidebar (in LaunchBox)

Fixed:
- Various places in LaunchBox and Big Box were occasionally using the operating system's language/translation settings instead of the language specified in the LaunchBox options
- Potential threading issue with music
- LaunchBox was not staying on the list view after a restart for free users (the list view became available for free users when .Next was released)
- The LaunchBox list view was no longer sorting by the Sort Title field when clicking the column headers to sort by a particular column (it just used the Title field from that point)

Node.js 12.6.0 (64-bit) 查看版本資訊

更新時間:2019-07-03
更新細節:

What's new in this version:

Notable changes:
- build: Experimental support for building Node.js on MIPS architecture is back
- child_process: The promisified versions of child_process.exec and child_process.execFile now both return a Promise which has the child instance attached to their child property
- deps: Updated libuv to 1.30.1, Support for the Haiku platform has been added, The maximum UV_THREADPOOL_SIZE has been increased from 128 to 1024, uv_fs_copyfile() now works properly when the source and destination files are the same
- process: A new method, process.resourceUsage() was added. It returns resource usage for the current process, such as CPU time
- src: Fixed an issue related to stdio that could lead to a crash of the process in some circumstances
- stream: Added a writableFinished property to writable streams. It indicates that all the data has been flushed to the underlying system #28007.
- worker: Fixed an issue that prevented worker threads to listen for data on stdin
- meta: Added Jiawen Geng to collaborators

Node.js 12.5.0 (64-bit) 查看版本資訊

更新時間:2019-06-28
更新細節:

What's new in this version:

Build:
- The startup time is reduced by enabling V8 snapshots by default

Deps:
- Updated V8 to 7.5.288.22
- The numeric separator feature is now enabled by default
- Updated OpenSSL to 1.1.1c

Inspector:
- The --inspect-publish-uid flag was added to specify ways of the inspector web socket url exposure

N-api:
- Accessors on napi_define_* are now ECMAScript-compliant

Report:
- The cpu info got added to the report output

Src:
- Restore the original state of the stdio file descriptors on exit to prevent leaving stdio in raw or non-blocking mode

tools,gyp:
- Introduce MSVS 2019

Util:
Inspect:
- Array grouping became more compact and uses more columns than before
- Long strings will not be split at 80 characters anymore. Instead they will be split on new lines

Worker:
- worker.terminate() now returns a promise and using the callback is deprecated

LaunchBox 9.9 查看版本資訊

更新時間:2019-06-19
更新細節: