Changeset 1032
- Timestamp:
- Feb 15, 2010, 5:55:27 AM (11 years ago)
- Location:
- branches/0.7-stable
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.7-stable/NEWS
r1002 r1032 5 5 svndigest 0.7.x series from 6 6 http://dev.thep.lu.se/svndigest/svn/branches/0.7-stable 7 8 Version 0.7.3 (released 15 February 2010) 9 - Fixed bug that authors were excluded in BlameStats plot (bug #441) 10 11 A complete list of closed tickets can be found here [[br]] 12 http://dev.thep.lu.se/svndigest/query?status=closed&milestone=0.7.3 7 13 8 14 Version 0.7.2 (released 2 January 2010) … … 13 19 A complete list of closed tickets can be found here [[br]] 14 20 http://dev.thep.lu.se/svndigest/query?status=closed&milestone=0.7.2 15 16 Version 0.7.3 (released NOT YET)17 18 A complete list of closed tickets can be found here [[br]]19 http://dev.thep.lu.se/svndigest/query?status=closed&milestone=0.7.320 21 21 22 Version 0.7.1 (released 3 December 2009) -
branches/0.7-stable/m4/version.m4
r1002 r1032 32 32 # SVNDIGEST_DEV_BUILD - When rolling a tarball we set this to `false'. In 33 33 # repository value remains `true'. 34 m4_define([SVNDIGEST_DEV_BUILD], [ true])34 m4_define([SVNDIGEST_DEV_BUILD], [false]) 35 35 36 36
Note: See TracChangeset
for help on using the changeset viewer.