[Spice-commits] 3 commits - NEWS configure.ac

Christophe Fergau teuf at kemper.freedesktop.org
Mon May 19 05:42:36 PDT 2014


 NEWS         |   13 +++++++++++++
 configure.ac |   33 +++++++++++++--------------------
 2 files changed, 26 insertions(+), 20 deletions(-)

New commits:
commit 1aac71d51ca6034327a91616310bb03b44c081ef
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon May 19 14:21:08 2014 +0200

    Update libtool version information for 0.12.5 release

diff --git a/configure.ac b/configure.ac
index 15fa171..657dc7d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,9 +11,9 @@ AC_PREREQ([2.57])
 # - If any interfaces have been removed or changed since the last public release,
 #   then set age to 0.
 #
-m4_define([SPICE_CURRENT], [9])
+m4_define([SPICE_CURRENT], [10])
 m4_define([SPICE_REVISION], [0])
-m4_define([SPICE_AGE], [8])
+m4_define([SPICE_AGE], [9])
 
 AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
         [spice-devel at lists.freedesktop.org], spice)
commit cdc04d567ad174e406d8119e15280812da287484
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Mon May 19 14:19:36 2014 +0200

    Update 'release' instructions in configure.ac
    
    The instructions are obsolete, replace them with the explanation about
    how to handle current/revision/age from libtool manual:
    https://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html

diff --git a/configure.ac b/configure.ac
index 6fe566f..15fa171 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,27 +1,20 @@
 AC_PREREQ([2.57])
 
-# Making releases:
-# 1. The version is SPICE_MAJOR.SPICE_MINOR.SPICE_MICRO
-# 2. It is generated via a two stage process:
-#   1. Create a tag
-#   2. run configure which calls git-version-gen.
-# 3. Follow these rules for setting the next tag (aka tarball version):
-#   1. SPICE_MAJOR remains 0 until a major change is done.
-#   2. Increment SPICE_MINOR to next even value on a significant release,
-#      updating the release schedule: http://www.spice-space.org/page/Releases
-#   3. Increment SPICE_MINOR otherwise.
-# 4. Follow the libtool manual for the so version:
-#  http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
-
+# Follow the libtool manual for the so version:
+# http://www.gnu.org/software/libtool/manual/html_node/Updating-version-info.html
+# - If the library source code has changed at all since the last update,
+#   then increment revision (‘c:r:a’ becomes ‘c:r+1:a’).
+# - If any interfaces have been added, removed, or changed since the last update,
+#   increment current, and set revision to 0.
+# - If any interfaces have been added since the last public release,
+#   then increment age.
+# - If any interfaces have been removed or changed since the last public release,
+#   then set age to 0.
+#
 m4_define([SPICE_CURRENT], [9])
 m4_define([SPICE_REVISION], [0])
 m4_define([SPICE_AGE], [8])
 
-# Note on the library name on linux (SONAME) produced by libtool (for reference, gleaned
-# from looking at libtool 2.4.2)
-#
-#  libspice-server.so.current-age.age.revision
-
 AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
         [spice-devel at lists.freedesktop.org], spice)
 
commit f41158f987a28a9e63300f8dc4cda1d1f642fa14
Author: Christophe Fergeau <cfergeau at redhat.com>
Date:   Thu Apr 17 21:41:56 2014 +0200

    Update NEWS

diff --git a/NEWS b/NEWS
index 1afe711..2fbac0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+Major changes in 0.12.5:
+========================
+* Added Opus support. Celt support will be obsoleted in a future release.
+* Addition of webdav channel
+* Force use of TLS 1.0 or newer for TLS connections
+* Reference manual
+* Some optimizations improving CPU use
+* Various bug fixes for race conditions, memory corruption, ... which could
+  be triggered on client disconnections, migration, ... and cause spice-server
+  to misbehave.
+* Portability fixes
+* Code cleanups
+
 Major changes in 0.12.4:
 ========================
 * log actual address spice-server binds to


More information about the Spice-commits mailing list