Geary 0.2.1

This commit is contained in:
Jim Nelson 2012-10-08 20:18:59 -07:00
parent 99a084bd90
commit 1a6a5455f1
4 changed files with 26 additions and 2 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.0+trunk")
set(VERSION "0.2.1")
set(VERSION_INFO "Release")
set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)

11
NEWS
View file

@ -1,3 +1,14 @@
Geary 0.2.1 - 8 October 2012
----------------------------
* Save attachments FileChooserDialog now displays network mounts
* Adds support for SMTP PLAIN authentication
* Installs Italian translation (overlooked in 0.2.0)
* Adds three new translations: Czech, Telugu, and Turkish
* Preferences dialog and .desktop file now translated
* Icon and desktop file cache updated after uninstall
* Various translation fixes, including translations not being displayed
Geary 0.2.0 - 1 October 2012
----------------------------

13
debian/changelog vendored
View file

@ -1,3 +1,16 @@
geary (0.2.1-1~precise3) precise; urgency=low
* Save attachments FileChooserDialog now displays network mounts
* Adds support for SMTP PLAIN authentication
* Installs Italian translation (overlooked in 0.2.0)
* Adds three new translations: Czech, Telugu, and Turkish
* Preferences dialog and .desktop file now translated
* Icon and desktop file cache updated after uninstall
* Various translation fixes, including translations not being displayed
-- Jim Nelson <jim@yorba.org> Mon, 08 Oct 2012 18:09:18 -0700
geary (0.2.0-1~precise1) precise; urgency=low
* Fixed Dovecot-related IMAP issues

2
debian/rules vendored
View file

@ -10,7 +10,7 @@
#export DH_VERBOSE=1
%:
dh $@ --buildsystem=cmake
dh $@
override_dh_auto_configure:
./configure --prefix=/usr