summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrediano Ziglio <freddy77@gmail.com>2020-10-13 10:29:40 +0100
committerFrediano Ziglio <freddy77@gmail.com>2020-10-24 14:34:45 +0100
commit44436a006f41688e56b16a128e9548b992578e9b (patch)
treea712c5bcef17f7dedcd54f50ad900b89791bfc89
parent4f71d0cdb79d2f61da49d439a5b72e3ce0070313 (diff)
build: Prepare for 0.14.90 releasev0.14.90
Signed-off-by: Frediano Ziglio <freddy77@gmail.com> Acked-by: Uri Lublin <ulublin@redhat.com>
-rw-r--r--CHANGELOG.md27
-rw-r--r--configure.ac2
-rw-r--r--docs/how_to_release.md2
-rw-r--r--meson.build2
4 files changed, 30 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d538567..c7f70eb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,30 @@
+Major Changes in 0.14.90:
+=========================
+
+**IMPORTANT**
+0.14.90 is the first release candidate for the stable 0.15.x series. While some
+bugs might still be present, it should be reasonably stable. If you are looking
+for stability for daily use, please keep using the latest 0.14.x release.
+
+* Support UNIX abstract sockets
+* Fix some potential thread race condition in RedClient
+* Many cleanups in the code
+* Improve migration test script
+* Update in protocol documentation
+* Improve Meson build
+* Removed CELT support
+* Update CI
+* Removed QXLWorker definition, it was deprecated 6 years ago
+* Fix some compatibility with MacOS
+* Fix some compatibility with Windows
+* Move the project to C++
+* Some fixes for SASL dealing with WebDAV
+* Fix minor Coverity reports
+* Add Doxygen support, manually built with "make doxy"
+* Support more mouse buttons (up to 16 buttons)
+* CVE-2020-14355 multiple buffer overflow vulnerabilities in QUIC decoding
+ code
+
Major Changes in 0.14.3:
========================
diff --git a/configure.ac b/configure.ac
index 035bab51..2f758991 100644
--- a/configure.ac
+++ b/configure.ac
@@ -13,7 +13,7 @@ AC_PREREQ([2.57])
#
dnl TODO see server/spice-char.h TODO comment for API breakage
m4_define([SPICE_CURRENT], [15])
-m4_define([SPICE_REVISION], [0])
+m4_define([SPICE_REVISION], [1])
m4_define([SPICE_AGE], [14])
AC_INIT(spice, [m4_esyscmd(build-aux/git-version-gen .tarball-version)],
diff --git a/docs/how_to_release.md b/docs/how_to_release.md
index b3cadf02..bfce1416 100644
--- a/docs/how_to_release.md
+++ b/docs/how_to_release.md
@@ -20,7 +20,7 @@ to avoid forgetting something.
* Upload tarball and relative signature
* Upload tarball and relative signature to
https://www.spice-space.org/download/releases/ (sftp to
- `spice-uploader@spice-web.osci.io:/var/www/www.spice-space.org/`)
+ `spice-uploader@spice-web.osci.io:/var/www/www.spice-space.org/download/releases/`)
* Update file `download.rst` in
https://gitlab.freedesktop.org/spice/spice-space-pages
* Create a merge request for `spice-space-pages`
diff --git a/meson.build b/meson.build
index b7d6e8b3..fa3cfe5b 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ run_command('build-aux/meson/check-spice-common', check : true)
#
#
spice_server_current = 15
-spice_server_revision = 0
+spice_server_revision = 1
spice_server_age = 14
spice_server_so_version = '@0@.@1@.@2@'.format(spice_server_current - spice_server_age,
spice_server_age,