-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS.xml | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/iiid.8.in | 2 |
4 files changed, 11 insertions, 3 deletions
@@ -1,4 +1,4 @@ -Copyright (c) 2009-2010 Klever Group (http://www.klever.net/) +Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in @@ -1,5 +1,13 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.2" date="March ??th, 2011"> + <ni>improved compatibility with Geo X2 card</ni> + <ni>extract and store .log files supplied for geotagging purpose</ni> + <ni>added script for post-processing uploaded photo (sort by exif + timestamp)</ni> + <ni>added utility to extract chunks from RIFF (video) files to assist in + automatic sorting of videos</ni> + </version> <version version="0.1" date="April 5th, 2009"> <ni>integrity digest verification</ni> <ni>try to create upload directory if it doesn't exist</ni> diff --git a/configure.ac b/configure.ac index a719cdd..d580f58 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([iii], [0.1], [iii-bugs@klever.net]) +AC_INIT([iii], [0.2], [iii-bugs@klever.net]) AC_CONFIG_SRCDIR([src/iiid.cc]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) diff --git a/doc/iiid.8.in b/doc/iiid.8.in index 63a941e..533ed18 100644 --- a/doc/iiid.8.in +++ b/doc/iiid.8.in @@ -81,7 +81,7 @@ Written by Michael Krelin <hacker@klever.net> .SH COPYRIGHT -Copyright (c) 2009 Klever Group (http://www.klever.net/) +Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in |