summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-25 17:32:35 +0200
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-04-25 17:32:35 +0200
commit3b3d55878aba65074ed80b22a2dba08e1b739583 (patch)
treec272d8556cad8d9bbaa76b67f2ef8a72dc26610d
parentd34414f1b8eb0379a497dd7ee3b219fb89f401c4 (diff)
downloadempathy-3b3d55878aba65074ed80b22a2dba08e1b739583.tar.gz
prepare 3.0.1 releaseEMPATHY_3_0_1
-rw-r--r--NEWS26
-rw-r--r--configure.ac4
-rwxr-xr-xrelease.py2
3 files changed, 29 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 624ef98f5..9a7308d13 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,29 @@
+NEW in 3.0.1 (25/04/2011)
+============
+
+Not big changes in this new 3.0 stable release but enough bugs fixed to do
+the update. :)
+
+Bugs fixed:
+ - Fixed #645586, Contact not selected when opening conversation log from conversation window (Guillaume Desmottes)
+ - Fixed #645930, Remove unnecessary code in empathy_auth_factory_constructed() (Stef Walter)
+ - Fixed #646227, Possible overflow in persona-view:drag_data_get (Philip Withnall)
+ - Fixed #647056, Removing a contact causes a segfault (Philip Withnall)
+ - Fixed #647641, Does not display the first account when opening empathy-accounts (Guillaume Desmottes)
+ - Fixed #647793, Empathy doesn't disconnect when the network is disabled in network-manager (Guillaume Desmottes)
+ - Fixed #648372, the select widget for importing accounts has wrong height (Guillaume Desmottes)
+
+Translations:
+ - Updated eu Translation (Inaki Larranaga Murgoitio)
+ - Updated fa Translation (Arash Mousavi)
+ - Updated pl Translation (Piotr Drąg)
+ - Updated th Translation (Sira Nokyoongtong)
+ - Updated ug Translation (Abduxukur Abdurixit)
+ - Updated vi Translation (Nguyễn Thái Ngọc Duy)
+
+Documentation translations:
+ - Updated fr Documentation translation (Bruno Brouard)
+
NEW in 3.0.0 (04/04/2011)
============
diff --git a/configure.ac b/configure.ac
index 91bd284eb..645e5c7fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,9 +1,9 @@
dnl If not 1, append datestamp to the version number
-m4_define(empathy_released, 0)
+m4_define(empathy_released, 1)
m4_define([empathy_major_version], [3])
m4_define([empathy_minor_version], [0])
-m4_define([empathy_micro_version], [0])
+m4_define([empathy_micro_version], [1])
m4_define([empathy_nano_version], [0])
dnl Display the nano_version only if it's not '0'
diff --git a/release.py b/release.py
index 6d6afbdf4..33e92837e 100755
--- a/release.py
+++ b/release.py
@@ -9,7 +9,7 @@ import time
from string import Template
from optparse import OptionParser
-last_tag_pattern = 'EMPATHY_2_91*'
+last_tag_pattern = 'EMPATHY_3_0_*'
upload_server = 'master.gnome.org'
template = '''\
$name $version is now available for download from: