[empathy/gnome-3-0] prepare 3.0.1 release



commit 3b3d55878aba65074ed80b22a2dba08e1b739583
Author: Guillaume Desmottes <guillaume desmottes collabora co uk>
Date:   Mon Apr 25 17:32:35 2011 +0200

    prepare 3.0.1 release

 NEWS         |   26 ++++++++++++++++++++++++++
 configure.ac |    4 ++--
 release.py   |    2 +-
 3 files changed, 29 insertions(+), 3 deletions(-)
---
diff --git a/NEWS b/NEWS
index 624ef98..9a7308d 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 91bd284..645e5c7 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 6d6afbd..33e9283 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:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]