~ubuntu-branches/debian/sid/f-spot/sid

« back to all changes in this revision

Viewing changes to src/Extensions/Editors/FSpot.Editors.Pixelate/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane
  • Date: 2010-12-20 11:25:11 UTC
  • mfrom: (2.4.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20101220112511-h6tahevlynoskcn5
* [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

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
subdir = src/Extensions/Editors/FSpot.Editors.Pixelate
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
44
am__aclocal_m4_deps = $(top_srcdir)/build/m4/shave/shave.m4 \
 
45
        $(top_srcdir)/build/m4/f-spot/flickrnet.m4 \
 
46
        $(top_srcdir)/build/m4/f-spot/gnome-keyring-sharp.m4 \
 
47
        $(top_srcdir)/build/m4/f-spot/gtk-sharp.m4 \
 
48
        $(top_srcdir)/build/m4/f-spot/libfspot.m4 \
 
49
        $(top_srcdir)/build/m4/f-spot/mono-addins.m4 \
45
50
        $(top_srcdir)/build/m4/shamrock/expansions.m4 \
46
51
        $(top_srcdir)/build/m4/shamrock/gnome-doc.m4 \
47
52
        $(top_srcdir)/build/m4/shamrock/mono.m4 \
48
53
        $(top_srcdir)/build/m4/shamrock/nunit.m4 \
49
54
        $(top_srcdir)/build/m4/shamrock/programs.m4 \
50
 
        $(top_srcdir)/build/m4/f-spot/flickrnet.m4 \
51
 
        $(top_srcdir)/build/m4/f-spot/gnome-keyring-sharp.m4 \
52
 
        $(top_srcdir)/build/m4/f-spot/gtk-sharp.m4 \
53
 
        $(top_srcdir)/build/m4/f-spot/libfspot.m4 \
54
 
        $(top_srcdir)/build/m4/f-spot/mono-addins.m4 \
55
55
        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac
56
56
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
57
57
        $(ACLOCAL_M4)