[gtk-mac-bundler] Prepare 0.7.0 release



commit da0fece220b6912e5a7ae5a8a727a596bdde51cf
Author: John Ralls <jralls ceridwen us>
Date:   Sat Sep 8 15:58:55 2012 -0700

    Prepare 0.7.0 release

 Changelog |    8 +++++++-
 Makefile  |    4 ++--
 NEWS      |    5 +++++
 3 files changed, 14 insertions(+), 3 deletions(-)
---
diff --git a/Changelog b/Changelog
index f445fb1..37ab291 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,10 @@
--e Changes in version 0.6.1:
+Changes in version 0.7.0:
+
+ - Filter list of binaries to exclude symlinks and files which are neither executable nor binary. (John Ralls)
+ - Add code signing to bundler. (John Ralls)
+ - If available, use CFBundleName instead of CFBundleExecutable for the bundle name. (Julien Woillez)
+
+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)
diff --git a/Makefile b/Makefile
index 5f065bf..df26e93 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGE = gtk-mac-bundler
-VERSION = 0.6.1
-OLD_VERSION = 0.6.0
+VERSION = 0.7.0
+OLD_VERSION = 0.6.1
 
 bindir=$(HOME)/.local/bin
 
diff --git a/NEWS b/NEWS
index d032bfd..dfbc7ab 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+NEW IN 0.7.0
+============
+ - Bundler will now sign all binary and executable files in the bundle if $APPLICATION_CERT is set with a valid signing certificate. (John Ralls)
+ - If available, use CFBundleName instead of CFBundleExecutable for the bundle name. In particular, this permits the executable or launcher to have a lower-case name and still upper-case the name displayed in Finder and on the Menubar. (Julien Woillez)
+
 NEW IN 0.6.1
 ============
 - Change name to gtk-mac-bundler



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