summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 11:57:09 -0400
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-08-02 11:57:09 -0400
commitda80f1442f7978f149bb2136b85ae6669a408b3f (patch)
treeb8ad85eb66f4d1c6ac1b37d6cb65db438aa2b283
parentdc4db1f7a8750fb44e5677199c5e276b0db848b3 (diff)
downloadgall-da80f1442f7978f149bb2136b85ae6669a408b3f.tar.gz
Add NEWS file.v1.3
This should be updated whenever a new feature is added to Gall. 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--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..f7bc90a
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,19 @@
+News for Gall
+=============
+
+This document lists important things to know about changes to Gall between
+one release and the next. It is arranged in reverse-version-order, with the
+newest NEWS at the top.
+
+
+Changes since v1.2
+------------------
+
+* Added C support for `revparse_single` which will speed up a number of simple
+ revision lookups.
+* Attempt to make it easier to test new versions of gall on systems where there
+ is another version installed (this depends on Lua 5.2, so the default version
+ for testing is now Lua 5.2, though Lua 5.1 remains supported)
+* Removed internal libgit2 support, and cleaned up the build system around
+ that dramatically.
+* Added a NEWS file