summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 12:46:36 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 12:46:36 -0400
commit560a34fb5d876f5b5606fa3ad2c0011cc9a3112e (patch)
tree6e7656280e172ca968b5d61a4607cc7068351ed9
parent3488987570262fae2ca4bd8b1ab68d9427e2fc07 (diff)
downloadgitano-560a34fb5d876f5b5606fa3ad2c0011cc9a3112e.tar.gz
Add NEWS file.
This should be updated whenever a new feature is added to Gitano. It is not meant to be a full changelog, so only put headline items in this file please. The first time a change happens after a new version, please remember to add the new title.
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..94e95a3
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,30 @@
+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