summaryrefslogtreecommitdiff
path: root/NEWS
blob: f7bc90a09d4c0a4704221b786981e8f9e0defe64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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