]> git.pld-linux.org Git - packages/composer.git/commit
1.3.0 - 2016-12-24 auto/th/composer-1.3.0-1
authorElan Ruusamäe <glen@delfi.ee>
Sat, 24 Dec 2016 22:41:32 +0000 (00:41 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Sat, 24 Dec 2016 22:41:32 +0000 (00:41 +0200)
commitc80c5b90fb3a553cf20b3d824391ca5008c30bc3
tree1eda86e81e13c836af2d55139b56229da38322a0
parent3981fe32c2ffe220f5c87384708bd5f111089fed
1.3.0 - 2016-12-24

 - Fixed handling of annotated git tags vs lightweight tags leading to useless updates sometimes
 - Fixed ext-xdebug not being require-able anymore due to automatic xdebug disabling
 - Fixed case insensitivity of remove command

1.3.0-RC - 2016-12-11

 - Added workaround for xdebug performance impact by restarting PHP without xdebug automatically in case it is enabled
 - Added `--minor-only` to the `outdated` command to only show updates to minor versions and ignore new major versions
 - Added `--apcu-autoloader` to the `update`/`install` commands and `--apcu` to `dump-autoload` to enable an APCu-caching autoloader, which can be more efficient than --classmap-authoritative if you attempt to autoload many classes that do not exist, or if you can not use authoritative classmaps for some reason
 - Added summary of operations to be executed before they run, and made execution output more compact
 - Added `php-debug` and `php-zts` virtual platform packages
 - Added `gitlab-token` auth config for GitLab private tokens
 - Added `--strict` to the `outdated` command to return a non-zero exit code when there are outdated packages
 - Added ability to call php scripts using the current php interpreter (instead of finding php in PATH by default) in script handlers via `@php ...`
 - Added `COMPOSER_ALLOW_XDEBUG` env var to circumvent the xdebug-disabling behavior
 - Added `COMPOSER_MIRROR_PATH_REPOS` env var to force mirroring of path repositories vs symlinking
 - Added `COMPOSER_DEV_MODE` env var that is set by Composer to forward the dev mode to script handlers
 - Fixed support for git 2.11
 - Fixed output from zip and rar leaking out when an error occured
 - Removed `hash` from composer.lock, only `content-hash` is now used which should reduce conflicts
 - Minor fixes and performance improvements
composer.spec
svn-ignore-externals.patch
This page took 0.033744 seconds and 4 git commands to generate.