Package Release Info

geary-0.12.2-bp150.1.3

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

geary
geary-lang

Change Logs

* Mon Apr 30 2018 jengelh@inai.de
- Trim filler wording of description.
* Tue Apr 24 2018 luc14n0@linuxmail.org
- Update to version 0.12.2:
  + Bug fixed:
  - bgo#792555, bgo#778976, bgo#790435, bgo#778027, bgo#795216,
    bgo#793710, bgo#788637, bgo#790103, bgo#776881, bgo#783025.
  - Ensure gnome-control-centre knows in advance Geary uses
    notifications.
  - Fix message body quote button styling under WebKitGTK 2.20.
  - Don't show unused header widgets when showing a message via
    notifications.
  - Fix some serious run-time memory leaks.
- Update License tag from LGPL-2.0-or-later to LGPL-2.1-or-later
  and add CC-BY-3.0 and BSD-2-Clause to comply with due copyrights.
* Wed Feb 28 2018 dimstar@opensuse.org
- Modernize spec-file by calling spec-cleaner
* Tue Feb 13 2018 dimstar@opensuse.org
- Update to version 0.12.1:
  + Bugs fixed: bgo#713607, bgo#754802, bgo#770618, bgo#771504,
    bgo#778720, bgo#779369, bgo#781178, bgo#781488, bgo#784300,
    bgo#788494, bgo#788637, bgo#788797.
  + Updated translations.
* Wed Oct 04 2017 dimstar@opensuse.org
- Drop _service: no longer needed, since upstream is back in
  releasing tarballs mode.
* Tue Oct 03 2017 luc14n0@linuxmail.org
- Update to version 0.12.0:
  + Enhancements included:
  - Improvements in:
    . Inserting links in rich text messages (interface).
    . Displaying conversations (interface).
    . Moving and labelling conversations (interface).
    . Support for right-to-left languages.
    . Keyboard navigation for conversations.
    . Security when displaying messages.
  - Insert images inline when composing rich text messages.
  - Added in-application keyboard shortcut help (Ctrl + ?).
  - Choose multiple spell-checker languages when composing
    messages.
  - Support message archiving for Yahoo! Mail and Outlook.com.
  - Automatically unfold starred messages in a conversation.
  - Support saving remote inline images.
  - Support for distribution via Flatpak.
  - Numerous bug fixes and minor user interface improvements.
  + Updated manual translations.
  + Updated translations.
- Drop %desktop_database_*, %icon_theme_cache_* and
  %glib2_gsettings_schema_* post/postun/requires: functionality now
  covered by file triggers.
* Wed Jul 12 2017 zaitor@opensuse.org
- Update to version 0.11.3+20170626:
  + Fix vala binding generation with webkit2gtk 2.17.4.
- Drop pkgconfig(unique-3.0) BuildRequires: No longer needed.
* Thu Jun 22 2017 zaitor@opensuse.org
- Update to version 0.11.3+20170621:
  + Updated translations.
* Tue Mar 07 2017 zaitor@opensuse.org
- Update to version 0.11.3+20170306:
  + Migrate to custom libsecret schema & use host, login & proto as
    key.
  + Show main window on startup (bgo#779549).
  + Make MainWindow and ComposerWindow uniquely targetable via CSS.
  + Set the WK data dir so we don't pick up WK default local
    storage.
  + Don't (explicitly) use deprecated Gee methods.
  + Fix composer UI brokenness when compiled under vala 0.36.
  + Fix messages not being auto-marked read on scroll.
  + Fix crash when conversation scrolled window child changes.
  + Don't use deprecated Gdk.Pixbuf.new_from_stream_async function.
- Add pkgconfig(webkit2gtk-web-extension-4.0) and
  pkgconfig(javascriptcoregtk-4.0) BuildRequires: Align with what
  configure looks for.
* Tue Feb 28 2017 zaitor@opensuse.org
- Update to version 0.11.3+20170228:
  + Fix error validing account details on second try (bgo#775511).
  + Make both Engine and AccountInfo a bit more unit testable.
  + Fix error when adding third account (bgo779048).
  + Add unit tests for adding accounts.
  + Allow using foreach loops over ConversationEmail's messages.
  + Fix messages with search hits in bodies not being expanded
    (bgo#778033).
  + Fix matching message subject not being highlighted in
    find/search.
  + Rename archive/trash/delete actions to clearly be for
    conversations.
  + Add a keyboard nav section to the user manual.
  + Validate entered email address before allowing add a new
    account.
  + Fix print to file not working. Bug 778874.
  + Remember print dir and reuse when printing again (bgo#713573).
  + Remember attachments dir and reuse adding/saving attachments
    and images.
  + Close folders in reverse order (bgo#778968).
  + Fix build with new vala.
  + Fix a shell warning running configure under flatpak-builder.
  + Use Gtk.show_uri_on_window when available (bgo#770884).
  + Fix attachments not being opened when using flatpak
    (bgo#770886).
* Wed Feb 22 2017 dimstar@opensuse.org
- Update to version 0.11.3+20170222:
  + Add tooltips to composer spellcheck popover.
  + Fix compilation for clang (bgo#778046).
  + Don't merge emails if they do not share the same Message-ID
    (bgo#713530).
  + Update symbolic icon for 0.12.
  + Don't insert multiple blank lines in the composer (bgo#778125).
  + Don't abort the application if password could not be saved in
    the secrets manager (bgo#776139).
  + Report the branch & state rather than last tag in dev version
    string.
  + Prevent messages from setting a broken body height
    (bgo#750075).
  + Tidy up ConversationWebView's CSS a bit.
  + Add IdleManager class for sane main loop idle scheduling.
  + Fix segfault closing client after starting it without network
    access.
  + Fix editing additional email addresses from account prefs
    (bgo#778364).
  + Add ContentType methods for determining file name extenions and
    type sniffing.
  + Add ContentType.is_default and unit test.
  + Tidy up Geary.Attachment API a bit.
  + Clean up DB handling of attachments without specified file
    names.
  + Clean up default filename when saving attachments.
  + Ensure mixed landscape/portrait attachment previews are centred
    vertically.
  + Re-implement alt text filename fallback when saving inline
    images.
  + Fix a crash replying to a message.
  + Workaround libsoup cache crashing when cancellable is actually
    cancelled.
  + Don't breifly show the message body progress bar when loading
    cached.
  + Make ConversationListBox::check_mark_read private.
  + Re-enable standard keyboard scrolling for conversations.
  + Updated translations.
* Wed Feb 01 2017 zaitor@opensuse.org
- Update to version 0.11.3~20170201:
  + Fix some more issues on earlier GTK versions.
  + Really fix JS error calling ComposerWebView::save_selection.
  + Don't build and run tests by default.
  + Update some test code attributions.
  + Make ClientWebView-based tests execute a bit faster.
  + Fix brown-paper-bag bug in Geary.JS::escape_string.
  + Fix more issues hiding/showing collapsed quotes.
  + Split composer web view up into multiple parts.
  + Query Webview for supported image types instead of hardcoding
    them.
  + Explicitly allow loading only geary:body in ClientWebView.
  + Port to WebKit2 (bgo#728002).
- Drop geary-master.patch, switched to source service.
- Replace pkgconfig(webkitgtk-3.0) for pkgconfig(webkit2gtk-4.0)
  BuildRequires following upstreams port.
- Add pkgconfig(iso-codes) BuildRequires: New dependency.
* Mon Jan 16 2017 dimstar@opensuse.org
- Add geary-master.patch: fast forward to 6abd78 in order to fix
  build against GNOME 3.23.x.
- Pass -DGSETTINGS_COMPILE_IN_PLACE=ON (instead of =OFF) to cmake:
  recent git tree does not build otherwise.
- Add pkgconfig(enchant), pkgconfig(libsoup-2.4) and
  pkgconfig(libxml-2.0) BuildRequires: new dependencies.
* Sun Dec 25 2016 zaitor@opensuse.org
- Update to version 0.11.3:
  + Fix drafts not being saved when closing composer (bgo#747627).
  + Fix breaking due to full-text-search table corruption
    (bgo#772522).
  + Fix Inboxes never being prefetched or sync'ed (bgo#776029).
  + Fix composers not being closed when started hidden
    (bgo#770037).
  + Fix password being lost when server rejects connections
    (bgo#772808).
  + Minor other bug fixes.
  + Updated translations.
- Drop geary-vala-0.34.patch: Fixed upstream.
* Mon Sep 19 2016 dimstar@opensuse.org
- Add geary-vala-0.34.patch: Fix build with vala 0.34. Patch taken
  from git master.
* Sun Aug 28 2016 zaitor@opensuse.org
- Update to version 0.11.2:
  + Improve showing RTL email with no direction set as RTL
    (bgo#713062).
  + Improve composer not showing RTL messages as RTL (bgo#713607).
  + Fix crash when archiving, deleting, etc. specific messages
    (bgo#769010).
  + Fix crash from invalid window sizes in settings (bgo#730356).
  + Fix crash connecting to tiscali.it/poste.it & other Dovecot
    (bgo#66509).
  + Fix maximised state not being saved (bgo#755359).
  + Fix unresponsive after sending long line starting with '>'
    (bgo#768642).
  + Fix warning/crash when unable to contact notification server
    (bgo#768911).
  + Fix using incorrect From address restoring from a draft
    (bgo#768419).
  + Fix format=flowed when sending non-Latin text (bgo#753528).
  + Fix encoding problems with non ASCII/Latin-1/UTF-8 headers
    (bgo#753870).
  + Don't double spaces after address autocomplete in composer
    (bgo#755589).
  + Add Language headers to po files.
  + Don't rely on a the GEdit app icon for the draft folder
    (bgo#753672).
  + Fix a number of edge-case critical warnings/errors.
  + Updated translations.
* Mon Jun 27 2016 zaitor@opensuse.org
- Update to version 0.11.1 (boo#991116):
  + Fix frequent crashes on 32-bit/i686 OS installations
    (bgo#758621).
  + Fix error connecting to certain Outlook.com accounts
    (bgo#766552).
  + Find special folders with lower case names (bgo#748183).
  + Find Exchange Sent and Deleted special folders (bgo#748183).
  + Don't create Archive folders for GMail accounts (bgo#767259).
  + Use HTTPS for accessing Gravatar.com (bgo#766595).
  + Fix text not show when only plain text and image parts
    (bgo#767438).
  + Fix crash when is:foo is not translated (bgo#766837).
  + Make English versions of search ops always work (bgo#766837).
  + Allow to:me and from:me to be translated separately
    (bgo#767291).
  + Fix date typo in NEWS.
  + Updated translations.
* Sun May 15 2016 zaitor@opensuse.org
- Update to version 0.11.0:
  + Add archive special folder support (bgo#713986).
  + Add is:read, is:unread: is:starred search operators
    (bgo#726661).
  + Fix using more than search operator - to:, from:, etc
    (bgo#749938).
  + Work around crashes caused by WebKitGTK+ 2.4.10 (bgo#764152,
    bgo#763933).
  + Fix a crash when searching (bgo#765515).
  + Fix images not being displayed in some HTML messages
    (bgo#764919).
  + Fix empty main window when opened from notification
    (bgo#763961).
  + Fix UI freezing when network connections are lost (bgo#757088).
  + Work better with Cyrus & other servers when network unreliable
    (bgo#757166).
  + Enable use of custom FTS3 tokeniser in SQLite 3.12 and later
    (bgo#763203).
  + Fix inconsistent Composer 'Detach' button placement
    (bgo#757110).
  + Documentation improvements (bgo#764848, bgo#749925).
  + Update deb module dependencies (bgo#749931, bgo#748464).
  + Updated translations.
* Tue Mar 31 2015 zaitor@opensuse.org
- Update to version 0.10.0:
  + Undo Archive/Trash/Move of email (bgo#721828).
  + New split headerbar layout with UI, composer improvements
    (bgo#743960).
  + Preference to switch between 2-column and 3-column layout
  + (bgo#714793).
  + Support multiple ("alternate") email addresses per account
    (bgo#714922).
  + New shortcut keys to navigate next/previous conversation
    (bgo#714434).
  + Fix displaying inline images referenced by Content-ID
    (bgo#743676).
  + Numerous bug fixes, optimizations, improvements.
  + Updated translations.
* Tue Feb 03 2015 dimstar@opensuse.org
- Update to version 0.9.1:
  + Support HTML signatures (bgo#738895).
  + Quote from multiple selections in reply (bgo#738188).
  + Restore reply/reply all/forward state of edited drafts
    (bgo#743067).
  + Quoted message portion may be easily removed in composer
    (bgo#741609).
  + True delete now supported in Gmail (bgo#721790).
  + Improved searching for terms w/ punctuation (bgo#714863).
  + Better management of draft messages to avoid orphans.
  + Empty Trash, Empty Spam (bgo#714809, bgo#725260).
  + Better conversation construction (bgo#714563).
  + Improved IMAP connection reestablishment and retrying of remote
    operations.
  + Various bug fixes, optimizations, improvements.
  + Updated translations.
- Drop geary-Off-by-one-heap-buffer-overflow.patch: fixed upstream.