-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 @@ | |||
1 | Copyright (c) 2009-2011 Klever Group (http://www.klever.net/) | 1 | Copyright (c) 2009-2012 Klever Group (http://www.klever.net/) |
2 | 2 | ||
3 | Permission is hereby granted, free of charge, to any person obtaining a copy of | 3 | Permission is hereby granted, free of charge, to any person obtaining a copy of |
4 | this software and associated documentation files (the "Software"), to deal in | 4 | this software and associated documentation files (the "Software"), to deal in |
5 | the Software without restriction, including without limitation the rights to | 5 | the Software without restriction, including without limitation the rights to |
6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | 6 | use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies |
7 | of the Software, and to permit persons to whom the Software is furnished to do | 7 | of the Software, and to permit persons to whom the Software is furnished to do |
8 | so, subject to the following conditions: | 8 | so, subject to the following conditions: |
9 | 9 | ||
10 | The above copyright notice and this permission notice shall be included in all | 10 | The above copyright notice and this permission notice shall be included in all |
11 | copies or substantial portions of the Software. | 11 | copies or substantial portions of the Software. |
12 | 12 | ||
13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | 13 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
@@ -1,20 +1,20 @@ | |||
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 |
15 | timestamp)</ni> | 15 | timestamp)</ni> |
16 | <ni>added utility to extract chunks from RIFF (video) files to assist in | 16 | <ni>added utility to extract chunks from RIFF (video) files to assist in |
17 | automatic sorting of videos</ni> | 17 | automatic sorting of videos</ni> |
18 | <ni>minor internal changes</ni> | 18 | <ni>minor internal changes</ni> |
19 | </version> | 19 | </version> |
20 | <version version="0.1" date="April 5th, 2009"> | 20 | <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 @@ | |||
1 | AC_INIT([iii], [0.2.1], [iii-bugs@klever.net]) | 1 | AC_INIT([iii], [0.3], [iii-bugs@klever.net]) |
2 | AC_CONFIG_SRCDIR([src/iiid.cc]) | 2 | AC_CONFIG_SRCDIR([src/iiid.cc]) |
3 | AC_CONFIG_HEADERS([config.h]) | 3 | AC_CONFIG_HEADERS([config.h]) |
4 | AM_INIT_AUTOMAKE([dist-bzip2]) | 4 | AM_INIT_AUTOMAKE([dist-bzip2]) |
5 | 5 | ||
6 | AC_PROG_INSTALL | 6 | AC_PROG_INSTALL |
7 | AC_PROG_CXX | 7 | AC_PROG_CXX |
8 | AC_PROG_CC | 8 | AC_PROG_CC |
9 | PKG_PROG_PKG_CONFIG | 9 | PKG_PROG_PKG_CONFIG |
10 | 10 | ||
11 | AC_HEADER_STDC | 11 | AC_HEADER_STDC |
12 | 12 | ||
13 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) | 13 | AC_PATH_PROG([XSLTPROC],[xsltproc],[true]) |