phonemgr r342 - in trunk: . cut-n-paste/e-contact-entry src



Author: hadess
Date: Tue Mar 10 15:08:32 2009
New Revision: 342
URL: http://svn.gnome.org/viewvc/phonemgr?rev=342&view=rev

Log:
2009-03-10  Bastien Nocera  <hadess hadess net>

	* NEWS: upd
	* README: upd reqs
	* configure.in: 0.65

	* cut-n-paste/e-contact-entry/Makefile.am:
	* src/Makefile.am: Fix distcheck



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README
   trunk/configure.in
   trunk/cut-n-paste/e-contact-entry/Makefile.am
   trunk/src/Makefile.am

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Tue Mar 10 15:08:32 2009
@@ -1,3 +1,22 @@
+gnome-phone-manager 0.65
+========================
+
+ * Use new chooser button widget from gnome-bluetooth
+
+ * Add setting to set the time/date on the phone when connecting
+
+ * Save phone IMEI on startup
+
+ * More error output when we get disconnected because the device
+   went away
+
+ * Require evolution-data-server to parse vCards and vCals
+
+ * Use libcanberra to play sounds
+
+ * Add delete/add/list/put for phonebook entries, calendar items, and
+   Todos (unfinished)
+
 gnome-phone-manager 0.60
 ========================
 

Modified: trunk/README
==============================================================================
--- trunk/README	(original)
+++ trunk/README	Tue Mar 10 15:08:32 2009
@@ -30,13 +30,14 @@
 
 You need:
 
-* gnome-bluetooth and libbtctl, from
+* gnome-bluetooth 2.27.0 or newer from
   http://live.gnome.org/GnomeBluetooth
 
 * Evolution-data-server
 * GtkSpell
+* libcanberra
+* dbus-glib
 
 * gnokii
   gnokii's homepage is at http://gnokii.org/
 
- -- Edd Dumbill <edd usefulinc com>, 2008-03-13

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Tue Mar 10 15:08:32 2009
@@ -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.60],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-phone-manager],[gnome-phone-manager])
+AC_INIT([GNOME Phone Manager],[0.65],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-phone-manager],[gnome-phone-manager])
 AC_CONFIG_SRCDIR(src/main.c)
 
 AM_MAINTAINER_MODE
@@ -13,7 +13,7 @@
 AM_DISABLE_SHARED
 AM_PROG_LIBTOOL
 
-GNOKII_REQS="gnokii >= 0.6.27cvs bluez >= 3.12"
+GNOKII_REQS="gnokii >= 0.6.27 bluez >= 3.12"
 GNOME_BLUETOOTH_REQS="gnome-bluetooth-1.0"
 
 AC_PROG_CC

Modified: trunk/cut-n-paste/e-contact-entry/Makefile.am
==============================================================================
--- trunk/cut-n-paste/e-contact-entry/Makefile.am	(original)
+++ trunk/cut-n-paste/e-contact-entry/Makefile.am	Tue Mar 10 15:08:32 2009
@@ -21,3 +21,4 @@
 	EGGFILES="$(EGGFILES)" EGGDIR="$(EGGDIR)" $(srcdir)/../update-from-egg.sh || true
 
 CLEANFILES = $(BUILT_SOURCES)
+EXTRA_DIST = econtactentry-marshal.list

Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am	(original)
+++ trunk/src/Makefile.am	Tue Mar 10 15:08:32 2009
@@ -54,6 +54,6 @@
 
 BUILT_SOURCES += $(MARSHALFILES)
 
-EXTRA_DIST = gnome-phone-manager.desktop.in org_gnome_phone_Manager.xml econtactentry-marshal.list
+EXTRA_DIST = gnome-phone-manager.desktop.in org_gnome_phone_Manager.xml
 CLEANFILES = $(BUILT_SOURCES) $(desktop_DATA)
 



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