News for Gitano ============= This document lists important things to know about changes to Gitano between one release and the next. It is arranged in reverse-version-order, with the newest NEWS at the top. Changes since v1.0 ------------------ * Further Yarn scenarios were added to support verification of behaviour from 1.0 * The test suite was improved to test HTTP more thoroughly, resulting in a number of small tweaks and improvements being made. * LUA_INIT is now passed through in the test suite which means increased portability for testing on targets such as Nix. * A 'Hook' concept has been added to Gitano's core. It is not considered stable API at this point. This is separate from Git hooks and is an internal implementation detail for allowing plugins to hook into certain events. * Repositories will now be re-owned when renaming a user. * Documentation was updated regarding 'Git hooks' * `server-info` files are now created when repositories are created, ensuring that the HTTP interface will work on brand new repos * `gitano-setup` now supports reading an answer file from stdin (good for automating setups) * `gitano-setup` now reads all answer files supplied (this was a bug, as previously we only read the first one) * Fix a bug in the HTTP supple action to supply a content type in POST. * Added a NEWS file