Changeset 574 for branches/0.6-stable
- Timestamp:
- Mar 18, 2008, 2:21:23 PM (16 years ago)
- Location:
- branches/0.6-stable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/0.6-stable/ChangeLog
r491 r574 28 28 29 29 version 0.6.5: 30 - http://trac.thep.lu.se/trac/svndigest/log/branches/0.6-stable?rev= HEAD&stop_rev=49130 - http://trac.thep.lu.se/trac/svndigest/log/branches/0.6-stable?rev=575&stop_rev=491 31 31 - http://trac.thep.lu.se/trac/svndigest/query?milestone=0.6.5&order=id 32 32 -
branches/0.6-stable/NEWS
r491 r574 3 3 See the end of this file for copyrights and conditions. 4 4 5 version 0.6.5 (released DATE) 5 version 0.6.5 (released 18 March 2008) 6 - Fixed color bug in blame output (ticket:278) 7 - Improved error handling when --root parameter is incorrect. 6 8 7 9 A complete list of closed tickets can be found here [[br]] -
branches/0.6-stable/configure.ac
r491 r574 29 29 30 30 AC_PREREQ(2.57) 31 AC_INIT([svndigest],[ pre0.6.5],[jari@thep.lu.se])31 AC_INIT([svndigest],[0.6.5],[jari@thep.lu.se]) 32 32 AC_CONFIG_SRCDIR([lib/File.h]) 33 33 AC_CONFIG_AUX_DIR([autotools])
Note: See TracChangeset
for help on using the changeset viewer.