GIMP 歷史版本列表 Page14

最新版本 GIMP 2.10.36

GIMP 歷史版本列表

GIMP(GNU 圖像操作程序)是一個免費分發的軟件,適用於照片修飾,圖像合成和圖像創作等任務。這是一個功能強大的軟件,具有任何其他免費軟件產品中沒有的功能。它可以用作簡單的繪圖程序,專業品質的照片潤飾程序,在線批量處理系統,批量生產圖像渲染器或圖像格式轉換器。 GIMP 是模塊化的,可擴展的和可擴展的。它的目的是增加插件和擴展來做任何事情。先進的腳本界面允許從最簡單的任務到最複雜的圖像處理程序都... GIMP 軟體介紹


MSI Live Update 6.2.0.68 查看版本資訊

更新時間:2020-03-20
更新細節:

Apache Tomcat 9.0.33 查看版本資訊

更新時間:2020-03-17
更新細節:

What's new in this version:

- Add new attribute persistAuthentication to both StandardManager and PersistentManager to support authentication persistence. Patch provided by Carsten Klein
- A zero length AJP secret will now behave as if it has not been specified
- Add the TLS request attributes used by IIS to the attributes that an AJP Connector will always accept

StaxRip 2.0.8 查看版本資訊

更新時間:2020-03-14
更新細節:

What's new in this version:

Fix:
- using Event Command After Encoded with SetTargetFile caused exception
- if the default code page is UTF8 then staxrip don't warn about avisynth not supporting Unicode

Update:
- mkvtoolnix 44

Krisp 1.12.4 查看版本資訊

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

GIMP 2.10.18.1 查看版本資訊

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

GIMP 2.10.18 查看版本資訊

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

Insync 3.0.30.40732 查看版本資訊

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

What's new in this version:

- Prevent inadvertent trashing/unsyncing due to network/external drive fluctuations
- Fix an error that occurs during moving a top level folder
- Improve file matching for converted Google format files
- Linux: Add python3-nautilus as a possible dependency for Nautilus file manager RPM builds
- Truncate large errors logged to logs.db
- Fix displaying of unexpected Delete activities for Google Drive
- Fix SharePoint section not loading due to accessDenied error
- Update Ignore Rules instructions
- Show prompt when a file cannot be downloaded due to Google Drive sharing restrictions

GIMP 2.10.16 查看版本資訊

更新時間:2020-02-20
更新細節:

Insync 3.0.29.40727 查看版本資訊

更新時間:2020-02-13
更新細節:

Apache Tomcat 9.0.31 查看版本資訊

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

What's new in this version:

Catalina:
Update:
- Do not store username and password as session notes during authentication if they are not needed
Update: 63691: Skip all jar and directory scanning when the wildcard pattern "*" or "*.jar" is set or added to tomcat.util.scan.StandardJarScanFilter.jarsToSkip
- Allow more than one parameter when defining RewriteMaps
- Refactor recycle facade system property into a new connector attribute named discardFacades

Fix:
- Avoid useless environment restore when not using GSSCredential in JNDIRealm
- Respect the argument-count when searching for MBean operations to invoke via the JMXProxyServlet
- Correct a regression in the static resource caching changes introduced in 9.0.28. Avoid a NullPointerException when working with the URL provided for the root of a packed WAR
- Provide default configuration source based on the current directory if none has been set, for full compatibility with existing code
- Clarify/expand the Javadoc for the Tomcat#addWebapp() and related methods
- JNDIRealm no longer authenticates to LDAP
- Ensure that container provided SCIs are always loaded before application provided SCIs. Note that where both the container and the application provide the same SCI, it is the application provided SCI that will be used
- SCI definitions from JARs unpacked into WEB-INF/classes are now handled consistently and will always be found irrespective of whether the web application defines a JAR ordering or not
- Skip null-valued session attributes when deserializing sessions
- Do not throw a NullPointerException when an MBean or operation cannot be found by the JMXProxyServlet
- InputStreams for directories obtained from resource URLs now return a directory listing consistent with the behaviour of FileURLConnection. In addition to restoring the behaviour that was lost as a result of the introduction of CachedResourceURLConnection, it expands the feature to include packedWARs and to take account of resource JARs
- Add ${...} property replacement support to XML external entity definitions
- Fix a problem that meant that remote host, address and port information could be missing in the access log for an HTTP/2 request where the connection was closed unexpectely

Code:
- Deprecate MappingData.contextPath as it is unused
- Deprecate the JmxRemoteLifecycleListener as the features it provides are now available in the remote JMX capability included with the JRE. This listener will be removed in Tomcat 10 and may be removed from Tomcat 9.0.x some time after 2020-12-31.

Coyote:
Update:
- Simplify NIO blocking read and write
- Disable (comment out in server.xml) the AJP/1.3 connector by default
- Change the default bind address for the AJP/1.3 connector to be the loopback address

Fix:
- Ensure that Servlet Asynchronous processing timeouts fire when requests are made using HTTP/2
- Fix the corrupton of the TLS configuration when using the deprecated TLS attributes on the Connector if the configuration has already been set via the new SSLHostConfig and SSLHostConfigCertificate elements
- Switch the message shown when using HTTP to connect to an HTTPS port from ISO-8859-1 to UTF-8
- Cancel selection key in poller before wrapper close to avoid possible deadlock
- Correct a regression introduced in 9.0.28 that meant invalid tokens in the Transfer-Encoding header were ignored rather than treated as an error
- Rename the HTTP Connector attribute rejectIllegalHeaderName to rejectIllegalHeader and expand the underlying implementation to include header values as well as names

Add:
- Add support for RFC 5915 formatted, unencrypted EC key files when using a JSSE based TLS connector
- Rename the requiredSecret attribute of the AJP/1.3 Connector to secret and add a new attribute secretRequired that defaults to true. When secretRequired is true the AJP/1.3 Connector will not start unless the secret attribute is configured to a non-null, non-zero length String
- Add a new attribute, allowedRequestAttributesPattern to the AJP/1.3 Connector. Requests with unrecognised attributes will be blocked with a 403

Jasper:
Fix:
- Update the performance optimisation for using expressions in tags that depend on uninitialised tag attributes with implied scope to make the performance optimisation aware of the new public class (java.lang.Record) added in Java 14
- Replace the faulty custom services lookup used for ExpressionFactory implementations with ServiceLoader

Add:
- Add a META-INF/services entry to jasper-el.jar so that the Expression Language implementation can be discovered via the services API

Cluster:
Fix:
- Ensure that session ID changes are replicated during form-authentication

Web applications:
Fix:
- In the examples web application, where a Servlet example includes ii18n support, the Locale used should be based on the request locale and not the server locale

Add: Add additional information on securing AJP/1.3 Connectors

Other:
Fix:
- Ensure statements are closed when a pooled JDBC connection is passivated in Tomcat's fork of Commons DBCP2