Accepting request 306482 from GNOME:Factory
- Update to version 3.16.2: + Add a workaround for bgo#674885 (Type initialisation deadlock in GObject). + [local book] Failure of contact remove not propagated to UI. + [CalDAV] Fix a little memory leak. + Fix various memory leaks. + Incorrect message info unreferenced in camel_vee_folder_get_location(). + [NNTP]: - Provide feedback when updating folder content. - Can fail to disconnect when the command was cancelled. - Fix minor memory leaks. + [IMAPx] Do not free uninitialized memory in imapx_call_idle(). + [POP3] Avoid crash on folder dispose, when iterating through pending commands. + Add thread-safety into CamelAsyncClosure. + Slow expunge of a maildir folder. + [http calendar] Add UID to the component, if missing. + Remove confusing runtime warning in e-source.c. + Correct 'since' tags in D-Bus .xml files. + Bugs fixed: bgo#743996, bgo#746335, bgo#746276, bgo#747789, bgo#691456, bgo#691493, bgo#747638, bgo#696552, bgo#745050, bgo#701352, bgo#719476, bgo#705771, bgo#748636. OBS-URL: https://build.opensuse.org/request/show/306482 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=147
This commit is contained in:
commit
0ce02595d3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:04eedf170708c97ca807951f47e6d6f554bee94c35bc279201a54f64b744eb51
|
||||
size 5002664
|
3
evolution-data-server-3.16.2.tar.xz
Normal file
3
evolution-data-server-3.16.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6e3da8a553b803571eb4ecf1e412da45bf4f2325e446fc23bffa2b2718d6b8b1
|
||||
size 5004852
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 11 14:01:37 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.16.2:
|
||||
+ Add a workaround for bgo#674885 (Type initialisation deadlock
|
||||
in GObject).
|
||||
+ [local book] Failure of contact remove not propagated to UI.
|
||||
+ [CalDAV] Fix a little memory leak.
|
||||
+ Fix various memory leaks.
|
||||
+ Incorrect message info unreferenced in
|
||||
camel_vee_folder_get_location().
|
||||
+ [NNTP]:
|
||||
- Provide feedback when updating folder content.
|
||||
- Can fail to disconnect when the command was cancelled.
|
||||
- Fix minor memory leaks.
|
||||
+ [IMAPx] Do not free uninitialized memory in imapx_call_idle().
|
||||
+ [POP3] Avoid crash on folder dispose, when iterating through
|
||||
pending commands.
|
||||
+ Add thread-safety into CamelAsyncClosure.
|
||||
+ Slow expunge of a maildir folder.
|
||||
+ [http calendar] Add UID to the component, if missing.
|
||||
+ Remove confusing runtime warning in e-source.c.
|
||||
+ Correct 'since' tags in D-Bus .xml files.
|
||||
+ Bugs fixed: bgo#743996, bgo#746335, bgo#746276, bgo#747789,
|
||||
bgo#691456, bgo#691493, bgo#747638, bgo#696552, bgo#745050,
|
||||
bgo#701352, bgo#719476, bgo#705771, bgo#748636.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 13 14:48:24 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -33,7 +33,7 @@
|
||||
|
||||
Name: evolution-data-server
|
||||
%define _evo_version 3.16
|
||||
Version: 3.16.1
|
||||
Version: 3.16.2
|
||||
Release: 0
|
||||
Summary: Evolution Data Server
|
||||
License: LGPL-2.1+
|
||||
@ -85,7 +85,7 @@ Obsoletes: evolution-data-server-32bit
|
||||
# typelib-1_0-ECalendar-1_2 was dropped with e-d-s 3.7.3 due to libical not being introspecatble.
|
||||
Obsoletes: typelib-1_0-ECalendar-1_2 <= %{version}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%glib2_gsettings_schema_requires
|
||||
%{?glib2_gsettings_schema_requires}
|
||||
|
||||
%description
|
||||
Evolution Data Server provides a central location for your address book
|
||||
|
Loading…
x
Reference in New Issue
Block a user