aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSitaram Chamarty <sitaram@atc.tcs.com>2012-05-14 10:28:58 +0530
committerSitaram Chamarty <sitaram@atc.tcs.com>2012-05-14 10:28:58 +0530
commit912a8bdf41f9135cb4a9b73b53157d8a604dc686 (patch)
tree8eabf5ed68dbc60c0077933f8e69e78568fddecf
parentgit-config should work even if description is set! (diff)
downloadgitolite-gentoo-upstream-g2.tar.gz
gitolite-gentoo-upstream-g2.tar.bz2
gitolite-gentoo-upstream-g2.zip
-rw-r--r--doc/CHANGELOG5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/CHANGELOG b/doc/CHANGELOG
index e478ad4..30b3824 100644
--- a/doc/CHANGELOG
+++ b/doc/CHANGELOG
@@ -2,6 +2,11 @@ Major changes to gitolite, master branch only, most recent first, no dates but
the tags can help you position stuff approximately
[NYD = not yet documented due to lack of time...]
+ - v2.3.1
+
+ - fix bug where config statements would get ignored if you had a description
+ set. The biggest problem was that this would affect mirroring.
+
- v2.3
- added "M" permission to allow enforcing a "no-merges" policy.