summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
-rw-r--r--NEWS2
2 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 08ec594e..a76cbb72 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
NAME = mgaonline
-VERSION:=3.4
+VERSION:=3.5
MGAUPDATE = mgaupdate
MGAAPPLET = mgaapplet
diff --git a/NEWS b/NEWS
index 6432847c..d440b080 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,5 @@
+Version 3.5 - 8 January 2014, Thierry Vignaud
+
- delay setting SIG_CHLD handler
(thus fixing segfault on startup (mga#10289))