Changes for 0.2.2.

Conflicts:

	CMakeLists.txt
This commit is contained in:
Jim Nelson 2012-10-18 15:44:04 -07:00
parent 8f1a942c81
commit 5956e67fc0
5 changed files with 18 additions and 3 deletions

View file

@ -15,7 +15,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake )
#
set(GETTEXT_PACKAGE "geary")
set(RELEASE_NAME "Lightweight email client for GNOME.")
set(VERSION "0.2.1+trunk")
set(VERSION "0.2.2")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

6
NEWS
View file

@ -1,3 +1,9 @@
Geary 0.2.2 - 18 October 2012
-----------------------------
* Fix PLAIN authentication (failed w/ Yahoo! and other SMTP servers)
* Build will fail if intltool not installed (necessary for .desktop)
Geary 0.2.1 - 8 October 2012
----------------------------

8
debian/changelog vendored
View file

@ -1,3 +1,11 @@
geary (0.2.2+1~precise1) precise; urgency=low
* Fix PLAIN authentication (failed w/ Yahoo! and other SMTP servers)
* Build will fail if intltool not installed (necessary for .desktop)
-- Jim Nelson <jim@yorba.org> Thu, 18 Oct 2012 15:38:44 -0700
geary (0.2.1-1~precise5) precise; urgency=low
* Save attachments FileChooserDialog now displays network mounts

View file

@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 8),
libsqlite3-dev (>= 3.7.4),
libgnome-keyring-dev (>= 3.2.2),
libmessaging-menu-dev (>= 12.10.2),
libunity-dev (>= 5.12.0)
libunity-dev (>= 5.12.0),
intltool
Standards-Version: 3.8.3
Homepage: http://www.yorba.org

View file

@ -6,7 +6,7 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: geary 0.2.1\n"
"Project-Id-Version: geary 0.2.2\n"
"Report-Msgid-Bugs-To: http://redmine.yorba.org/projects/geary\n"
"POT-Creation-Date: 2012-10-02 15:16-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"