diff --git a/CMakeLists.txt b/CMakeLists.txt index 0d7df16a..1189fa19 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/NEWS b/NEWS index 51f948e4..00637906 100644 --- a/NEWS +++ b/NEWS @@ -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 ---------------------------- diff --git a/debian/changelog b/debian/changelog index d49aaf36..f3bb43a1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Thu, 18 Oct 2012 15:38:44 -0700 + + geary (0.2.1-1~precise5) precise; urgency=low * Save attachments FileChooserDialog now displays network mounts diff --git a/debian/control.quantal b/debian/control.quantal index fc3eb2d0..7e57c140 100644 --- a/debian/control.quantal +++ b/debian/control.quantal @@ -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 diff --git a/po/geary.pot b/po/geary.pot index 004ddc56..cae34529 100644 --- a/po/geary.pot +++ b/po/geary.pot @@ -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"