summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2005-08-16 19:33:16 +0000
committerBastien Nocera <hadess@src.gnome.org>2005-08-16 19:33:16 +0000
commite70dd9ab9226485cb670516d0f9d07248f1ef8b7 (patch)
tree796c8e0927a5ea8444c6507154d39a1f7518f4e7
parent7bfcd3203d723f3fd17d0e14037943ef7a6b5383 (diff)
downloadgnome-bluetooth-e70dd9ab9226485cb670516d0f9d07248f1ef8b7.tar.gz
upd
2005-08-16 Bastien Nocera <hadess@hadess.net> * NEWS: upd * configure.in: * src/Makefile.am: version the libtool libraries properly
-rw-r--r--ChangeLog6
-rw-r--r--NEWS17
-rw-r--r--configure.in10
-rw-r--r--src/Makefile.am2
4 files changed, 33 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 512e99ac..6dddbad4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2005-08-16 Bastien Nocera <hadess@hadess.net>
+
+ * NEWS: upd
+ * configure.in:
+ * src/Makefile.am: version the libtool libraries properly
+
2005-08-07 Bastien Nocera <hadess@hadess.net>
* python/manager.py: Patch from Harald Hoyer to make
diff --git a/NEWS b/NEWS
index 35045a1d..d99c529f 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,22 @@ gnome-bluetooth 0.6.0
=====================
* gnome-obex-server: Now preserves timestamps of reserved files (Tumoas
- Salo).
+ Salo).
+
+ * Save received files to the path specified in the
+ /apps/gnome-obex-server/savedir GConf key
+
+ * Remove the nautilus extension, sending files over Bluetooth devices is
+ now handled though nautilus-sendto (Bastien Nocera)
+
+ * Make gnome-bluetooth-manager run with newer PyGTK (Olav Vitters,
+ Harald Hoyer)
+
+ * Make dialogues comply better with the HIG (Bastien Nocera)
+
+ * Add a test program for the spinner widget (Bastien Nocera)
+
+ * Build fixes (Bastien Nocera)
* Updated translations:
cs: Miloslav Trmac
diff --git a/configure.in b/configure.in
index 794c00ec..7a093425 100644
--- a/configure.in
+++ b/configure.in
@@ -5,6 +5,16 @@ AC_INIT(gnome-bluetooth, 0.6.0)
AC_CONFIG_SRCDIR(src/controller.gob)
AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
+# Before making a release, the GNOMEBT_LT_VERSION string should be modified.
+# The string is of the form C:R:A.
+# - If interfaces have been changed or added, but binary compatibility has
+# been preserved, change to C+1:0:A+1
+# - If binary compatibility has been broken (eg removed or changed interfaces)
+# change to C+1:0:0
+# - If the interface is the same as the previous version, change to C:R+1:A
+GNOMEBT_LT_VERSION=0:0:0
+AC_SUBST(GNOMEBT_LT_VERSION)
+
AM_MAINTAINER_MODE
AM_CONFIG_HEADER(config.h)
diff --git a/src/Makefile.am b/src/Makefile.am
index 0a75bc46..359bf019 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -32,7 +32,7 @@ pkginclude_HEADERS = \
gnomebt-chooser.lo: gnomebt-controller.h gnomebt-spinner.h
libgnomebt_la_LDFLAGS = \
- -version-info 0:0:0
+ -version-info $(GNOMEBT_LT_VERSION)
gnomebt_chooser_test_SOURCES = \
gnomebt-chooser-test.c