summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2012-01-21 10:49:19 (UTC)
committer Michael Krelin <hacker@klever.net>2012-01-21 10:49:19 (UTC)
commitd39b8f94fece83768d21bb7c28dcf305dc048938 (patch) (unidiff)
tree6a9e1b9f13ec618b9b157c40ec1aa1143125e853
parentf1b7212e0220054bcdd4053d808939dfe3a1f52e (diff)
downloadiii-d39b8f94fece83768d21bb7c28dcf305dc048938.zip
iii-d39b8f94fece83768d21bb7c28dcf305dc048938.tar.gz
iii-d39b8f94fece83768d21bb7c28dcf305dc048938.tar.bz2
bumped dates and versions, updated NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--COPYING2
-rw-r--r--NEWS.xml4
-rw-r--r--configure.ac2
3 files changed, 4 insertions, 4 deletions
diff --git a/COPYING b/COPYING
index 9579d6d..d01e680 100644
--- a/COPYING
+++ b/COPYING
@@ -1,7 +1,7 @@
1Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) 1Copyright (c) 2009-2012 Klever Group (http://www.klever.net/)
2 2
3Permission is hereby granted, free of charge, to any person obtaining a copy of 3Permission is hereby granted, free of charge, to any person obtaining a copy of
4this software and associated documentation files (the "Software"), to deal in 4this software and associated documentation files (the "Software"), to deal in
5the Software without restriction, including without limitation the rights to 5the Software without restriction, including without limitation the rights to
6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 6use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
7of the Software, and to permit persons to whom the Software is furnished to do 7of the Software, and to permit persons to whom the Software is furnished to do
diff --git a/NEWS.xml b/NEWS.xml
index e626a5c..2a73a8b 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,14 +1,14 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="" date=""> 3 <version version="0.3" date="January 21st, 2012">
4 <ni>supports whatever file type card is willing to send now</ni> 4 <ni>supports whatever file type card is willing to send now</ni>
5 <ni>optimized integrity digest calculation memory usage</ni> 5 <ni>optimized integrity digest calculation memory usage</ni>
6 <ni>report the lack of config file for the card</ni> 6 <ni>report the lack of config file for the card</ni>
7 <ni>do some startup checks for config files</ni> 7 <ni>do some startup checks for config files</ni>
8 <ni>minor bugfixes</ni> 8 <ni>minor bugfixes and improvements</ni>
9 </version> 9 </version>
10 <version version="0.2" date="March 20th, 2011"> 10 <version version="0.2" date="March 20th, 2011">
11 <ni>extract and store .log files supplied for geotagging purpose</ni> 11 <ni>extract and store .log files supplied for geotagging purpose</ni>
12 <ni>added a sample script for geotagging photos based on the log file</ni> 12 <ni>added a sample script for geotagging photos based on the log file</ni>
13 <ni>improved compatibility with Geo X2 card</ni> 13 <ni>improved compatibility with Geo X2 card</ni>
14 <ni>added script for post-processing uploaded photo (sort by exif 14 <ni>added script for post-processing uploaded photo (sort by exif
diff --git a/configure.ac b/configure.ac
index 99d668d..c814b53 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
1AC_INIT([iii], [0.2.1], [iii-bugs@klever.net]) 1AC_INIT([iii], [0.3], [iii-bugs@klever.net])
2AC_CONFIG_SRCDIR([src/iiid.cc]) 2AC_CONFIG_SRCDIR([src/iiid.cc])
3AC_CONFIG_HEADERS([config.h]) 3AC_CONFIG_HEADERS([config.h])
4AM_INIT_AUTOMAKE([dist-bzip2]) 4AM_INIT_AUTOMAKE([dist-bzip2])
5 5
6AC_PROG_INSTALL 6AC_PROG_INSTALL
7AC_PROG_CXX 7AC_PROG_CXX