author | Michael Krelin <hacker@klever.net> | 2013-02-02 12:41:01 (UTC) |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2013-02-02 12:43:01 (UTC) |
commit | 91205e0ea02ea55a5f9d2d9cde4e51ede5258afe (patch) (side-by-side diff) | |
tree | 253e39c87801c7537a64774f9d92fef5191f6c29 | |
parent | 8cef826610f171b25a7a4aa3a764b1fb04c24d2f (diff) | |
download | iii-91205e0ea02ea55a5f9d2d9cde4e51ede5258afe.zip iii-91205e0ea02ea55a5f9d2d9cde4e51ede5258afe.tar.gz iii-91205e0ea02ea55a5f9d2d9cde4e51ede5258afe.tar.bz2 |
updated NEWS and bumped COPYING date
Signed-off-by: Michael Krelin <hacker@klever.net>
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | NEWS.xml | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -1,19 +1,19 @@ -Copyright (c) 2009-2012 Klever Group (http://www.klever.net/) +Copyright (c) 2009-2013 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 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. @@ -1,27 +1,30 @@ <?xml version="1.0" encoding="us-ascii"?> <news> + <version version="0.4" date=""> + <ni>maintain persistent photo status to help fighting duplicate uploads.</ni> + </version> <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 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"> <ni>integrity digest verification</ni> <ni>try to create upload directory if it doesn't exist</ni> </version> <version version="0.0" date="March 8th, 2009"> <ni>Initial release</ni> </version> </news> |