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) (unidiff) | |
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: | |||
7 | 7 | ||
8 | Brian Muller <bmuller AT butterfat DOT net> of mod_auth_openid project for | 8 | cdavies of Eye-Fi forums for integrity digest verification algorithm. |
9 | suggestions, bug reports, testing and actually making use of the library. | 9 | See http://forums.eye.fi/viewtopic.php?f=4&t=270&p=4074#p4074 |
10 | |||
11 | Joseph Smarr <joseph AT plaxo DOT com> of plaxo.com for robustness enhancements | ||
12 | and making use of my work. | ||
@@ -2,2 +2,6 @@ | |||
2 | <news> | 2 | <news> |
3 | <version version="0.1" date=""> | ||
4 | <ni>integrity digest verification</ni> | ||
5 | <ni>try to create upload directory if it doesn't exist</ni> | ||
6 | </version> | ||
3 | <version version="0.0" date="March 8th, 2009"> | 7 | <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 @@ | |||
1 | AC_INIT([iii], [0.0], [iii-bugs@klever.net]) | 1 | AC_INIT([iii], [0.1], [iii-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([configure.ac]) | 2 | AC_CONFIG_SRCDIR([src/iiid.cc]) |
3 | AC_CONFIG_HEADERS([config.h]) | 3 | AC_CONFIG_HEADERS([config.h]) |