[or-cvs] note possible alternative for how to do CVS versions; ask a...

Nick Mathewson nickm at seul.org
Mon Nov 29 23:06:53 UTC 2004


Update of /home/or/cvsroot/tor/src/or
In directory moria.mit.edu:/tmp/cvs-serv6646/src/or

Modified Files:
	or.h 
Log Message:
note possible alternative for how to do CVS versions; ask arma which he likes.

Index: or.h
===================================================================
RCS file: /home/or/cvsroot/tor/src/or/or.h,v
retrieving revision 1.499
retrieving revision 1.500
diff -u -d -r1.499 -r1.500
--- or.h	29 Nov 2004 23:04:26 -0000	1.499
+++ or.h	29 Nov 2004 23:06:51 -0000	1.500
@@ -1647,6 +1647,11 @@
  * 0.1.1.7-cvs, 0.1.1.8-rc, 0.1.1.9-cvs.  Eventually, we release 0.1.1.10.
  * The stable CVS repository gets the version 0.1.1.11-maint_cvs; the
  * next patch release is 0.1.1.12.
+ *
+ * XXXX(Alternatively, we could go: 0.1.1.1-alpha, 0.1.1.1-alpha_cvs,
+ * 0.1.1.2-alpha, 0.1.1.2-alpha_cvs .  This wouldn't violate our
+ * only-one-release-per-number rule, since CVS versions aren't
+ * released. Roger?)
  */
 typedef struct tor_version_t {
   int major;



More information about the tor-commits mailing list