1
0
Fork 0

Merge branch '1.0'

pull/5276/head
Jordi Boggiano 2016-04-29 16:56:36 +01:00
commit 46fa9c79b6
1 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,12 @@
### [1.0.3] - 2016-04-29
* Security: Fixed possible command injection from the env vars into our sudo detection
* Fixed interactive authentication with gitlab
* Fixed class name replacement in plugins
* Fixed classmap generation mistakenly detecting anonymous classes
* Fixed auto-detection of stability flags in complex constraints like `2.0-dev || ^1.5`
* Fixed content-length handling when redirecting to very small responses
### [1.0.2] - 2016-04-21 ### [1.0.2] - 2016-04-21
* Fixed regression in 1.0.1 on systems with mbstring.func_overload enabled * Fixed regression in 1.0.1 on systems with mbstring.func_overload enabled
@ -343,7 +352,8 @@
* Initial release * Initial release
[1.0.2]: https://github.com/composer/composer/compare/1.0.2...1.0.2 [1.0.3]: https://github.com/composer/composer/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/composer/composer/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/composer/composer/compare/1.0.0...1.0.1 [1.0.1]: https://github.com/composer/composer/compare/1.0.0...1.0.1
[1.0.0]: https://github.com/composer/composer/compare/1.0.0-beta2...1.0.0 [1.0.0]: https://github.com/composer/composer/compare/1.0.0-beta2...1.0.0
[1.0.0-beta2]: https://github.com/composer/composer/compare/1.0.0-beta1...1.0.0-beta2 [1.0.0-beta2]: https://github.com/composer/composer/compare/1.0.0-beta1...1.0.0-beta2