Changeset 146
- Timestamp:
- Aug 10, 2006, 10:14:58 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r96 r146 21 21 22 22 23 version 0.x: 24 - svnstat handles unexpected situations more gracefully (not a 25 subversion tree, not up to date items) 26 - Using subversion API instead of system calls. 23 version 0.3: 24 - Improved the generated output. 25 - svnstat handles unexpected situations more gracefully (like 26 running svnstat on a tree that is not under subversion control, 27 trees with items that are not up to date). 28 - Using subversion (v1.4) API instead of system calls. 27 29 - Added copyright statement to files. 28 30 - Proper version information is displayed using --version option. -
trunk/configure.ac
r138 r146 27 27 28 28 AC_PREREQ(2.57) 29 AC_INIT([[svnstat]],[ pre0.3],[jari@thep.lu.se])29 AC_INIT([[svnstat]],[0.3],[jari@thep.lu.se]) 30 30 AC_CONFIG_SRCDIR([lib/File.h]) 31 31 AC_CONFIG_AUX_DIR([autotools])
Note: See TracChangeset
for help on using the changeset viewer.