aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-11-14 23:18:20 +0000
committerNick Mathewson <nickm@torproject.org>2004-11-14 23:18:20 +0000
commit433cbf586f80f09812a7913cba4872b1816594bc (patch)
tree83297b6cb1dabff9c2ace14456bc48b28dc7605d /doc
parent5109159ff96151b3f4dc08e6d9c19ff9d760a3ed (diff)
downloadtor-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/TODO6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/TODO b/doc/TODO
index 22704d36ea..559a0fa111 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -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.