author | Michael Krelin <hacker@klever.net> | 2009-04-05 13:52:45 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2009-04-05 13:52:45 (UTC) |
commit | 870b9eb4279337ce3d1415c62082247fb977ce4c (patch) (side-by-side diff) | |
tree | 810770fa2a261aa4e4e1cfd76ccba345119c9e67 | |
parent | b65ea766b6de214a78b92be2b2edd67897e74207 (diff) | |
download | iii-870b9eb4279337ce3d1415c62082247fb977ce4c.zip iii-870b9eb4279337ce3d1415c62082247fb977ce4c.tar.gz iii-870b9eb4279337ce3d1415c62082247fb977ce4c.tar.bz2 |
bumped version to 0.1 and added credits
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | AUTHORS | 7 | ||||
-rw-r--r-- | NEWS.xml | 4 | ||||
-rw-r--r-- | configure.ac | 4 |
3 files changed, 8 insertions, 7 deletions
@@ -7,6 +7,3 @@ 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 @@ -2,2 +2,6 @@ <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"> diff --git a/configure.ac b/configure.ac index 7b1db54..c3bb8ab 100644 --- a/configure.ac +++ b/configure.ac @@ -1,3 +1,3 @@ -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]) |