[geary/geary-0.12] Update files for 0.12.1.



commit 187561447603654d91c1ca6e4526eb18decb9d17
Author: Michael James Gratton <mike vee net>
Date:   Tue Feb 13 10:40:02 2018 +1100

    Update files for 0.12.1.

 CMakeLists.txt                         |    2 +-
 NEWS                                   |   45 ++++++++++++++++++++++++++++++++
 debian/changelog                       |   20 ++++++++++++++
 desktop/org.gnome.Geary.appdata.xml.in |   31 ++++++++++++++++++++++
 4 files changed, 97 insertions(+), 1 deletions(-)
---
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4518ed6..7cc37e9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ list(APPEND
 #
 set(GETTEXT_PACKAGE "geary")
 set(RELEASE_NAME "Lightweight email client for GNOME.")
-set(VERSION "0.12.0")
+set(VERSION "0.12.1")
 set(VERSION_INFO "Release")
 set(LANGUAGE_SUPPORT_DIRECTORY ${CMAKE_INSTALL_PREFIX}/share/locale)
 
diff --git a/NEWS b/NEWS
index 4291ee4..b6ff955 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,48 @@
+Version 0.12.1
+~~~~~~~~~~~~~~
+Released: 2018-02-13
+
+Bug fixes included in this release:
+ * Parts of multipart/digest message do not expand when clicked upon. Bug
+   788637.
+ * Geary does not unlock keyring at start. Bug 784300.
+ * Syntax error in IMAP greeting from AliYun IMAP server. Bug 781488.
+ * Message body text caret (cursor) not initially visible. Bug 788797.
+ * Losing focus when clicking in empty part of the composer. Bug 779369.
+ * Line breaks lost when selecting and replying to certain messages. Bug
+   781178.
+ * Always display an in-window app-menu under Unity. Bug 770618.
+ * Crash in SoupCacheInputStream when cancelling a message load. Bug 778720.
+ * Do not show Labels on sidebar if no label is present. Bug 754802.
+ * Unable to use Ctrl+C shortcut to copy e-mail subject; must use context menu
+   instead. Bug 788494.
+ * After clicking on mailto link in Geary, the body in the composer is not
+   writable. Bug 771504.
+ * Editing message does not support RTL (e.g. Hebrew). Bug 713607.
+
+Thanks to all who contributed code fixes and enhancements to this
+release:
+ * Alex Henrie
+ * Gautier Pelloux-Prayer
+ * Kacper Bielecki
+
+Thanks also to all who contributed translations, for the user
+interface:
+ * Anders Jonsson (sv)
+ * Ask Hjorth Larsen (da)
+ * Balázs Meskó (hu)
+ * Dušan Kazik (sk)
+ * Federico Bruni (it)
+ * Kukuh Syafaat (id)
+ * Marek Cernocky (cs)
+ * Mario Blättermann (de)
+ * Piotr Drąg (pl)
+ * Rafael Fontenelle (pt_BR)
+ * Stas Solovey (ru)
+
+And for the user manual:
+ * Mario Blättermann (de)
+
 Version 0.12
 ~~~~~~~~~~~~
 Released: 2017-10-02
diff --git a/debian/changelog b/debian/changelog
index 231c599..bbc6cdf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,23 @@
+geary (0.12.1-1~xenial1) unstable; urgency=medium
+
+ * Parts of multipart/digest message do not expand when clicked upon. Bug
+   788637.
+ * Geary does not unlock keyring at start. Bug 784300.
+ * Syntax error in IMAP greeting from AliYun IMAP server. Bug 781488.
+ * Message body text caret (cursor) not initially visible. Bug 788797.
+ * Losing focus when clicking in empty part of the composer. Bug 779369.
+ * Line breaks lost when selecting and replying to certain messages. Bug 781178.
+ * Always display an in-window app-menu under Unity. Bug 770618
+ * Crash in SoupCacheInputStream when cancelling a message load. Bug 778720.
+ * Do not show Labels on sidebar if no label is present. Bug 754802.
+ * Unable to use Ctrl+C shortcut to copy e-mail subject; must use context menu
+   instead. Bug 788494.
+ * After clicking on mailto link in Geary, the body in the composer is not
+   writable. Bug 771504.
+ * Editing message does not support RTL (e.g. Hebrew). Bug 713607.
+
+ -- Michael Gratton <mike vee net>  Tue, 13 Feb 2018 10:43:15 +1100
+
 geary (0.12.0-1~xenial1) xenial; urgency=medium
 
   * Insert images inline when composing rich text messages
diff --git a/desktop/org.gnome.Geary.appdata.xml.in b/desktop/org.gnome.Geary.appdata.xml.in
index 1b30394..40e1bb7 100644
--- a/desktop/org.gnome.Geary.appdata.xml.in
+++ b/desktop/org.gnome.Geary.appdata.xml.in
@@ -77,6 +77,37 @@
   <translation type="gettext">geary</translation>
 
   <releases>
+    <release version="0.12.1" date="2018-02-13">
+      <description>
+        <p>Bug fixes included in this release:</p>
+        <ul>
+          <li>Parts of multipart/digest message do not expand when
+          clicked upon. Bug 788637.</li>
+          <li>Geary does not unlock keyring at start. Bug 784300.</li>
+          <li>Syntax error in IMAP greeting from AliYun IMAP
+          server. Bug 781488.</li>
+          <li>Message body text caret (cursor) not initially
+          visible. Bug 788797.</li>
+          <li>Losing focus when clicking in empty part of the
+          composer. Bug 779369.</li>
+          <li>Line breaks lost when selecting and replying to certain
+          messages. Bug 781178.</li>
+          <li>Always display an in-window app-menu under Unity. Bug
+          770618.</li>
+          <li>Crash in SoupCacheInputStream when cancelling a message
+          load. Bug 778720.</li>
+          <li>Do not show Labels on sidebar if no label is
+          present. Bug 754802.</li>
+          <li>Unable to use Ctrl+C shortcut to copy e-mail subject;
+          must use context menu instead. Bug 788494.</li>
+          <li>After clicking on mailto link in Geary, the body in the
+          composer is not writable. Bug 771504.</li>
+          <li>Editing message does not support RTL (e.g. Hebrew). Bug
+          713607.</li>
+        </ul>
+      </description>
+    </release>
+
     <release version="0.12" date="2017-10-02">
       <description>
         <p>Enhancements included in this release:</p>


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