Changes for 0.2.2.
Conflicts: CMakeLists.txt
This commit is contained in:
parent
8f1a942c81
commit
5956e67fc0
5 changed files with 18 additions and 3 deletions
|
|
@ -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
6
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
|
||||
----------------------------
|
||||
|
||||
|
|
|
|||
8
debian/changelog
vendored
8
debian/changelog
vendored
|
|
@ -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
|
||||
|
|
|
|||
3
debian/control.quantal
vendored
3
debian/control.quantal
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue