summaryrefslogtreecommitdiff
path: root/gdk-pixbuf/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2009-01-13 11:17:25 +0000
committerTor Lillqvist <tml@src.gnome.org>2009-01-13 11:17:25 +0000
commitc1e67e994cba12e992f1a731218497212cc48761 (patch)
tree503827048ac1a0df09ecda9ebc389327587c54c9 /gdk-pixbuf/ChangeLog
parent30db57475064a2f0e2fd5bf6d4a525e98befbc04 (diff)
downloadgdk-pixbuf-c1e67e994cba12e992f1a731218497212cc48761.tar.gz
Bug 164002 - query scripts don't work uninstalled on windows
2009-01-12 Tor Lillqvist <tml@iki.fi> Bug 164002 - query scripts don't work uninstalled on windows * queryloaders.c (main): Use the configure-time PIXBUF_LIBDIR if the exe is located in a .libs folder, i.e. run in the build directory through a libtool wrapper script or wrapper executable, or in the source folder itself. Otherwise continue to infer the runtime prefix from the exe's location. 2009-01-12 Tor Lillqvist <tml@iki.fi> * queryloaders.c (main): Remove the Win9x code path. It had been left by mistake. Win9x code is gone from the rest of GTK+ since 2.12. svn path=/trunk/; revision=22106
Diffstat (limited to 'gdk-pixbuf/ChangeLog')
-rw-r--r--gdk-pixbuf/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog
index d50d57e48..ffeeb1892 100644
--- a/gdk-pixbuf/ChangeLog
+++ b/gdk-pixbuf/ChangeLog
@@ -1,3 +1,19 @@
+2009-01-12 Tor Lillqvist <tml@iki.fi>
+
+ Bug 164002 - query scripts don't work uninstalled on windows
+
+ * queryloaders.c (main): Use the configure-time PIXBUF_LIBDIR if
+ the exe is located in a .libs folder, i.e. run in the build
+ directory through a libtool wrapper script or wrapper executable,
+ or in the source folder itself. Otherwise continue to infer the
+ runtime prefix from the exe's location.
+
+2009-01-12 Tor Lillqvist <tml@iki.fi>
+
+ * queryloaders.c (main): Remove the Win9x code path. It had been
+ left by mistake. Win9x code is gone from the rest of GTK+ since
+ 2.12.
+
2009-01-07 Matthias Clasen <mclasen@redhat.com>
Bug 566862 – pixbuf_new_from_file does not autodetect format