author | Michael Krelin <hacker@klever.net> | 2012-01-21 10:49:19 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2012-01-21 10:49:19 (UTC) |
commit | d39b8f94fece83768d21bb7c28dcf305dc048938 (patch) (side-by-side diff) | |
tree | 6a9e1b9f13ec618b9b157c40ec1aa1143125e853 | |
parent | f1b7212e0220054bcdd4053d808939dfe3a1f52e (diff) | |
download | iii-d39b8f94fece83768d21bb7c28dcf305dc048938.zip iii-d39b8f94fece83768d21bb7c28dcf305dc048938.tar.gz iii-d39b8f94fece83768d21bb7c28dcf305dc048938.tar.bz2 |
bumped dates and versions, updated NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS.xml | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,13 +1,13 @@ -Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) +Copyright (c) 2009-2012 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 the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR @@ -1,20 +1,20 @@ <?xml version="1.0" encoding="us-ascii"?> <news> - <version version="" date=""> + <version version="0.3" date="January 21st, 2012"> <ni>supports whatever file type card is willing to send now</ni> <ni>optimized integrity digest calculation memory usage</ni> <ni>report the lack of config file for the card</ni> <ni>do some startup checks for config files</ni> - <ni>minor bugfixes</ni> + <ni>minor bugfixes and improvements</ni> </version> <version version="0.2" date="March 20th, 2011"> <ni>extract and store .log files supplied for geotagging purpose</ni> <ni>added a sample script for geotagging photos based on the log file</ni> <ni>improved compatibility with Geo X2 card</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> <ni>minor internal changes</ni> </version> <version version="0.1" date="April 5th, 2009"> diff --git a/configure.ac b/configure.ac index 99d668d..c814b53 100644 --- a/configure.ac +++ b/configure.ac @@ -1,13 +1,13 @@ -AC_INIT([iii], [0.2.1], [iii-bugs@klever.net]) +AC_INIT([iii], [0.3], [iii-bugs@klever.net]) AC_CONFIG_SRCDIR([src/iiid.cc]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([dist-bzip2]) AC_PROG_INSTALL AC_PROG_CXX AC_PROG_CC PKG_PROG_PKG_CONFIG AC_HEADER_STDC AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |