Re: NetworkManager 0.7 Released



On Fri, Nov 28, 2008 at 01:02:37PM -0500, Dan Williams wrote:
> Hi,
> 
> I tagged, branched, and uploaded tarballs for the NetworkManager 0.7
> release on Wednesday night.  Due to the US Thanksgiving holiday, there
> wasn't time to mail out announcements until now.  Thanks to everyone
> (especially Tambet!) who helped push the 0.7 release out the door; it's
> been a long 2 years.  

\o/ :)

> Get it while it's hot:
> 
> ftp://ftp.gnome.org/pub/gnome/sources/NetworkManager/0.7/
> ftp://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.7/
> 
> Over the next few weeks, we'll get a schedule and feature list together
> for the next release.  There's some great stuff queued up, and while we
> can't get to all of it for whatever comes right after 0.7, we'll
> certainly work hard to make the next major release cure both cancer
> _and_ your connectivity problems.

During the NM 0.7 cycle the ABI and/or API of both libnm-util and libnm-glib
broke.  Unfortunately the soname wasn't bumped :(. Attached patch bumps the
soname of both of those to 1. For more info of how libtool versioning works
see:
http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html#Updating-version-info

Thanks,
  Sjoerd
-- 
He who knows that enough is enough will always have enough.
		-- Lao Tsu
Index: libnm-util/Makefile.am
===================================================================
--- libnm-util/Makefile.am	(revision 4357)
+++ libnm-util/Makefile.am	(working copy)
@@ -52,7 +52,8 @@
 
 libnm_util_la_LIBADD = $(GLIB_LIBS) $(DBUS_LIBS) $(UUID_LIBS)
 
-libnm_util_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnm-util.ver
+libnm_util_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnm-util.ver \
+  -version-info "1:0:0"
 
 if WITH_GNUTLS
 libnm_util_la_SOURCES += crypto_gnutls.c
Index: libnm-glib/Makefile.am
===================================================================
--- libnm-glib/Makefile.am	(revision 4357)
+++ libnm-glib/Makefile.am	(working copy)
@@ -91,7 +91,8 @@
 	$(GCONF_LIBS)					\
 	$(GNOME_KEYRING_LIBS)
 
-libnm_glib_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnm_glib.ver
+libnm_glib_la_LDFLAGS = -Wl,--version-script=$(srcdir)/libnm_glib.ver \
+  -version-info "1:0:0"
 
 noinst_PROGRAMS = libnm-glib-test
 


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