1
0
OBS User unknown 2009-05-20 16:09:32 +00:00 committed by Git OBS Bridge
parent 36ff09b9d1
commit 21a1a82f83
4 changed files with 107 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:530bc9309625afceb6545569dfa11ecc9ffe9b944e0d775ad82780dd6441ab8e
size 7375026

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:121a06ff3dac13ba40ad4a2700749c97c68db59bfebcace881f32e76678476e2
size 7339990

View File

@ -1,3 +1,55 @@
-------------------------------------------------------------------
Tue May 5 17:46:24 CEST 2009 - vuntz@novell.com
- Update to version 2.27.1:
+ bnc#480091 - Crash From Filters Moving To Sub-Folders
+ bnc#477697 - Evolution GroupWise Sender column is blank
+ bgo#576424 - Do not unref object twice and treat icalcomponent
as it, not as icaltimezone.
+ bgo#573187 - Do not leak unchanged components.
+ bgo#569700 - Disconnect properly on a failure
+ bgo#564465 - Pass correct body for signature verification
+ bgo#573880 - Properly encode given uri before using it
+ bgo#571677 - Do not duplicate timezones in a file on open
+ bgo#575084 - Check for actual SQLite3 version in runtime
+ bgo#577002 - Do not leak ".ev-journal" file handles
+ bgo#574522 - Free list's members of e-proxy properly
+ bnc#241604 - Fixes monthly recurring appointments to be created
on correct dates
+ bnc#471083 - Do not allow deletion of system folders
+ bnc#488632 - Fixes the number of instances created on server
+ bgo#561312 - Need not merge master event dates as evo handles
it now
+ bgo#573205 - Use the util function to load the system timezone
if its not
+ bgo#556116 - support for unmatched search folder
+ bgo#578823 - fixed a wrong condition
+ bgo#578210 - fix the code to handle re-entrant problem
+ bgo#578817 - fixed potential invalid dereference
+ bgo#578822 - fixed potential invalid dereference
+ bgo#578818 - only do closedir() if directory is not NULL
+ bgo#343505 - Make Search ignore accents for address book
summary searches
+ bgo#381132 - Allow getting system timezone information in
libecal
+ bgo#552583 - Compare URLs only on protocol, user, host and port
for smtp and pop3
+ bgo#569652 - Deprecate e_source_list_peek_group_by_name
+ bgo#571206 - Index files on Maildir accounts are not updated
+ bgo#563954 - Define camel_folder_cmp_uids to compare UIDs
properly
+ bgo#478239 - Unset attachment icon if no attachment found
+ bgo#575773 - Set new object properly on object modify in a file
calendar backend
+ bgo#553932 - Ask calendar on a readonly state after changing
its mode
+ bgo#567731 - Redundant declarations in camel-folder-summary.h
+ bgo#577485 - CRL strings suck: explain the abbrevation
+ bgo#572977 - Use g_strerror() instead of strerror()
+ bgo#577491 - "mailbox:%s (%s)" typo
+ bgo#573170 - Add back support for vfolder of vfolders
+ Updated translations.
-------------------------------------------------------------------
Wed Apr 15 19:21:31 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package evolution-data-server (Version 2.26.1.1)
# spec file for package evolution-data-server (Version 2.27.1)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -19,7 +19,7 @@
Name: evolution-data-server
%define _evo_version 2.26
%define _evo_version 2.28
BuildRequires: bison
BuildRequires: db-devel
%if %suse_version > 1100
@ -58,7 +58,7 @@ Obsoletes: evolution-data-server-64bit
Obsoletes: evolution-data-server-32bit
%endif
Summary: Evolution Data Server
Version: 2.26.1.1
Version: 2.27.1
Release: 1
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/2.25/%{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM evolution-data-server-1.11.5-cert-auth-complete.patch bgo253574 -- Fix has been submitted to bgo.
@ -227,6 +227,55 @@ echo -e "#!/bin/bash\n\nLD_LIBRARY_PATH=%{_libdir}/evoldap/lib exec -a \"%{_libd
%{_datadir}/gtk-doc/html/*
%changelog
* Tue May 05 2009 vuntz@novell.com
- Update to version 2.27.1:
+ bnc#480091 - Crash From Filters Moving To Sub-Folders
+ bnc#477697 - Evolution GroupWise Sender column is blank
+ bgo#576424 - Do not unref object twice and treat icalcomponent
as it, not as icaltimezone.
+ bgo#573187 - Do not leak unchanged components.
+ bgo#569700 - Disconnect properly on a failure
+ bgo#564465 - Pass correct body for signature verification
+ bgo#573880 - Properly encode given uri before using it
+ bgo#571677 - Do not duplicate timezones in a file on open
+ bgo#575084 - Check for actual SQLite3 version in runtime
+ bgo#577002 - Do not leak ".ev-journal" file handles
+ bgo#574522 - Free list's members of e-proxy properly
+ bnc#241604 - Fixes monthly recurring appointments to be created
on correct dates
+ bnc#471083 - Do not allow deletion of system folders
+ bnc#488632 - Fixes the number of instances created on server
+ bgo#561312 - Need not merge master event dates as evo handles
it now
+ bgo#573205 - Use the util function to load the system timezone
if its not
+ bgo#556116 - support for unmatched search folder
+ bgo#578823 - fixed a wrong condition
+ bgo#578210 - fix the code to handle re-entrant problem
+ bgo#578817 - fixed potential invalid dereference
+ bgo#578822 - fixed potential invalid dereference
+ bgo#578818 - only do closedir() if directory is not NULL
+ bgo#343505 - Make Search ignore accents for address book
summary searches
+ bgo#381132 - Allow getting system timezone information in
libecal
+ bgo#552583 - Compare URLs only on protocol, user, host and port
for smtp and pop3
+ bgo#569652 - Deprecate e_source_list_peek_group_by_name
+ bgo#571206 - Index files on Maildir accounts are not updated
+ bgo#563954 - Define camel_folder_cmp_uids to compare UIDs
properly
+ bgo#478239 - Unset attachment icon if no attachment found
+ bgo#575773 - Set new object properly on object modify in a file
calendar backend
+ bgo#553932 - Ask calendar on a readonly state after changing
its mode
+ bgo#567731 - Redundant declarations in camel-folder-summary.h
+ bgo#577485 - CRL strings suck: explain the abbrevation
+ bgo#572977 - Use g_strerror() instead of strerror()
+ bgo#577491 - "mailbox:%%s (%%s)" typo
+ bgo#573170 - Add back support for vfolder of vfolders
+ Updated translations.
* Wed Apr 15 2009 vuntz@novell.com
- Update to version 2.26.1.1:
+ bgo#556116 unmatched search folder missing