File geary.changes of Package geary

-------------------------------------------------------------------
Sat Sep 27 15:04:49 UTC 2014 - zaitor@opensuse.org

- Add geary-fix-toolbar-icons.patch: Fix oversized icons in toolbar
  (bgo#732065).

-------------------------------------------------------------------
Fri Sep 19 20:27:54 UTC 2014 - zaitor@opensuse.org

- Update to version 0.8.0:
  + Enforce CSS scope style rules when viewing emails.
  + Bug fixes.
  + Updated translations.

-------------------------------------------------------------------
Tue Sep  9 19:32:12 UTC 2014 - zaitor@opensuse.org

- Update to version 0.7.2:
  + Warn user of TLS certificate issues when connecting
    (bgo#713247).
  + Better scrolling system for inline composer.
  + Improved database performance and reduced lags.
  + IMAP stack fix (old IDLEs causing command completion).
  + Compile with Vala 0.25 and better.
  + Updated translations.
- Add pkgconfig(gcr-3) BuildRequires: New dependency.

-------------------------------------------------------------------
Tue Sep  9 19:32:11 UTC 2014 - dimstar@opensuse.org

- Update to version 0.7.1:
  + Show attachments lacking a Content-Disposition.
  + Prevent Inbox from being cleared at startup (Dovecot, Zimbra,
    more).
  + Major memory leak (due to GMime bindings) fixes.
  + Improved IMAP disconnect/reconnect logic.
  + Autocomplete properly quotes RFC822 strings.
  + Stabilize search results to prevent lost or dropped results.
  + Inline composer polish.
  + Updated translations.

-------------------------------------------------------------------
Tue Sep  9 19:32:10 UTC 2014 - dimstar@opensuse.org

- Update to version 0.7.0:
  + Major overhaul of email composer, now inline in main window and
    redesigned.
  + Composer will automatically add signature to emails.
  + Saving drafts to server can be disabled.
  + Improved main window interface, now using GtkHeaderBar.
  + Database speed optimizations to reduce lags and improve read
    times.
  + Improved connection retry.
  + Various bug fixes.
  + Updated translations.

-------------------------------------------------------------------
Sun Sep  7 09:52:13 UTC 2014 - zaitor@opensuse.org

- Update to version 0.6.3:
  + Warn user of TLS certificate issues when connecting
    (bgo#713247).
  + Fix wrong timestamp in composed email Date: header
    (bgo#714376).
  + Compile with Vala 0.25 and better.
- Add pkgconfig(gcr-3) BuildRequires: New dependency.

-------------------------------------------------------------------
Wed Aug 20 19:48:44 UTC 2014 - zaitor@opensuse.org

- Update to version 0.6.2:
  + Patch major memory leak due to GMime bindings.
  + Prevent Vala 0.26 compiler error.
  + Stabilize search sorting to prevent dropped search results.
  + Prevent Inbox from being cleared on startup w/ Dovecot, Zimbra,
    and more.
- Stop exporting CFLAGS="%{optflags} -w" to configure.
- Switch to cmake and cmake_install macro, as this builds cleanly
  without any needs for workarounds.

-------------------------------------------------------------------
Sat Jul 12 19:49:52 UTC 2014 - dimstar@opensuse.org

- Update to version 0.6.1:
  + Copy and move message bug fixes (esp. to prevent lost emails).
  + Prevent STARTTLS BAD_IDENTITY when connecting to server.
  + Prevent failure when deleting Outbox message.
  + Don't save draft messages on server when UIDPLUS not available.
  + Correct severe database command error (statement too long).
  + Fix bug when launching Geary with file URIs for attachments.
  + Prevent the IMAP account synchronizer from deadlocking.
  + Fix server compatibility issues (mail.ru, netcourrier.com).
  + Updated translations.

-------------------------------------------------------------------
Wed Mar 19 10:53:47 UTC 2014 - dimstar@opensuse.org

- Update to version 0.6.0:
  + Cleaned up star/unstar and mark as read/unread functionality.
  + Added localized help docs to installed files.
  + Many bugfixes.
- Add xml2po BuildRequires: new dependency.

-------------------------------------------------------------------
Tue Mar  4 15:43:22 UTC 2014 - zaitor@opensuse.org

- Update to version 0.5.3:
  + Better styling of collapsed quotes.
  + "Use IMAP credentials" option in account creation dialog.
  + Fixed support for GMail drafts.
  + Fixed background synchronizer.
  + Fixed some unread count issues.
  + Fixed some IMAP issues.
  + Fixed theming issues.
  + Other miscellaneous bugfixes.

-------------------------------------------------------------------
Sat Feb 15 08:47:20 UTC 2014 - zaitor@opensuse.org

- Update to version 0.5.2:
  + Improved recognition of special folders for "Other" accounts.
  + Prompt before permanently deleting messages.
  + Allow searching for "from:me" and the like.
  + Conversation viewer quoted text improvements.
  + UI and icon improvements.
  + Miscellaneous bugfixes.

-------------------------------------------------------------------
Fri Jan 31 08:52:15 UTC 2014 - dimstar@opensuse.org

- Update to version 0.5.1:
  + Ability to save sent mail.
  + Basic search operators.
  + Separate trash, archive, and delete operations.
  + Improved special folder handling for "Other" accounts.
  + Fixed some IMAP issues.
  + Speed improvements & miscellaneous bugfixes.
- Drop geary-compile-with-WebKitGTK-2.3.x.patch and
  geary-vala-workaround.patch: fixed upstream.

-------------------------------------------------------------------
Sun Dec 22 11:39:09 UTC 2013 - zaitor@opensuse.org

- Add geary-compile-with-WebKitGTK-2.3.x.patch, compile with
  WebKitGTK 2.3.x. This also introduces compiling WebKit-3.0.gir to
  a VAPI and using that during compilation (bgo#720315). 

-------------------------------------------------------------------
Sun Dec 15 12:01:28 UTC 2013 - zaitor@opensuse.org

- Update to version 0.5.0:
  + Port to GtkApplication.
  + Use app menu instead of gear button menu, where available.
  + Miscellaneous bugfixes.

-------------------------------------------------------------------
Fri Dec 13 20:25:17 UTC 2013 - dimstar@opensuse.org

- Update to version 0.4.3:
  + Fix "squished" conversation list when used with certain themes.
  + Compile-time support for WebKitGTK 2.0.
- Add geary-vala-workaround.patch: Work around vala issues which
  causes invalid int to pointer and pointer to int conversions.
- Export CFLAGS="%{optflags} -w" in order to work around
  bgo#682526.

-------------------------------------------------------------------
Sat Nov 30 19:46:42 UTC 2013 - dimstar@opensuse.org

- Update to version 0.4.2:
  + Compile with Vala 0.22.1.
- Changes from version 0.4.1:
  + Compile-time support for WebKitGTK 2.2.
  + Fixes IMAP STARTTLS failure to connect bug.
  + Works around LIST bug in IceWarp IMAP servers (crasher).
  + Solves crash when IMAP connect fails due to timeout.
  + CamelCased MIME types now handled properly (prevents blank
    emails).
  + Adds missing RTL icons.
  + Updated translations.
- Changes from version 0.4.0:
  + Per-account full text search.
  + Automatic save to draft.
  + Refreshed user interface.
  + Per-folder unread email count.
  + Experimental support for Outlook.com.
  + Enhanced "show external images" preference.
  + Find bar for locating text within a conversation (Ctrl+F).
  + Improved handling of attachments.
  + Malicious link checker.
  + Passwords stored with libsecret instead of GNOME Keyring.
  + Hundreds of bugs fixed and small improvements.
- Drop geary-webkitgtk-2.1.patch: fixed upstream.
- Remove sed hack that removed fatal-warnings from CMakeLists.txt:
  fixed upstream.
- Replace pkgconfig(gnome-keyring-1) BuildRequires with
  pkgconfig(libsecret-1): ported to libsecret.
- Replace pkgconfig(gee-1.0) BuildRequires to pkgconfig(gee-0.8):
  ported to libgee 0.8 (which is newer than libgee-1.0).

-------------------------------------------------------------------
Sun Aug 25 17:07:48 UTC 2013 - zaitor@opensuse.org

- Add a recommends on the lang package.

-------------------------------------------------------------------
Sun Aug 25 15:46:02 UTC 2013 - dimstar@opensuse.org

- Add geary-webkitgtk-2.1.patch: Fix build with webkitgtk 2.1.
  Patch inspired / based on Fedora's one.
- Use sed to remove fatal-warnings from CMakeLists.txt: due to
  GtkStock being deprecated, we currenly accept the warnings.

-------------------------------------------------------------------
Wed Jun 26 16:00:45 UTC 2013 - zaitor@opensuse.org

- Update to version 0.3.1:
  + Reduced CPU and memory footprint.
  + Account dialog bugs fixed.
  + Stability improvements.
- Drop geary-0.3-desktop.patch; fixed upstream.

-------------------------------------------------------------------
Thu Mar 21 18:33:58 UTC 2013 - zaitor@opensuse.org

- Update to version 0.3.0:
  + Support for multiple accounts.
  + Account editor.
  + Basic full conversations.
  + Some light background downloading of messages.
  + Mark as spam/not spam.
  + "Important" folder support.
  + Multiple compressed messages are collapsed in conversation
    viewer.
  + Mark as read as you scroll in conversation viewer.
  + Highlight unread messages in conversation viewer.
  + New keyboard shortcuts.
  + Allow auth-less SMTP.
  + Conversation viewer WebKit inspector.
  + Many bugfixes.
- Add pkgconfig(gobject-introspection-1.0) BuildRequires following
  upstream changes.
- Add geary-0.3-desktop.patch, fixes a broken .desktop file. Patch
  taken from upstream bug where its pending review.

-------------------------------------------------------------------
Sat Feb 16 18:28:26 UTC 2013 - zaitor@opensuse.org

- Exchange vala BuildRequires for pkgconfig(vapigen) BuildRequires,
  and version it.

-------------------------------------------------------------------
Sat Oct 20 14:05:28 UTC 2012 - douglarek@outlook.com

- Initial package, version 0.2.2.

openSUSE Build Service is sponsored by