aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-01-25 14:01:04 -0500
committerNick Mathewson <nickm@torproject.org>2011-03-11 11:01:17 -0500
commit02d93caa09656b1ef73838608258afad5c090105 (patch)
tree279e7cc4cf69fba35324bc48ce6b8b6c908e096d /changes
parent671318c3a84657acc8b97cf59871489065264ece (diff)
downloadtor-02d93caa09656b1ef73838608258afad5c090105.tar
tor-02d93caa09656b1ef73838608258afad5c090105.tar.gz
Backport: Generate version tags using Git, not (broken) svn revisions.
Partial backport of daa0326aaaa85a760be94ee2360cfa61a9fb5be2 . Resolves bug 2402. Bugfix on 0.2.1.15 (for the part where we switched to git) and on 0.2.1.30 (for the part where we dumped micro-revisions.)
Diffstat (limited to 'changes')
-rw-r--r--changes/bug2402_redux6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2402_redux b/changes/bug2402_redux
new file mode 100644
index 000000000..84be04a02
--- /dev/null
+++ b/changes/bug2402_redux
@@ -0,0 +1,6 @@
+ o Minor bugfixes
+ - Use micro-revision numbers in 0.2.1.x instead: apparently, they
+ were more used than we had known. (Bugfix on 0.2.1.30).
+ - Instead of generating our micro-version numbers using SVN revisions,
+ use git revisions instead. Bugfix on 0.2.1.15-rc; fixes bug 2402.
+