[Galago-commits] r2854 - trunk/libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Sat Jun 17 18:20:44 PDT 2006


Author: chipx86
Date: 2006-06-17 18:20:40 -0700 (Sat, 17 Jun 2006)
New Revision: 2854

Removed:
   trunk/libnotify/libnotify.spec.in
Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/Makefile.am
   trunk/libnotify/NEWS
   trunk/libnotify/configure.ac
Log:
- Fix make distcheck and remove the old RPM spec file.
- Update the news.
- Bump the version to 0.4.1.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2006-06-15 09:15:02 UTC (rev 2853)
+++ trunk/libnotify/ChangeLog	2006-06-18 01:20:40 UTC (rev 2854)
@@ -1,3 +1,15 @@
+========================= 0.4.1 =========================
+
+Sat Jun 17 18:17:28 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
+
+	* Makefile.am:
+	* NEWS:
+	D libnotify.spec.in:
+	* configure.ac:
+	  - Fix make distcheck and remove the old RPM spec file.
+	  - Update the news.
+	  - Bump the version to 0.4.1.
+
 Thu Jun 15 02:14:14 PDT 2006  Christian Hammond <chipx86 at chipx86.com>
 
 	* libnotify/notification.c:

Modified: trunk/libnotify/Makefile.am
===================================================================
--- trunk/libnotify/Makefile.am	2006-06-15 09:15:02 UTC (rev 2853)
+++ trunk/libnotify/Makefile.am	2006-06-18 01:20:40 UTC (rev 2854)
@@ -6,15 +6,10 @@
 EXTRA_DIST = \
 	AUTHORS NEWS INSTALL COPYING README \
 	ChangeLog \
-	Doxyfile.in \
 	autogen.sh \
 	configure.ac \
-	libnotify.pc.in \
-	libnotify.spec.in
+	libnotify.pc.in
 
-dist-hook: libnotify.spec
-	cp libnotify.spec $(distdir)
-
 $(OBJECTS): libtool
 libtool: $(LIBTOOL_DEPS)
 	$(SHELL) ./config.status --recheck

Modified: trunk/libnotify/NEWS
===================================================================
--- trunk/libnotify/NEWS	2006-06-15 09:15:02 UTC (rev 2853)
+++ trunk/libnotify/NEWS	2006-06-18 01:20:40 UTC (rev 2854)
@@ -1,6 +1,7 @@
 version 0.4.1:
 	* Added support for attaching to a GtkStatusIcon. Patch by chpe. (Bug #60)
 	* Added GObject properties to NotifyNotification. Patch by chpe. (Bug #60)
+	* Added API documentation, accessible through devhelp.
 	* Fixed up libnotify.pc to support dependencies correctly. (Bug #58)
 	* Fixed notify_uninit() to properly set _initted to FALSE after being
 	  called. (Bug #56)

Modified: trunk/libnotify/configure.ac
===================================================================
--- trunk/libnotify/configure.ac	2006-06-15 09:15:02 UTC (rev 2853)
+++ trunk/libnotify/configure.ac	2006-06-18 01:20:40 UTC (rev 2854)
@@ -3,7 +3,7 @@
 dnl ################################################################
 dnl # Initialize autoconf
 dnl ################################################################
-AC_INIT(libnotify, 0.4.0.90, chipx86 at chipx86.com)
+AC_INIT(libnotify, 0.4.1, chipx86 at chipx86.com)
 AC_PREREQ(2.50)
 AC_CONFIG_SRCDIR(config.h.in)
 AC_COPYRIGHT([Copyright 2004-2006 Christian Hammond])
@@ -14,8 +14,8 @@
 dnl ################################################################
 LIBGALAGO_MAJOR_VERSION=0
 LIBGALAGO_MINOR_VERSION=4
-LIBGALAGO_MICRO_VERSION=0
-LIBGALAGO_DEVEL_VERSION=90
+LIBGALAGO_MICRO_VERSION=1
+LIBGALAGO_DEVEL_VERSION=0
 
 LIBGALAGO_VERSION=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
 
@@ -42,9 +42,9 @@
 dnl #
 dnl # CURRENT : REVISION : AGE
 dnl #
-LT_CURRENT=1
+LT_CURRENT=2
 LT_REVISION=0
-LT_AGE=0
+LT_AGE=1
 
 LT_RELEASE=$LIBGALAGO_MAJOR_VERSION.$LIBGALAGO_MINOR_VERSION.$LIBGALAGO_MICRO_VERSION
 

Deleted: trunk/libnotify/libnotify.spec.in
===================================================================



More information about the galago-commits mailing list