summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2013-02-02 12:41:01 (UTC)
committer Michael Krelin <hacker@klever.net>2013-02-02 12:43:01 (UTC)
commit91205e0ea02ea55a5f9d2d9cde4e51ede5258afe (patch) (unidiff)
tree253e39c87801c7537a64774f9d92fef5191f6c29
parent8cef826610f171b25a7a4aa3a764b1fb04c24d2f (diff)
downloadiii-91205e0ea02ea55a5f9d2d9cde4e51ede5258afe.zip
iii-91205e0ea02ea55a5f9d2d9cde4e51ede5258afe.tar.gz
iii-91205e0ea02ea55a5f9d2d9cde4e51ede5258afe.tar.bz2
updated NEWS and bumped COPYING date
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--COPYING2
-rw-r--r--NEWS.xml3
2 files changed, 4 insertions, 1 deletions
diff --git a/COPYING b/COPYING
index d01e680..d2779a0 100644
--- a/COPYING
+++ b/COPYING
@@ -1,19 +1,19 @@
1Copyright (c) 2009-2012 Klever Group (http://www.klever.net/) 1Copyright (c) 2009-2013 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
8so, subject to the following conditions: 8so, subject to the following conditions:
9 9
10The above copyright notice and this permission notice shall be included in all 10The above copyright notice and this permission notice shall be included in all
11copies or substantial portions of the Software. 11copies or substantial portions of the Software.
12 12
13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 13THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 14IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 15FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 16AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 17LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 18OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
19SOFTWARE. 19SOFTWARE.
diff --git a/NEWS.xml b/NEWS.xml
index 2a73a8b..f799a08 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,26 +1,29 @@
1<?xml version="1.0" encoding="us-ascii"?> 1<?xml version="1.0" encoding="us-ascii"?>
2<news> 2<news>
3 <version version="0.4" date="">
4 <ni>maintain persistent photo status to help fighting duplicate uploads.</ni>
5 </version>
3 <version version="0.3" date="January 21st, 2012"> 6 <version version="0.3" date="January 21st, 2012">
4 <ni>supports whatever file type card is willing to send now</ni> 7 <ni>supports whatever file type card is willing to send now</ni>
5 <ni>optimized integrity digest calculation memory usage</ni> 8 <ni>optimized integrity digest calculation memory usage</ni>
6 <ni>report the lack of config file for the card</ni> 9 <ni>report the lack of config file for the card</ni>
7 <ni>do some startup checks for config files</ni> 10 <ni>do some startup checks for config files</ni>
8 <ni>minor bugfixes and improvements</ni> 11 <ni>minor bugfixes and improvements</ni>
9 </version> 12 </version>
10 <version version="0.2" date="March 20th, 2011"> 13 <version version="0.2" date="March 20th, 2011">
11 <ni>extract and store .log files supplied for geotagging purpose</ni> 14 <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> 15 <ni>added a sample script for geotagging photos based on the log file</ni>
13 <ni>improved compatibility with Geo X2 card</ni> 16 <ni>improved compatibility with Geo X2 card</ni>
14 <ni>added script for post-processing uploaded photo (sort by exif 17 <ni>added script for post-processing uploaded photo (sort by exif
15 timestamp)</ni> 18 timestamp)</ni>
16 <ni>added utility to extract chunks from RIFF (video) files to assist in 19 <ni>added utility to extract chunks from RIFF (video) files to assist in
17 automatic sorting of videos</ni> 20 automatic sorting of videos</ni>
18 <ni>minor internal changes</ni> 21 <ni>minor internal changes</ni>
19 </version> 22 </version>
20 <version version="0.1" date="April 5th, 2009"> 23 <version version="0.1" date="April 5th, 2009">
21 <ni>integrity digest verification</ni> 24 <ni>integrity digest verification</ni>
22 <ni>try to create upload directory if it doesn't exist</ni> 25 <ni>try to create upload directory if it doesn't exist</ni>
23 </version> 26 </version>
24 <version version="0.0" date="March 8th, 2009"> 27 <version version="0.0" date="March 8th, 2009">
25 <ni>Initial release</ni> 28 <ni>Initial release</ni>
26 </version> 29 </version>