[Pkg-cli-apps-commits] [SCM] f-spot branch, master, updated. debian/0.8.2-1-10-gfa276aa
Iain Lane
laney at ubuntu.com
Wed May 4 11:12:32 UTC 2011
The following commit has been merged in the master branch:
commit df4f2c02f96bd2b2d3cf55016993090070027b28
Merge: 276352ae11cfcef198324f76e09a9642951424a5 15bcf687c7e4895b9eb495011fe8878008af6100
Author: Iain Lane <laney at ubuntu.com>
Date: Wed May 4 12:08:04 2011 +0100
Merge branch 'master-experimental'
Conflicts:
debian/changelog
debian/control
debian/patches/series
diff --combined debian/changelog
index 0ae13ad,a71168f..7082be2
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,18 -1,179 +1,194 @@@
+ f-spot (0.8.2-1) experimental; urgency=low
+
+ * [1a54b49] Imported Upstream version 0.8.2
+ - Bug fix release for the 0.8.x series.
+ - Infobox crasher fixed (Paul Wellner Bou)
+ - CRW crasher (Christian Krause)
+ - XMP sidecar file naming now uses file.jpg.xmp, falls back to old file.xmp
+ if present (Ruben Vermeersch)
+ - French Mallard Documentation (Bruno Brouard)
+ - Slovenian Mallard Documentation (Matej Urbančič)
+ - Tons of translations
+ - Loads of obsolete code fixed (Tim Howard)
+ - DateTime.DaysInMonth crasher fix (Tim Howard)
+ - Mono.Data.Sqlite removed (Tim Howard)
+ - Switch to official Taglib# repository.
+ - Lots of Taglib# fixes.
+ - Rotation crasher (Nuno Ferreira)
+ - Gallery export crasher for Unicode characters (Martin Slota)
+ - A fix for the very annoying Int32.MaxValue bug.
+ - Around 20 bugs closed (http://bit.ly/hCAwkd)
+ * [f04bde8] Drop upstream_fix_empty_database_crash, merged upstream
+
+ -- Iain Lane <laney at ubuntu.com> Mon, 20 Dec 2010 11:25:11 +0000
+
+ f-spot (0.8.0-1) experimental; urgency=low
+
+ * [3adbc62] Imported Upstream version 0.8.0
+ + First long-term stable release of the 0.8.x series.
+ + Contains everything from the 0.7.x series as well as some critical extra
+ fixes that were added during the past week.
+ + Some regressions in terms of support for obscure RAW formats, but lots of
+ improvements overall, definitely in terms of stability.
+ + Nearly 300 bugs closed since 0.6.2 (http://bit.ly/bqXLLt)
+ * [6d29af4] Don't crash with empty databases.
+ * [9cb5934] Update ltmain.sh (again) to be compatible with upstream's
+ autofoo
+
+ -- Iain Lane <laney at ubuntu.com> Wed, 15 Sep 2010 20:30:34 +0100
+
+ f-spot (0.7.3-1) experimental; urgency=low
+
+ * New upstream release 0.7.3
+ + Release candidate for the 0.8.0 release.
+ + Completely replaced Glade usage by GtkBuilder (Paul Lange)
+ + Cleanups and refactorings all accross (Ruben Vermeersch)
+ + Correctly decide when to make the library location sensitive (Iain Lane)
+ + Fixes in Taglib#.
+ + IconView has been split up and made much more modular (Mike Gemünde)
+ + More Hyenafication (Mike Gemünde)
+ + Copy to Clipboard fixed (Mike Gemünde)
+ + Another 20 bugs closed (http://bit.ly/a9FWVh)
+ * [b9531bb] Remove no longer needed glade# build dependency
+ * [0b52e7b] Update patched ltmain.sh to new libtool version - thanks
+ to Christopher James Halse Rogers <raof at ubuntu.com>
+
+ -- Iain Lane <laney at ubuntu.com> Sat, 11 Sep 2010 11:14:44 +0100
+
+ f-spot (0.7.2-1) experimental; urgency=low
+
+ * New upstream release 0.7.2 "Retooled"
+ + Third release of the unstable 0.7 development series. Features a
+ fully restructured source tree with full Monodevelop build
+ support. Solves some of the regressions introduced in 0.7.1.
+ + Reorganized source tree for clarity, builds with Monodevelop.
+ + Switched from QueuedSqliteDatabase to HyenaSqliteConnection (Mike
+ Gemünde)
+ + Build tweaks (Christian Krause)
+ + More GtkBuilder transition (Eric Faehnrich)
+ + Reliability improvements (lots of them) for metadata handling (Mike
+ Gemünde, Ruben Vermeersch)
+ + Prune empty directories when deleting photos, import usability
+ enhancements (Mike Wallick)
+ + Big race-condition fix in import (Paul Wellner Bou)
+ + Loads of improvements to Taglib#, in terms of handling broken files,
+ extra format support (Pentax, Panasonic, Leica), stability and
+ correctness (Ruben Vermeersch)
+ - Runs out of memory Importing photo with suspect EXIF data
+ (LP: #272822)
+ - Metadata parsing of broken file causes large memory allocation
+ (LP: #597720)
+ - Photo import: cancel & copy have same keyboard shortcut (LP: #244423)
+ - Facebook export will not create new album (LP: #563495)
+ - Allow export to iPod (LP: #518344)
+ + Reporting of import errors.
+ + Speedups to repeated imports of the same directory.
+ + Piles of cleanups and general stability improvements.
+ + Over 50 bugs closed (http://bit.ly/cqpC3y)
+
+ -- Iain Lane <laney at ubuntu.com> Wed, 11 Aug 2010 22:17:42 +0100
+
+ f-spot (0.7.1-1) experimental; urgency=low
+
+ [ Iain Lane ]
+ * New upstream release 0.7.1 "The Big Switch"
+ + Second release of the unstable 0.7 development series. Most notably
+ including a switch to Taglib#. Regressions in the amount of RAW
+ types supported, will be fixed before releasing 0.8.
+ + Switched to a new Taglib#-backed metadata layer. This is a huge change
+ which should bring us increased stability (in the long run) and a much
+ easier to maintain metadata layer than the one we previously had. Also
+ enables some funky new features like XMP sidecars. (Ruben Vermeersch,
+ Mike Gemünde) (LP: #279440, #69577, #260706)
+ + Add support for XMP sidecars (Ruben Vermeersch)
+ + Add "remove from camera after import"-option (Ruben Vermeersch)
+ + Start of a massive backend cleanup (Mike Gemünde)
+ + Upstreaming of a lot of Debian/Ubuntu patches (Iain Lane)
+ + Several dialogs converted from glade to GtkBuilder (Ademir Mendoza,
+ Nick Van Eeckhout, Peter Goetz, Trevor Buchanan)
+ + Code refactorings and cleanups, increased Hyena adoption (Evan Briones,
+ Paul Lange, Paul Wellner Bou)
+ + Small usability improvements (Alex Launi, Anton Keks, Iain Churcher,
+ Tomas Kovacik)
+ + More build retooling (Bertrand Lorentz, Christian Krause, Gabriel Burt)
+ + Many bugs fixed and improvements in stability: Over 85 bugs closed
+ (http://bit.ly/aKyQOd)
+ - Forced lowercase when import is triggered by gnome-volume-manager
+ (LP: #249230)
+ * ubuntu_nofuse_fix_photo_import.patch: Drop — obsolete with new import
+ system.
+ * Drop libfspot-linkage patch: Applied upstream
+ * Drop jpegtran-linkage patch: Obsolete
+ * Drop ubuntu_fix_export_crash_FlickrRemote.cs.patch: Fixed upstream
+ * Refresh ubuntu_xdg-photo-dir to apply cleanly
+ * Drop default_view_size patch: Fixed upstream
+ * Standards-Version → 3.9.0, no changes required
+ * No longer need to autoreconf
+ * Add debian/clean file and remove override from rules
+ * Add build-depency on gnome-doc-utils to build user help
+
+ -- Iain Lane <laney at ubuntu.com> Sat, 17 Jul 2010 12:39:05 +0100
+
+ f-spot (0.7.0-1) experimental; urgency=low
+
+ * New upstream release 0.7.0
+ + First release of the unstable 0.7 development series. Massive changes.
+ + Reparenting and detaching support (Anton Keks) (Closes: #559745)
+ + A new Mallard-based documentation (Harold Schreckengost)
+ + No longer embeds flickrnet, uses distribution copy (Iain Lane)
+ + Adoption of a large amount of Hyena functionality (Paul Lange, Peter
+ Goetz)
+ + No longer embeds gnome-keyring-sharp
+ + Completely rewritten import, much faster and less memory hungry (Ruben
+ Vermeersch) (Closes: #559080, #492658, #341790, #357811, #426017) (LP:
+ #412091)
+ + No longer use gphoto2-sharp, now uses gvfs which is less crash-pron
+ (Ruben Vermeersch)
+ + Fix Facebook support (Ruben Vermeersch)
+ + Modernized unit tests
+ + Revamped build (Mike Gemünde)
+ + Much improved duplicate detection (much faster too) (Ruben Vermeersch)
+ + Mouse selection in Iconview (Vincent Pomey)
+ + Image panning support using middle mouse button (Wojciech Dzierżanowski)
+ + Timeline slider now restricted to the size of the window (Iain Churcher)
+ + Over 100 bugs closed (http://bit.ly/cyVjnD)
+ - No more warnings about schema defaults (Closes: #584215) (LP: #586132)
+ * debian/control: Clean up build deps to match configure checks
+ * debian/rules: Don't run dh_makeshilbs as we don't ship any shared
+ libraries. There are some private ones though, which get picked up and
+ result in a useless postinst/postrm call to ldconfig. Thanks, lintian.
+ * debian/patches/debian_fix-distclean.patch,
+ debian/patches/debian_fix_f-spot.exe.config.patch,
+ debian/patches/debian_link-system-flickrnet.patch,
+ debian/patches/debian_link-system-gnome-keyring.patch,
+ debian/patches/debian_disable-unit-tests,
+ debian/patches/git_transition_duration.patch,
+ debian/patches/ubuntu_fix_folder_export_hang.patch:
+ Clean up obsolete patches which are no longer necessary
+ * debian/patches/*: Temporarily disable patches which originated from Ubuntu
+ and no longer apply cleanly. We will get these back in a future upstream
+ development release.
+ * debian/patches/*: Refresh to apply cleanly
+ * debian/rules: Add new include dir to autoreconf call to pick up f-spot
+ macros
+
+ -- Iain Lane <laney at ubuntu.com> Mon, 24 May 2010 10:35:57 +0100
+
+f-spot (0.6.2-2) unstable; urgency=low
+
+ * debian/rules: Don't run dh_makeshilbs as we don't ship any shared
+ libraries. There are some private ones though, which get picked up and
+ result in a useless postinst/postrm call to ldconfig. Thanks, lintian.
+ * debian/patches/debian_fix-distclean.patch,
+ debian/patches/debian_fix_f-spot.exe.config.patch:
+ Clean up obsolete patches which are no longer necessary
+ * Remove obsolete build dependency (Closes: #591173)
+ * Remove deleted patches from series file
+ * Readd patch to not duplicate icons unnecessarily. Thanks to Tim
+ Retout. (Closes: #441326)
+
+ -- Iain Lane <laney at ubuntu.com> Mon, 02 Aug 2010 18:38:08 +0100
+
f-spot (0.6.2-1) unstable; urgency=low
* New upstream release 0.6.2:
--
f-spot
More information about the Pkg-cli-apps-commits
mailing list