-rw-r--r-- | debian/changelog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 2c8ae3b..20c0ae6 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,16 +1,23 @@ | |||
1 | iii (0.2.1) natty; urgency=low | ||
2 | |||
3 | * the thing handles more file types now | ||
4 | * memory consumption when calculating digest is reduced | ||
5 | |||
6 | -- Michael Krelin <hacker@klever.net> Thu, 13 Oct 2011 12:07:22 +0200 | ||
7 | |||
1 | iii (0.2) unstable; urgency=low | 8 | iii (0.2) unstable; urgency=low |
2 | 9 | ||
3 | * extract and store .log files supplied for geotagging purpose | 10 | * extract and store .log files supplied for geotagging purpose |
4 | * added a sample script for geotagging photos based on the log file | 11 | * added a sample script for geotagging photos based on the log file |
5 | * improved compatibility with Geo X2 card | 12 | * improved compatibility with Geo X2 card |
6 | * added a sample script for sorting uploaded photos based on exif timestamp | 13 | * added a sample script for sorting uploaded photos based on exif timestamp |
7 | * added utility to extract chunks from RIFF files | 14 | * added utility to extract chunks from RIFF files |
8 | 15 | ||
9 | -- Michael Krelin <hacker@klever.net> Sat, 19 Mar 2011 17:52:46 +0100 | 16 | -- Michael Krelin <hacker@klever.net> Sat, 19 Mar 2011 17:52:46 +0100 |
10 | 17 | ||
11 | iii (0.1) unstable; urgency=low | 18 | iii (0.1) unstable; urgency=low |
12 | 19 | ||
13 | * 0.1 release | 20 | * 0.1 release |
14 | * check uploaded file integrity | 21 | * check uploaded file integrity |
15 | * integrity digest calculation | 22 | * integrity digest calculation |
16 | * make upload directory if it doesn't exist | 23 | * make upload directory if it doesn't exist |