Changeset 192
- Timestamp:
- Sep 7, 2006, 1:27:50 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r185 r192 23 23 24 24 25 version pre0.5:25 version 0.5: 26 26 - Updated documentation. 27 27 - Reworked treatment of binary files. … … 30 30 --enable-staticbin. 31 31 - 'configure' now checks for APR and subversion APIs. 32 - 'configure' now checks that gnuplot exists. 32 33 - Added a --enable-debug option to autoconf. The project is 33 34 compiled without debug code by default. Use './configure 34 35 --enable-debug' to turn on debug options and code. 35 - Improved permission checks on directories. 36 - Dates and time now refers to UTC. 37 - Improved output. 38 - Statistics now differentiates between code, comments, and empty 39 lines. Improvements to this parsing is still needed. 40 - Improved permission checks and treatment of directories. 36 41 37 42 version 0.4: -
trunk/configure.ac
r172 r192 27 27 28 28 AC_PREREQ(2.57) 29 AC_INIT([[svndigest]],[ pre0.5],[jari@thep.lu.se])29 AC_INIT([[svndigest]],[0.5],[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.