Accepting request 71615 from home:vuntz:branches:GNOME:Factory
tweak OBS-URL: https://build.opensuse.org/request/show/71615 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=92
This commit is contained in:
parent
ee6cca093b
commit
010575310d
@ -2,45 +2,24 @@
|
||||
Tue May 17 17:02:39 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.1.1:
|
||||
+ GroupWise backend module split in own package
|
||||
+ Collect all test code into a top-level "tests" directory
|
||||
+ Support NTLMv2 in camel-sasl-ntlm.c
|
||||
+ Infer NTLM domain from username; don't assume it matches the
|
||||
server's domain
|
||||
+ Add camel_sasl_try_empty_password_sync() method.
|
||||
+ Add asynchronous camel_sasl_try_empty_password()
|
||||
+ Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
|
||||
+ Fix read off end of string in NTLM SSO support
|
||||
+ Pull in translations from Evolution for "On This Computer"
|
||||
+ Seal up CamelService.
|
||||
+ Fix Gtk-Doc notation in Camel.
|
||||
+ GroupWise backend is now split in new evolution-groupwise
|
||||
module (will be packaged soon).
|
||||
+ NTLM improvements:
|
||||
- Support NTLMv2
|
||||
- Infer NTLM domain from username; don't assume it matches the
|
||||
server's domain
|
||||
- Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
|
||||
- Fix read off end of string in NTLM SSO support
|
||||
+ Fix few memory leaks
|
||||
+ Define a boxed GType for CamelURL.
|
||||
+ Rework how CamelServices are added to CamelSession.
|
||||
+ CamelStore: Chain up in the constructed() method
|
||||
+ CamelSession: Remove some leftover debug messages.
|
||||
+ CamelStore: Remove a dead assignment.
|
||||
+ Remove unused CamelTimeoutCallback typedef.
|
||||
+ Remove unused camel_session_thread_wait().
|
||||
+ Replace CamelSessionThreadMsg with a more modern API.
|
||||
+ Revise camel_session_get_service_by_url().
|
||||
+ Fix definition of CamelProvider.url_equal().
|
||||
+ Remove camel_store_folder_uri_equal().
|
||||
+ Mark the param spec strings for translation correctly.
|
||||
+ Remove camel_filter_driver_filter_mbox()
|
||||
+ Camel: Store UIDs in X-Evolution-Source headers.
|
||||
+ CamelFolderSearch: Hack to deal with "message-location".
|
||||
+ CamelFolder: Remove "uri" property.
|
||||
+ Remove CAMEL_STORE_SUMMARY_FRAGMENT flag.
|
||||
+ CamelVeeStore: Change handling of CHANGE_NOSELECT flag.
|
||||
+ Remove "uri" field of CamelFolderInfo.
|
||||
+ Rename "name" field of CamelFolderInfo to "display_name".
|
||||
+ Rename "name" property of CamelFolder to "display-name".
|
||||
+ Various API changes in Camel library, including API breaks.
|
||||
+ Misc small fixes.
|
||||
+ Collect all test code into a top-level "tests" directory
|
||||
+ Code cleanups.
|
||||
+ Bugs fixed: bgo#332497, bgo#418954, bgo#628142, bgo#645239,
|
||||
bgo#645498, bgo#645783, bgo#646117, bgo#646200, bgo#646619,
|
||||
bgo#647429, bgo#647873, bgo#648844, bgo#649365, bgo#649684.
|
||||
+ Updated translations.
|
||||
- Drop groupwise subpackage.
|
||||
- Drop libegroupwise-1_2-23 subpackage since the backend is gone.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 27 09:59:07 UTC 2011 - fcrozat@novell.com
|
||||
|
@ -88,7 +88,6 @@ Evolution Data Server provides a central location for your address book
|
||||
and calendar in the GNOME Desktop.
|
||||
|
||||
%package -n libcamel-1_2-%{so_camel}
|
||||
|
||||
Summary: Evolution Data Server - Messaging Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -99,7 +98,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for messaging.
|
||||
|
||||
%package -n libebackend-1_2-%{so_ebackend}
|
||||
|
||||
Summary: Evolution Data Server - Backend Utilities Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -110,7 +108,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for backends.
|
||||
|
||||
%package -n libebook-1_2-%{so_ebook}
|
||||
|
||||
Summary: Evolution Data Server - Address Book Client Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -121,7 +118,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library to access address books.
|
||||
|
||||
%package -n libecal-1_2-%{so_ecal}
|
||||
|
||||
Summary: Evolution Data Server - Calendar Client Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -132,7 +128,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library to access calendars.
|
||||
|
||||
%package -n libedata-book-1_2-%{so_edata_book}
|
||||
|
||||
Summary: Evolution Data Server - Address Book Backend Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -143,7 +138,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for address book backends.
|
||||
|
||||
%package -n libedata-cal-1_2-%{so_edata_cal}
|
||||
|
||||
Summary: Evolution Data Server - Calendar Backend Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -154,7 +148,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library for calendar backends.
|
||||
|
||||
%package -n libedataserver-1_2-%{so_edataserver}
|
||||
|
||||
Summary: Evolution Data Server - Utilities Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -165,7 +158,6 @@ and calendar in the GNOME Desktop.
|
||||
This package contains a shared system library.
|
||||
|
||||
%package -n libedataserverui-3_0-%{so_edataserverui}
|
||||
|
||||
Summary: Evolution Data Server - Graphical Utilities Library
|
||||
Group: System/Libraries
|
||||
|
||||
@ -215,7 +207,7 @@ This package contains developer documentation.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
#translation-update-upstream
|
||||
translation-update-upstream
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user