summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2016-11-18 18:05:29 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2016-11-21 15:24:03 +0100
commitc52da2fec56e27cc6cae418b86608e55b83c6cb4 (patch)
treea33b92ecbbce3062ada098f14e19af5903e38c30
parent44645cde92f22883a23b9018a725a6cf7b4bfdb7 (diff)
build: Update NEWS filev0.13.3
-rw-r--r--NEWS19
1 files changed, 19 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e1b02175..eb994838 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,22 @@
+Major Changes in 0.13.3:
+========================
+
+*** IMPORTANT ***
+The 0.13.x release series is an unstable release series, if you are looking for
+stability for daily use, please use the latest 0.12.x release. We are trying to
+keep the code as functional as 0.12, but regressions or bugs could still happen.
+
+* Ongoing work on separating/encapsulating the existing codebase. Main
+ highlight is that RedChannel/RedChannelClient have been converted to GObjects
+* Statistics code is now disabled by default, if you need it,
+ -DREDS_STATISTICS must be added to CPPFLAGS when building
+* Improvements to replay utility
+* Limit (deprecated/unusud) QXLMessage size to 100,000 characters for improved
+ safety
+* Build fixes on older distros (el6)
+* Improve image quality in low bitrate situation when using the
+ GStreamer backend
+
Major Changes in 0.13.2:
========================