diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-11-14 23:18:20 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-11-14 23:18:20 +0000 |
commit | 433cbf586f80f09812a7913cba4872b1816594bc (patch) | |
tree | 83297b6cb1dabff9c2ace14456bc48b28dc7605d /doc | |
parent | 5109159ff96151b3f4dc08e6d9c19ff9d760a3ed (diff) | |
download | tor-433cbf586f80f09812a7913cba4872b1816594bc.tar.gz tor-433cbf586f80f09812a7913cba4872b1816594bc.zip |
Define an elaborate set of lunacy to make sure that RPM versions do
the right thing with our recalcitrant versioning scheme. See
tor.spec.in for full details. Basically, the progression is now:
Tor version RPM version
0.0.8 ---> 0.0.8
0.0.8.1 ---> 0.0.8.1
0.0.9pre1-cvs ---> 0.0.8.99.0.0.9.pre.1.cvs
0.0.9pre1 ---> 0.0.8.99.0.0.9.pre.1.release
0.0.9pre2 ---> 0.0.8.99.0.0.9.pre.2.release
0.0.9rc1 ---> 0.0.8.99.0.0.9.rc.1.release
0.0.9 ---> 0.0.9
0.0.9.1-cvs ---> 0.0.9.0.99.0.0.9.1.cvs
0.0.9.1 ---> 0.0.9.1
The spec file (but not the system) will break if a tor version ends in
".0", so don't do that yet.
svn:r2877
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -31,13 +31,13 @@ R - fix print_usage() running-routers so often? R - document signals in man page o Check for hibernation on startup, hup, etc. -N - Test hibernation a lot. +N . Test hibernation a lot. o Document all undocumented configuration options. o Accounting o Control interface authentication -N - RPMs + o RPMs o Merge changes from jbash - - Figure out versioning + o Figure out versioning o Windows installer o Make installer get built o Write script to correct windows versions. |