Foxit Reader 歷史舊版本 Page10

最新版本 Firefox Developer Edition 121.0b2 (64-bit)

Foxit Reader 歷史版本列表

Foxit Reader 是 Windows PC 的免費 PDF 閱讀器,它使您成為連接世界的一部分。提供作者對文檔的評論,在新文檔版本可用時通知,在文檔中討論有趣的主題,或者安全地打開受保護的文檔。無論您是消費者,企業,政府機構還是教育機構,您都需要閱讀,創建,簽署和註釋(評論)PDF 文檔並填寫 PDF 表單。 Foxit Reader 是一個小巧的閃電,功能豐富的 PDF 查看器,允許您創... Foxit Reader 軟體介紹


Foxit PhantomPDF Standard 10.0.1 查看版本資訊

更新時間:2020-07-31
更新細節:

What's new in this version:

- Fixed some security and stability issues

Foxit Reader 10.0.1.35811 查看版本資訊

更新時間:2020-07-31
更新細節:

X-VPN 69.0_1411 查看版本資訊

更新時間:2020-07-31
更新細節:

Snap Camera 1.9 查看版本資訊

更新時間:2020-07-30
更新細節:

cURL 7.71.1 查看版本資訊

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

What's new in this version:

Bug-fixes:
- cirrus-ci: disable FreeBSD 13 (again)
- Curl_inet_ntop: always check the return code
- CURLOPT_READFUNCTION.3: provide the upload data size up front
- DYNBUF.md: fix a typo: trail => tail
- escape: make the URL decode able to reject only %00-bytes
- escape: zero length input should return a zero length output
- examples/multithread.c: call curl_global_cleanup()
- http2: set the correct URL in pushed transfers
- http: fix proxy auth with blank password
- mbedtls: fix build with disabled proxy support
- ngtcp2: sync with current master
- openssl: Fix compilation on Windows when ngtcp2 is enabled
- Revert "multi: implement wait using winsock events"
- sendf: improve the message on client write errors
- terminology: call them null-terminated strings
- tool_cb_hdr: Fix etag warning output and return code
- url: allow user + password to contain "control codes" for HTTP(S)
- vtls: compare cert blob when finding a connection to reuse

cURL 7.71.0 查看版本資訊

更新時間:2020-06-24
更新細節:

What's new in this version:

Changes:
- CURLOPT_SSL_OPTIONS: optional use of Windows' CA store (with openssl)
- Setopt: add CURLOPT_PROXY_ISSUERCERT(_BLOB) for coherency
- Setopt: support certificate options in memory with struct curl_blob
- Tool: Add option --retry-all-errors to retry on any error

Bugfixes:
- *_sspi: fix bad uses of CURLE_NOT_BUILT_IN
- All: fix codespell errors
- Altsvc: bump to h3-29
- Altsvc: fix 'dsthost' may be used uninitialized in this function
- Altsvc: fix parser for lines ending with CRLF
- Altsvc: remove the num field from the altsvc struct
- Appveyor: add non-debug plain autotools-based build
- Appveyor: disable flaky test 1501 and ignore broken 1056
- Appveyor: disable test 1139 instead of ignoring it
- Asyn-*: remove support for never-used NULL entry pointers
- Azure: use matrix strategy to avoid configuration redundancy
- Build: disable more code/data when built without proxy support
- Buildconf: remove -print from the find command that removes files
- Checksrc: enhance the ASTERISKSPACE and update code accordingly
- CI/macos: fix 'is already installed' errors by using bundle
- Cirrus: disable SFTP and SCP tests
- CMake: add ENABLE_ALT_SVC option
- CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)
- CMake: add libssh build support
- CMake: do not build test programs by default
- CMake: fix runtests.pl with CMake, add new test targets
- CMake: ignore INTERFACE_LIBRARY targets for pkg-config file
- CMake: rebuild Makefile.inc.cmake when Makefile.inc changes
- CODE_REVIEW.md: how to do code reviews in curl
- Configure: fix pthread check with static boringssl
- Configure: for wolfSSL, check for the DES func needed for NTLM
- Configure: only strip first -L from LDFLAGS
- Configure: repair the check if argv can be written to
- Configure: the wolfssh backend does not provide SCP
- Connect: improve happy eyeballs handling
- Connect: make happy eyeballs work for QUIC (again)
- Curl.1: Quote globbed URLs
- Curl: remove -J "informational" written on stdout
- Curl_addrinfo: use one malloc instead of three
- CURLINFO_ACTIVESOCKET.3: clarify the description
- Doc: add missing closing parenthesis in CURLINFO_SSL_VERIFYRESULT.3
- Doc: Rename VERSIONS to VERSIONS.md as it already has Markdown syntax
- Docs/HTTP3: add qlog to the quiche build instruction
- Docs/options-in-versions: which version added each cmdline option
- Docs: unify protocol lists
- Dynbuf: introduce internal generic dynamic buffer functions
- Easy: fix dangling pointer on easy_perform fail
- Examples/ephiperfifo: turn off interval when setting timerfd
- Examples/http2-down/upload: add error checks
- Examples: remove asiohiper.cpp
- FILEFORMAT: add more features that tests can depend on
- FILEFORMAT: describe verify/stderr
- Ftp: make domore_getsock() return the secondary socket properly
- Ftp: mark return-ignoring calls to Curl_GetFTPResponse with (void)
- Ftp: shut down the secondary connection properly when SSL is used
- GnuTLS: Backend support for CURLINFO_SSL_VERIFYRESULT
- Hostip: make Curl_printable_address not return anything
- Hostip: on macOS avoid DoH when given a numerical IP address
- Http2: keep trying to send pending frames after req.upload_done
- Http2: simplify and clean up trailer handling
- HTTP3.md: clarify cargo build directory
- Http: move header storage to Curl_easy from connectdata
- Libcurl.pc: Merge Libs.private into Libs for static-only builds
- Libssh2: improved error output for wrong quote syntax
- Libssh2: keep sftp errors as 'unsigned long'
- Libssh2: set the expected total size in SCP upload init
- Libtest/cmake: Remove commented code
- List-only.d: this option existed already in 4.0
- Manpage: add three missing environment variables
- Multi: add defensive check on data->multi->num_alive
- Multi: implement wait using winsock events
- Ngtcp2: cleanup memory when failing to connect
- Ngtcp2: fix build with current ngtcp2 master implementing draft 28
- Ngtcp2: fix happy eyeballs quic connect crash
- Ngtcp2: introduce qlog support
- Ngtcp2: never call fprintf() in lib code in release version
- Ngtcp2: update with recent API changes
- Ntlm: enable NTLM support with wolfSSL
- OpenSSL: have CURLOPT_CRLFILE imply CURLSSLOPT_NO_PARTIALCHAIN
- Openssl: set FLAG_TRUSTED_FIRST unconditionally
- Projects: Add crypt32.lib to dependencies for all OpenSSL configs
- Quiche: enable qlog output
- Quiche: update SSLKEYLOGFILE support
- Revert "buildconf: use find -execdir"
- Revert "ssh: ignore timeouts during disconnect"
- Runtests: remove sleep calls
- Runtests: show elapsed test time with higher precision (ms)
- Select: always use Sleep in Curl_wait_ms on Win32
- Select: fix overflow protection in Curl_socket_check
- Sendf: make failf() use the mvsnprintf() return code
- Server/sws: fix asan warning on use of uninitialized variable
- Server/util: fix logmsg format using curl_off_t argument
- Sha256: fixed potentially uninitialized variable
- Share: don not set the share flag it something fails
- Sockfilt: make select_ws stop waiting on exit signal event
- Socks: detect connection close during handshake
- Socks: fix expected length of SOCKS5 reply
- Socks: remove unreachable breaks in socks.c and mime.c
- Source cleanup: remove all custom typedef structs
- Test1167: fixes in badsymbols.pl
- Test1177: look for curl.h in source directory

Snap Camera 1.8 查看版本資訊

更新時間:2020-06-12
更新細節:

What's new in this version:

- New: Support for Lenses created in Lens Studio 3.0

X-VPN 68.0_1349 查看版本資訊

更新時間:2020-06-09
更新細節:

Foxit Reader 10.0.0.35798 查看版本資訊

更新時間:2020-05-06
更新細節:

What's new in this version:

New Features and Improvements:
- Fill & Sign
- Fill & Sign provides a convenient workflow of filling flat forms (i.e. non-interactive) and quick signing by typing or drawing your signature, or using an image. With the Fill & Sign tools, you can add text and other symbols anywhere on a flat form.
- Better support for 4K and other high-resolution displays
- Automatically search all instances of a text string and then highlight them
- More preference options for Advanced Search
- A new option to make subsequent searches faster by storing a cache of information from PDF files that you search
- Support proximity searching, which searches for two or more words that are separated by no more than a certain number of words. The feature is useful when you are looking for concepts that might be expressed by multiple different phrases.
- More advanced options allow you to find words that share the same word stem of the specified search word, or ignore Asian character width, diacritics, and accents
- Display all comments in a desired font for better accessibility
- Users can choose the desired font and font size for all comments in all documents they read, overriding the document’s settings
- Additional GPO settings for enterprise administration (MSI package only)
- New capabilities include locking down some additional settings, such as default PDF viewer and ability to create self-signed digital IDs
- More JavaScript support for complex form workflows
- Support for using, not creating, the new form fields in PhantomPDF 10
- Field type support includes barcode, date, and image form fields
- Multiple enhancements to bookmark editing and reading
- Multiple enhancements to tag reading
- Support Hindi Digits to allow you to input numbers in Hindi
- Foxit Update Server (a separately orderable cloud-based service) provides IT the ability to better manage and automate the software upgrade process and to ensure users upgrade to the exact release that IT has tested, without having to access an external server
- Automatically download updates from Foxit servers and make them available on a local network
- Automatically approve updates for users to download, or restrict users to only download approved updates
- Set times when all users, or specific users/groups, can download updates
- Push updates to users, requiring them to install them

Fixed:
- Fixed some stability issues
- PDF creation is not available in Foxit Reader 10.0

DroidCam Client 6.2.4 查看版本資訊

更新時間:2020-05-06
更新細節: