diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-01-25 14:01:04 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-03-11 11:01:17 -0500 |
commit | 02d93caa09656b1ef73838608258afad5c090105 (patch) | |
tree | 279e7cc4cf69fba35324bc48ce6b8b6c908e096d /changes/bug2402_redux | |
parent | 671318c3a84657acc8b97cf59871489065264ece (diff) | |
download | tor-02d93caa09656b1ef73838608258afad5c090105.tar.gz tor-02d93caa09656b1ef73838608258afad5c090105.zip |
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/bug2402_redux')
-rw-r--r-- | changes/bug2402_redux | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug2402_redux b/changes/bug2402_redux new file mode 100644 index 0000000000..84be04a021 --- /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. + |