From 6866d4a5b74779f087b8e44148a49163d8b7327b Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Fri, 25 Mar 2011 22:07:00 +0100 Subject: Imported Upstream version 0.4.0~alpha1 --- rapid/ChangeLog | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'rapid/ChangeLog') diff --git a/rapid/ChangeLog b/rapid/ChangeLog index a1b7070..0234613 100644 --- a/rapid/ChangeLog +++ b/rapid/ChangeLog @@ -1,9 +1,49 @@ +Version 0.4.0 alpha 1 +--------------------- + +2011-03-24 + +Rapid Photo Downloader is much faster and sports a new user interface. It is +about 50 times faster in tasks like scanning photos and videos before the +download. It also performs the actual downloads quicker. It will use +multiple CPU cores if they are available. + +Rapid Photo Downloader now requires version 0.3.0 or newer of pyexiv2. It also +requries Python Imaging (PIL) to run. It will only run on recent Linux +distributions such as Ubuntu 10.04 or newer. It has been tested on Ubuntu 10.04, +10.10 and 11.04, as well as Fedora 14. (There is currently an unusual bug +adjusting some preferences when running Ubuntu 11.04. See bug #739021). + +This is an alpha release because it is missing features that are present in +version 0.3.5. Missing features include: + +* System Notifications of download completion +* Job Codes +* Backups as you download +* Automation features, e.g. automatically start download at startup +* Error log window (currently you must check the command line for error output) +* Time remaining status messages +* Synchronize RAW + JPEG Sequence Numbers +* Add unique identifier to a filename if a file with the same name already + exists +* Sample file names and subfolders are not displayed in the preferences window + +These missing features will be added in subsequent alpha and beta releases. + +Kaa-metadata is no longer required to download videos. However, if you +want to use Frames Per Second or Codec metadata information in subfolder or +video file names, you must ensure it is installed. This is no longer checked at +program startup. + +Thanks go to Robert Park for refreshing the tranlsations code. + + Version 0.3.5 ------------- 2011-03-23 -The primary purpose of this release is update translations and fix bug #714039, +The primrary purpose of this release is update translations and fix bug #714039, where under certain circumstances the program could crash while downloading files. -- cgit v1.2.3 From eb4c5cc4472b16ce10401611140381e5ba5b6aca Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Fri, 8 Apr 2011 07:09:54 +0200 Subject: Imported Upstream version 0.4.0~alpha4 --- rapid/ChangeLog | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) (limited to 'rapid/ChangeLog') diff --git a/rapid/ChangeLog b/rapid/ChangeLog index 0234613..86037ed 100644 --- a/rapid/ChangeLog +++ b/rapid/ChangeLog @@ -1,3 +1,51 @@ +Version 0.4.0 alpha 4 +--------------------- + +2011-04-04 + +Fixed bug #750808: errorlog.ui not included in setup.py. + + +Version 0.4.0 alpha 3 +--------------------- + +2011-04-04 + +Features added since alpha 2: + +* Error log window to display download warnings and errors. +* Synchronize RAW + JPEG Sequence values. + +Fixed bug #739021: unable to set subfolder and file rename preferences on +alpha and beta Linux distributions such as Ubuntu 11.04 or Fedora 15. + +Updated Brazilian, Dutch, French, German and Spanish translations. + +Version 0.4.0 alpha 2 +--------------------- + +2011-03-31 + +Features added since alpha 1: + +* Sample file names and subfolders are now displayed in the preferences dialog + window. +* The option to add a unique identifier to a filename if a file with the same + name already exists + +Other changes: + +* Updated INSTALL file to match new package requirements. + +* Added program icon to main window. + +* Bug fix: leave file preview mode when download devices are changed in the + preferences. + +* Bug fix: don't crash on startup when trying to display free space and photo or + video download folders do not exist. + + Version 0.4.0 alpha 1 --------------------- @@ -35,7 +83,9 @@ want to use Frames Per Second or Codec metadata information in subfolder or video file names, you must ensure it is installed. This is no longer checked at program startup. -Thanks go to Robert Park for refreshing the tranlsations code. +Thanks go to Robert Park for refreshing the translations code. + +Added Romanian translation. Version 0.3.5 -- cgit v1.2.3 From 5168fdb07d6dc2b77f0ef9c7502940ce4a02e9aa Mon Sep 17 00:00:00 2001 From: Julien Valroff Date: Fri, 8 Apr 2011 07:12:47 +0200 Subject: Imported Upstream version 0.3.6 --- rapid/ChangeLog | 94 +++++---------------------------------------------------- 1 file changed, 8 insertions(+), 86 deletions(-) (limited to 'rapid/ChangeLog') diff --git a/rapid/ChangeLog b/rapid/ChangeLog index 86037ed..292d4b8 100644 --- a/rapid/ChangeLog +++ b/rapid/ChangeLog @@ -1,99 +1,21 @@ -Version 0.4.0 alpha 4 ---------------------- - -2011-04-04 - -Fixed bug #750808: errorlog.ui not included in setup.py. - - -Version 0.4.0 alpha 3 ---------------------- - -2011-04-04 - -Features added since alpha 2: - -* Error log window to display download warnings and errors. -* Synchronize RAW + JPEG Sequence values. - -Fixed bug #739021: unable to set subfolder and file rename preferences on -alpha and beta Linux distributions such as Ubuntu 11.04 or Fedora 15. - -Updated Brazilian, Dutch, French, German and Spanish translations. - -Version 0.4.0 alpha 2 ---------------------- - -2011-03-31 - -Features added since alpha 1: - -* Sample file names and subfolders are now displayed in the preferences dialog - window. -* The option to add a unique identifier to a filename if a file with the same - name already exists - -Other changes: - -* Updated INSTALL file to match new package requirements. - -* Added program icon to main window. - -* Bug fix: leave file preview mode when download devices are changed in the - preferences. - -* Bug fix: don't crash on startup when trying to display free space and photo or - video download folders do not exist. - - -Version 0.4.0 alpha 1 ---------------------- - -2011-03-24 - -Rapid Photo Downloader is much faster and sports a new user interface. It is -about 50 times faster in tasks like scanning photos and videos before the -download. It also performs the actual downloads quicker. It will use -multiple CPU cores if they are available. - -Rapid Photo Downloader now requires version 0.3.0 or newer of pyexiv2. It also -requries Python Imaging (PIL) to run. It will only run on recent Linux -distributions such as Ubuntu 10.04 or newer. It has been tested on Ubuntu 10.04, -10.10 and 11.04, as well as Fedora 14. (There is currently an unusual bug -adjusting some preferences when running Ubuntu 11.04. See bug #739021). - -This is an alpha release because it is missing features that are present in -version 0.3.5. Missing features include: - -* System Notifications of download completion -* Job Codes -* Backups as you download -* Automation features, e.g. automatically start download at startup -* Error log window (currently you must check the command line for error output) -* Time remaining status messages -* Synchronize RAW + JPEG Sequence Numbers -* Add unique identifier to a filename if a file with the same name already - exists -* Sample file names and subfolders are not displayed in the preferences window +Version 0.3.6 +------------- -These missing features will be added in subsequent alpha and beta releases. +2011-04-05 -Kaa-metadata is no longer required to download videos. However, if you -want to use Frames Per Second or Codec metadata information in subfolder or -video file names, you must ensure it is installed. This is no longer checked at -program startup. +This release contains a minor fix to allow program preferences to be changed +on upcoming Linux distributions like Ubuntu 11.04 and Fedora 15. -Thanks go to Robert Park for refreshing the translations code. +It also contains a minor packaging change so it can be installed in Ubuntu +11.04. -Added Romanian translation. - Version 0.3.5 ------------- 2011-03-23 -The primrary purpose of this release is update translations and fix bug #714039, +The primary purpose of this release is update translations and fix bug #714039, where under certain circumstances the program could crash while downloading files. -- cgit v1.2.3