[phonemgr] upd 0.66



commit 899be05e3ff602e6d05ec8cca0342dec50be16fe
Author: Daniele Forsi <dforsi src gnome org>
Date:   Sun Feb 20 15:52:24 2011 +0100

    upd 0.66
    
     * NEWS: upd
     * ChangeLog: moved to to ChangeLog.pre-gitlog
     * Makefile.am: generated ChangeLog from git commit messages
     * configure.in: 0.66
     * src/menu.c: added Daniele Forsi

 ChangeLog => ChangeLog.pre-gitlog |    0
 Makefile.am                       |   10 ++++++++++
 NEWS                              |   31 +++++++++++++++++++++++++++++++
 configure.in                      |    2 +-
 src/menu.c                        |    4 +++-
 5 files changed, 45 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog.pre-gitlog
similarity index 100%
rename from ChangeLog
rename to ChangeLog.pre-gitlog
diff --git a/Makefile.am b/Makefile.am
index d09b70c..1377c7a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,3 +7,13 @@ EXTRA_DIST = \
 	intltool-extract.in intltool-merge.in intltool-update.in
 
 DISTCLEANFILES = intltool-extract intltool-merge intltool-update
+
+# Build ChangeLog from GIT history
+ChangeLog:
+	@if test -f $(top_srcdir)/.git/HEAD; then \
+		git log --stat V_0_65.. > $@; \
+	fi
+
+dist: ChangeLog
+
+.PHONY: ChangeLog
diff --git a/NEWS b/NEWS
index 79ea9db..f63dc2b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+gnome-phone-manager 0.66
+========================
+
+ * Add a gnome-bluetooth plugin to configure new paired phones for use
+   with gnome--phone-manager, conditionally built if
+   gnome-bluetooth-1.0 >= 2.27.6 is available
+
+ * Fix automatic phone reconnection
+
+ * Migrate from libglade to GtkBuilder, requires gtk+-2.0 >= 2.18
+   (Mehmet Giritli, Francesco Marella)
+
+ * Added/updated translations:
+  - ar Khaled Hosny
+  - cs Marek Ä?ernocký
+  - da Joe Hansen
+  - de Mario Blättermann
+  - es Jorge González
+  - fr Claude Paroz
+  - gl Francisco Diéguez
+  - he Yaron Shahrabani
+  - hu Gabor Kelemen
+  - id Imam Musthaqim
+  - it Daniele Forsi
+  - nb Kjartan Maraas
+  - pl Tomasz Dominikowski
+  - pt_BR Mateus Zenaide
+  - sl Andrej ŽnidarÅ¡iÄ?
+  - sv Daniel Nylander
+  - zh_CN YunQiang Su
+
 gnome-phone-manager 0.65
 ========================
 
diff --git a/configure.in b/configure.in
index 82d8d11..f43ee35 100644
--- a/configure.in
+++ b/configure.in
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 AC_PREREQ(2.52)
 
-AC_INIT([GNOME Phone Manager],[0.65],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-phone-manager],[gnome-phone-manager])
+AC_INIT([GNOME Phone Manager],[0.66],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-phone-manager],[gnome-phone-manager])
 AC_CONFIG_SRCDIR(src/main.c)
 
 AM_MAINTAINER_MODE
diff --git a/src/menu.c b/src/menu.c
index e49691a..e8ebeae 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -42,7 +42,9 @@ about_activated(GtkMenuItem *item, gpointer data)
 	gtk_show_about_dialog (NULL,
 			       "authors", authors,
 			       "comments", _("Send and receive messages from your mobile phone."),
-			       "copyright", "Copyright \xc2\xa9 2003-2004 Edd Dumbill\nCopyright \xc2\xa9 2005-2007 Bastien Nocera",
+			       "copyright", "Copyright \xc2\xa9 2003-2004 Edd Dumbill\n" \
+			                    "Copyright \xc2\xa9 2005-2010 Bastien Nocera\n" \
+			                    "Copyright \xc2\xa9 2011 Daniele Forsi",
 			       "documenters", documenters,
 			       "logo-icon-name", "phone",
 #if GTK_CHECK_VERSION (2, 11, 0)



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