GIMP 歷史舊版本 Page4

最新版本 GIMP 2.10.36

GIMP 歷史版本列表

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


更新時間:2023-02-02
更新細節:

Symfony 6.1.12 查看版本資訊

更新時間:2023-02-01
更新細節:

What's new in this version:

Fixed:
- [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
- [DependencyInjection] Fix order of arguments when mixing positional and named ones
- [HttpClient] Fix collecting data non-late for the profiler
- [Security/Http] Fix compat of persistent remember-me with legacy tokens
- security #cve-2022-24895 [Security/Http] Remove CSRF tokens from storage on successful login
- security #cve-2022-24894 [HttpKernel] Remove private headers before storing responses with HttpCache

Symfony 6.2.6 查看版本資訊

更新時間:2023-02-01
更新細節:

What's new in this version:

Fixed:
- [HttpFoundation] Fix bad return type in IpUtils::checkIp4()
- [DependencyInjection] Fix order of arguments when mixing positional and named ones
- [HttpClient] Fix collecting data non-late for the profiler
- [Security/Http] Fix compat of persistent remember-me with legacy tokens
- security #cve-2022-24895 [Security/Http] Remove CSRF tokens from storage on successful login
- security #cve-2022-24894 [HttpKernel] Remove private headers before storing responses with HttpCache

Symfony 6.1.11 查看版本資訊

更新時間:2023-01-24
更新細節:

What's new in this version:

- [Security/Http] Check tokens before loading users from providers
- [DependencyInjection] Fix named arguments when using ContainerBuilder before compilation
- [Cache] fix collecting cache stats when nesting computations
- Fix for Windows when projects are deployed on junctions/symlinks
- [Notifier] [OvhCloud] handle invalid receiver
- [VarDumper] Fix JS to expand / collapse
- Fix BC user_identifier support after deprecation username
- [Validator] Fix Email validator logic
- [PropertyInfo] Fixes constructor extractor for mixed type
- [Serializer] use method_exists() instead of catching reflection exceptions
- [SecurityBundle] Fix using same handler for multiple authenticators
- [DependencyInjection] Fix dump order of inlined deps
- [HttpClient] Let curl handle content-length headers
- [VarExporter] Fix exporting enums
- [DependencyInjection] Fix support for named arguments on non-autowired services
- [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container
- [DependencyInjection] Fix dumping inlined withers
- [HttpClient] Move Http clients data collecting at a late level
- [DoctrineBridge] Fix detecting mapping with one line annotations
- [FrameworkBundle] restore call to addGlobalIgnoredName
- [Config] Fix XML dump when node example is an array
- [Validator] Allow egulias/email-validator v4
- [Uid] Fix validating nil and max uuid

Symfony 6.2.5 查看版本資訊

更新時間:2023-01-24
更新細節:

What's new in this version:

- [Security/Http] Check tokens before loading users from providers
- [DependencyInjection] Fix named arguments when using ContainerBuilder before compilation
- [Cache] fix collecting cache stats when nesting computations
- Fix for Windows when projects are deployed on junctions/symlinks
- [Notifier] [OvhCloud] handle invalid receiver
- [Security] Return default value instead of deferring to lower prio resolvers when using #[CurrentUser] and no user is found
- [VarDumper] Fix JS to expand / collapse
- Fix BC user_identifier support after deprecation username
- [Validator] Fix Email validator logic
- [PropertyInfo] Fixes constructor extractor for mixed type
- [Serializer] use method_exists() instead of catching reflection exceptions
- [DependencyInjection] fixes validation of non-scalar attribute values
- [SecurityBundle] Fix using same handler for multiple authenticators
- [DependencyInjection] Fix dump order of inlined deps
- [HttpClient] Let curl handle content-length headers
- [VarExporter] Fix exporting enums
- [Validator] Fix bad handling of nulls when the 'fields' option of the Unique constraint is set
- [DependencyInjection] Fix support for named arguments on non-autowired services
- [FrameworkBundle] Fix deprecation when accessing a "container.private" service from the test container
- [VarExporter] Fix signature of Lazy*Trait::createLazy*()
- [DependencyInjection] Fix dumping inlined withers
- [HttpClient] Move Http clients data collecting at a late level
- [DoctrineBridge] Fix detecting mapping with one line annotations
- [FrameworkBundle] restore call to addGlobalIgnoredName
- [Config] Fix XML dump when node example is an array
- [Validator] Allow egulias/email-validator v4
- [Translation] fix PhpAstExtractor also extracts messages if t() contains both unnamed and named arguments
- [Translation] Fix for resolving Constraint Validator FQCN defined as foo.bar.class parameters
- [Validator] fix: Case-insensitive extensions in File-Constraint
- [Uid] Fix validating nil and max uuid

更新時間:2023-01-10
更新細節:

Symfony 6.2.4 查看版本資訊

更新時間:2022-12-31
更新細節:

What's new in this version:

Fixed:
- [WebProfilerBundle] Fix the usage of web fonts
- [Cache] Fix possibly null value passed to preg_match() in RedisTrait
- [Cache] Fix for RedisAdapter without auth parameter

Symfony 6.1.10 查看版本資訊

更新時間:2022-12-30
更新細節:

What's new in this version:

Fixed:
- [Cache] Fix possibly null value passed to preg_match() in RedisTrait
- [Cache] Fix for RedisAdapter without auth parameter

Symfony 6.1.9 查看版本資訊

更新時間:2022-12-30
更新細節:

What's new in this version:

Fixed:
- [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold
- [Console] Correctly overwrite progressbars with different line count per step
- [Form] Make ButtonType handle form_attr option
- [DependencyInjection] Fix deduplicating service instances in circular graphs
- [CssSelector] Fix escape patterns
- [Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN
- [VarExporter] Fix exporting classes with __unserialize() but not __serialize()
- [Validator] Fix IBAN format for Tunisia and Mauritania
- [Workflow] Allow spaces in place names so the PUML dump doesn't break
- Compatibility with doctrine/annotations 2
- [Console] Revert "- Fix clear line with question in section (maxbeckers)
- [HttpKernel] AbstractSessionListener should not override the cache lifetime for private responses
- [DependencyInjection] Shared private services becomes public after a public service is accessed
- [Mailer] Include all transports' debug messages in RoundRobin transport exception
- [Console] Fix clear line with question in section
- [HtmlSanitizer] Fix HtmlSanitizer default configuration behavior for allowed schemes
- [HttpFoundation] Use relative timestamps with MemcachedSessionHandler
- [Cache] Fix dealing with ext-redis' multi/exec returning a bool
- [Messenger] [Amqp] Added missing rpc_timeout option
- [Serializer] Prevent GetSetMethodNormalizer from creating invalid magic method call
- [HttpFoundation] Fix dumping array cookies
- [WebProfilerBundle] Fix dump header not being displayed
- [HttpClient] TraceableHttpClient: increase decorator's priority
- [FrameworkBundle] Allow configuring framework.exceptions with a config builder
- [Mime] Fix MessagePart serialization
- [Yaml] fix dumping top-level tagged values
- Fix getting the name of closures on PHP 8.1.11+
- [ErrorHandler][HttpKernel] Fix reading the SYMFONY_IDE env var
- [ErrorHandler] [DebugClassLoader] Fix some new return types support
- [HttpFoundation] IPv4-mapped IPv6 addresses incorrectly rejected
- [RateLimiter] Add int to Reservation::wait()
- [VarDumper] Ignore Error in __debugInfo()
- [FrameworkBundle] add kernel.locale_aware tag to LocaleSwitcher
- [DependencyInjection] Revert "- Don't autoconfigure tag when it's already set with attributes"
- [HttpKernel] In DateTimeValueResolver, convert previously defined date attribute to the expected class
- [TwigBridge] Amend MoneyType twig to include a space
- [WebProfilerBundle] Remove redundant code from logger template
- [Security] [LoginLink] Throw InvalidLoginLinkException on missing parameter

Symfony 6.2.3 查看版本資訊

更新時間:2022-12-29
更新細節:

What's new in this version:

Fixed:
- [DependencyInjection] Fix resolving parameters when dumping lazy proxies
- [PhpUnitBridge] Use verbose deprecation output for quiet types only when it reaches the threshold
- [Console] Correctly overwrite progressbars with different line count per step
- [Form] Make ButtonType handle form_attr option
- [DependencyInjection] Fix deduplicating service instances in circular graphs
- [WebProfilerBundle] fix Mailer detail on click
- [CssSelector] Fix escape patterns
- [Translation] Fix undefined variable messages in ConstraintVisitor
- [PropertyAccess] Fix nullsafe chain like x?.y
- [Cache] RedisTrait::createConnection does not pass auth value from redis sentinel cluster DSN
- [VarExporter] Fix exporting classes with __unserialize() but not __serialize()
- [Validator] Fix IBAN format for Tunisia and Mauritania
- [Workflow] Allow spaces in place names so the PUML dump doesn't break
- [VarExporter] Generate proxies for static abstract methods
- [SecurityBundle] Prevent RuntimeException on profiler
- Compatibility with doctrine/annotations 2
- [FrameworkBundle] Add MailPace definition