[gtk-mac-bundler] Release gtk-mac-bundler 0.7.4



commit 36aaa644afd7446fc4eaa1ab6f5521e3a5c9574b
Author: John Ralls <jralls ceridwen us>
Date:   Tue Nov 4 17:54:14 2014 -0800

    Release gtk-mac-bundler 0.7.4

 Changelog |   15 +++++++++++++++
 Makefile  |    4 ++--
 NEWS      |    9 +++++++++
 3 files changed, 26 insertions(+), 2 deletions(-)
---
diff --git a/Changelog b/Changelog
index fc81b8f..07dfe16 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,18 @@
+Changes in version 0.7.4:
+
+ - Make sure to check for .symbolic icon extension (Jesse van den Kieboom)
+ - Fix pixbuf loader cache path (Jesse van den Kieboom)
+ - Make sure that libraries are writeable before using otool. (Julien Woillez)
+ - Update doap to reflect correct bug tracker. (John Ralls)
+ - Bug 698196: Fix typo (John Ralls)
+ - Bug #698916: Update versions, fix pixbuf (John Ralls)
+ - Update all launchers to reflect new pango environment variables (John Ralls)
+ - launcher: Update for pango changes (Dave Vasilevsky)
+ - Correct gdk-pixbuf path in the pygtk example (John Ralls)
+ - Bring example bundle files and launchers up to date (John Ralls)
+ - The *correct* fix for pango modules. (John Ralls)
+ - Fix another typo in pango module path (John Ralls)
+
 Changes in version 0.7.3:
 
  - Strip the compatibility information from otool output before submitting it to relative_path_map(). (John 
Ralls)
diff --git a/Makefile b/Makefile
index e510d9f..0238879 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE = gtk-mac-bundler
-VERSION = 0.7.3
-OLD_VERSION = 0.7.2
+VERSION = 0.7.4
+OLD_VERSION = 0.7.3
 
 bindir=$(HOME)/.local/bin
 
diff --git a/NEWS b/NEWS
index 47b8bca..2e8eb23 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+NEW IN 0.7.4
+============
+    - Some bug fixes thanks to A Serranor.
+    - Bring the example files up to date and correct some errors
+    - Update launcher script to reflect new Pango layout.
+    - Make sure that the libraries are writeable before using otool (Julien Woillez)
+    - Fix the pixbuf loader cache path for new versions of gdk-pixbuf (Jesse van den Kieboom)
+    - Check for .symbolic icons (Jesse van den Kieboom)
+
 NEW IN 0.7.3
 ============
 - Another minor bugfix, in this case causing some binary dependencies to not be found.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]