[gtk-mac-bundler] Bump version number for release bundler-0.6.1



commit 6e2ed855aaeae43c29436c342ae83568573b5636
Author: John Ralls <jralls ceridwen us>
Date:   Sat Oct 1 13:57:27 2011 -0700

    Bump version number for release bundler-0.6.1

 Changelog |   14 ++++++++++++++
 Makefile  |    4 ++--
 NEWS      |   21 +++++++++++++++++++++
 3 files changed, 37 insertions(+), 2 deletions(-)
---
diff --git a/Changelog b/Changelog
index 22d75dd..f445fb1 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,17 @@
+-e Changes in version 0.6.1:
+
+ - Bump version number for release bundler-0.6.1 (John Ralls)
+ - Remove tarring the UI directory from make dist. (John Ralls)
+ - Add .doap file for Gnome.org (John Ralls)
+ - Reflect change to Python2.7 it Gtk-OSX Stable moduleset. (John Ralls)
+ - Ensure that all the latest improvements to the launcher script are incorporated in all versions here. (John Ralls)
+ - Change gtk-mac-bundler to gtk-mac-bundler for transfer to gnome.org. (John Ralls)
+ - Delete old, unused, graphical interface (John Ralls)
+ - Launcher: expr isn't a bash builtin so it needs an absolute path. (John Ralls)
+ - Improve arguments handling in launcher. Thanks to prl <prl ozemail com au> (John Ralls)
+ - Update demo bundle files and launcher script to reflect new location of gdk-pixbuf, and to load the print backends so that printing will work. (John Ralls)
+ - Fix pango.modules generation (Alexander Kojevnikov)
+
 Changes in version 0.6.0:
 
  - Bump Version to 0.6.0 (John Ralls)
diff --git a/Makefile b/Makefile
index 73fe132..5f065bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE = gtk-mac-bundler
-VERSION = 0.6.0
-OLD_VERSION = 0.5.4
+VERSION = 0.6.1
+OLD_VERSION = 0.6.0
 
 bindir=$(HOME)/.local/bin
 
diff --git a/NEWS b/NEWS
index 215ca03..d032bfd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+NEW IN 0.6.1
+============
+- Change name to gtk-mac-bundler
+- Fix launcher scripts to better handle spaces in paths
+- Adjust paths for gdk-pixbuf moving back into lib/gdk-2.0
+- Lose the GUI. Hope no one was using it.
+
+NEW IN 0.6.0
+============
+- Better Locale Detection in launcher scripts
+- Allow for building Gtk+-3 bundles
+- Adjust paths for gdk-pixbuf moving out of lib/gdk-2.0
+- Add recursive wildcard imports of binaries
+- Allow "dest" tags in binary elements
+
+
+NEW IN 0.5.3
+============
+- Add support for adding translations to bundles
+- Move script install location to ~/.local/bin, matching jhbuild
+
 NEW IN 0.5.1
 ============
 - New URL for gtk-osx



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