-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | NEWS.xml | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 8 insertions, 7 deletions
@@ -5,8 +5,5 @@ Klever dissected: Thanks to: -Brian Muller <bmuller AT butterfat DOT net> of mod_auth_openid project for -suggestions, bug reports, testing and actually making use of the library. - -Joseph Smarr <joseph AT plaxo DOT com> of plaxo.com for robustness enhancements -and making use of my work. +cdavies of Eye-Fi forums for integrity digest verification algorithm. + See http://forums.eye.fi/viewtopic.php?f=4&t=270&p=4074#p4074 @@ -1,5 +1,9 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.1" date=""> + <ni>integrity digest verification</ni> + <ni>try to create upload directory if it doesn't exist</ni> + </version> <version version="0.0" date="March 8th, 2009"> <ni>Initial release</ni> </version> diff --git a/configure.ac b/configure.ac index 7b1db54..c3bb8ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([iii], [0.0], [iii-bugs@klever.net]) -AC_CONFIG_SRCDIR([configure.ac]) +AC_INIT([iii], [0.1], [iii-bugs@klever.net]) +AC_CONFIG_SRCDIR([src/iiid.cc]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) |