summaryrefslogtreecommitdiffabout
authorMichael Krelin <hacker@klever.net>2013-02-13 22:46:10 (UTC)
committer Michael Krelin <hacker@klever.net>2013-02-13 22:46:10 (UTC)
commitad5abd380d5033d4f5b6235407da0842221636cf (patch) (unidiff)
tree1f8c55af16ca47d20b2e2b417cb3dd0ed0f3ba74
parent2f324e506a84775b10b3eace4b50df9bf3ba57b6 (diff)
downloadiii-ad5abd380d5033d4f5b6235407da0842221636cf.zip
iii-ad5abd380d5033d4f5b6235407da0842221636cf.tar.gz
iii-ad5abd380d5033d4f5b6235407da0842221636cf.tar.bz2
updated NEWS
Signed-off-by: Michael Krelin <hacker@klever.net>
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--NEWS.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.xml b/NEWS.xml
index f799a08..da8596d 100644
--- a/NEWS.xml
+++ b/NEWS.xml
@@ -1,28 +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=""> 3 <version version="0.4" date="">
4 <ni>maintain persistent photo status to help fighting duplicate uploads.</ni> 4 <ni>maintain persistent photo status to help fighting duplicate uploads</ni>
5 <ni>greatly reduced memory usage by streaming file instead of buffering</ni>
5 </version> 6 </version>
6 <version version="0.3" date="January 21st, 2012"> 7 <version version="0.3" date="January 21st, 2012">
7 <ni>supports whatever file type card is willing to send now</ni> 8 <ni>supports whatever file type card is willing to send now</ni>
8 <ni>optimized integrity digest calculation memory usage</ni> 9 <ni>optimized integrity digest calculation memory usage</ni>
9 <ni>report the lack of config file for the card</ni> 10 <ni>report the lack of config file for the card</ni>
10 <ni>do some startup checks for config files</ni> 11 <ni>do some startup checks for config files</ni>
11 <ni>minor bugfixes and improvements</ni> 12 <ni>minor bugfixes and improvements</ni>
12 </version> 13 </version>
13 <version version="0.2" date="March 20th, 2011"> 14 <version version="0.2" date="March 20th, 2011">
14 <ni>extract and store .log files supplied for geotagging purpose</ni> 15 <ni>extract and store .log files supplied for geotagging purpose</ni>
15 <ni>added a sample script for geotagging photos based on the log file</ni> 16 <ni>added a sample script for geotagging photos based on the log file</ni>
16 <ni>improved compatibility with Geo X2 card</ni> 17 <ni>improved compatibility with Geo X2 card</ni>
17 <ni>added script for post-processing uploaded photo (sort by exif 18 <ni>added script for post-processing uploaded photo (sort by exif
18 timestamp)</ni> 19 timestamp)</ni>
19 <ni>added utility to extract chunks from RIFF (video) files to assist in 20 <ni>added utility to extract chunks from RIFF (video) files to assist in
20 automatic sorting of videos</ni> 21 automatic sorting of videos</ni>
21 <ni>minor internal changes</ni> 22 <ni>minor internal changes</ni>
22 </version> 23 </version>
23 <version version="0.1" date="April 5th, 2009"> 24 <version version="0.1" date="April 5th, 2009">
24 <ni>integrity digest verification</ni> 25 <ni>integrity digest verification</ni>
25 <ni>try to create upload directory if it doesn't exist</ni> 26 <ni>try to create upload directory if it doesn't exist</ni>
26 </version> 27 </version>
27 <version version="0.0" date="March 8th, 2009"> 28 <version version="0.0" date="March 8th, 2009">
28 <ni>Initial release</ni> 29 <ni>Initial release</ni>