forked from pool/evolution-data-server
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution-data-server?expand=0&rev=21
This commit is contained in:
parent
81b04d6655
commit
b498f79c23
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2340a9c2457ca537fe0993a878ad025e46775173ec204a3fd82c78d4e6320fb3
|
|
||||||
size 7432892
|
|
3
evolution-data-server-2.21.5.tar.bz2
Normal file
3
evolution-data-server-2.21.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:458a1696ee51d88a51d32c711e4bb05fbcc38206e25f72b723e29f368348fa22
|
||||||
|
size 7531723
|
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 16 20:27:24 CET 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Add evolution-password-dialogs.patch (bgo #509644).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 14 11:08:35 CST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.21.5:
|
||||||
|
+ Improved MIME header decoding
|
||||||
|
+ Bugs (bugzilla.gnome.org) fixed: #224026, #327965, #329692,
|
||||||
|
#339813, #341579, #348149, #361972, #379896, #405497, #474118,
|
||||||
|
#500233, #503400, #504837, #506457, and #508438.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 18 13:06:54 CST 2007 - maw@suse.de
|
Tue Dec 18 13:06:54 CST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package evolution-data-server (Version 2.21.4)
|
# spec file for package evolution-data-server (Version 2.21.5)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -16,7 +16,7 @@ License: GPL v2 or later
|
|||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
Version: 2.21.4
|
Version: 2.21.5
|
||||||
Release: 1
|
Release: 1
|
||||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.11/%{name}-%{version}.tar.bz2
|
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution-data-server/1.11/%{name}-%{version}.tar.bz2
|
||||||
Patch0: evolution-data-server-configure.patch
|
Patch0: evolution-data-server-configure.patch
|
||||||
@ -43,6 +43,8 @@ Patch99: libgnomeui-dep.patch
|
|||||||
# W: evolution-data-server uninitialized-variable e-book-backend-groupwise.c: 2425
|
# W: evolution-data-server uninitialized-variable e-book-backend-groupwise.c: 2425
|
||||||
# See:
|
# See:
|
||||||
# http://bugzilla.gnome.org/show_bug.cgi?id=504346
|
# http://bugzilla.gnome.org/show_bug.cgi?id=504346
|
||||||
|
# this will be unnecessary as of 2.21.5.1 or later
|
||||||
|
Patch1000: evolution-password-dialogs.patch
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: libsoup >= 2.2.6 mozilla-nss
|
Requires: libsoup >= 2.2.6 mozilla-nss
|
||||||
@ -58,7 +60,7 @@ and calendar in the GNOME Desktop.
|
|||||||
Summary: Evolution Data Server Development Files
|
Summary: Evolution Data Server Development Files
|
||||||
Group: Development/Libraries/GNOME
|
Group: Development/Libraries/GNOME
|
||||||
Requires: evolution-data-server = %{?epoch:%{epoch}:}%{version}-%{release}
|
Requires: evolution-data-server = %{?epoch:%{epoch}:}%{version}-%{release}
|
||||||
Requires: libgpg-error-devel libsoup-devel libbonobo-devel libgnome-devel gnome-vfs2-devel libxml2-devel orbit2-devel openldap2-devel libglade2-devel
|
Requires: alsa-devel libesd-devel libgcrypt-devel libgnutls-devel libgpg-error-devel libsoup-devel libbonobo-devel libgnome-devel gnome-vfs2-devel libxml2-devel orbit2-devel openldap2-devel libglade2-devel
|
||||||
Requires: gtk2-devel gconf2-devel glib2-devel gnome-keyring-devel gnome-certauth-devel
|
Requires: gtk2-devel gconf2-devel glib2-devel gnome-keyring-devel gnome-certauth-devel
|
||||||
%if %suse_version >= 930
|
%if %suse_version >= 930
|
||||||
Requires: krb5-devel
|
Requires: krb5-devel
|
||||||
@ -105,6 +107,7 @@ documentation.
|
|||||||
%patch12
|
%patch12
|
||||||
%patch13
|
%patch13
|
||||||
%patch99
|
%patch99
|
||||||
|
%patch1000 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
libtoolize --force --copy
|
libtoolize --force --copy
|
||||||
@ -162,7 +165,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/*
|
%{_datadir}/gtk-doc/html/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Dec 18 2007 - maw@suse.de
|
* Wed Jan 16 2008 maw@suse.de
|
||||||
|
- Add evolution-password-dialogs.patch (bgo #509644).
|
||||||
|
* Mon Jan 14 2008 maw@suse.de
|
||||||
|
- Update to version 2.21.5:
|
||||||
|
+ Improved MIME header decoding
|
||||||
|
+ Bugs (bugzilla.gnome.org) fixed: #224026, #327965, #329692,
|
||||||
|
[#339813], #341579, #348149, #361972, #379896, #405497, #474118,
|
||||||
|
[#500233], #503400, #504837, #506457, and #508438.
|
||||||
|
+ Updated translations.
|
||||||
|
* Tue Dec 18 2007 maw@suse.de
|
||||||
- Update to version 2.21.4:
|
- Update to version 2.21.4:
|
||||||
+ The large version bump is due to evolution and related packages
|
+ The large version bump is due to evolution and related packages
|
||||||
synchronizing their version numbers with those of GNOME
|
synchronizing their version numbers with those of GNOME
|
||||||
@ -178,30 +190,30 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Updated translations
|
+ Updated translations
|
||||||
+ Protect against a NULL subject string
|
+ Protect against a NULL subject string
|
||||||
- Remove old patches, and refresh and renumber the remaining ones.
|
- Remove old patches, and refresh and renumber the remaining ones.
|
||||||
* Wed Dec 05 2007 - maw@suse.de
|
* Wed Dec 05 2007 maw@suse.de
|
||||||
- Don't require openldap2 to build.
|
- Don't require openldap2 to build.
|
||||||
* Thu Oct 11 2007 - sbrabec@suse.cz
|
* Thu Oct 11 2007 sbrabec@suse.cz
|
||||||
- Removed bogus dependency on mDNSResponder.
|
- Removed bogus dependency on mDNSResponder.
|
||||||
* Mon Sep 17 2007 - maw@suse.de
|
* Mon Sep 17 2007 maw@suse.de
|
||||||
- Update to version 1.12.0:
|
- Update to version 1.12.0:
|
||||||
+ Bugs (bugzilla.gnome.org) fixed: #348149, #402506, #426421,
|
+ Bugs (bugzilla.gnome.org) fixed: #348149, #402506, #426421,
|
||||||
[#469007], and #473880
|
[#469007], and #473880
|
||||||
+ Bug (bugzilla.novell.com) fixed: #275990
|
+ Bug (bugzilla.novell.com) fixed: #275990
|
||||||
+ Updated timezone info
|
+ Updated timezone info
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Sat Sep 15 2007 - maw@suse.de
|
* Sat Sep 15 2007 maw@suse.de
|
||||||
- Fix bnc-307861-calendar-auth.diff.
|
- Fix bnc-307861-calendar-auth.diff.
|
||||||
* Fri Sep 14 2007 - pchenthill@novell.com
|
* Fri Sep 14 2007 pchenthill@novell.com
|
||||||
- evolution-data-server-1.11.5-cert-auth-complete.patch: Updated the
|
- evolution-data-server-1.11.5-cert-auth-complete.patch: Updated the
|
||||||
patch to fix bug 307861.
|
patch to fix bug 307861.
|
||||||
- bnc-307861-calendar-auth.diff: Prompt for password for all providers
|
- bnc-307861-calendar-auth.diff: Prompt for password for all providers
|
||||||
excluding the providers which support smart card.
|
excluding the providers which support smart card.
|
||||||
* Mon Sep 10 2007 - maw@suse.de
|
* Mon Sep 10 2007 maw@suse.de
|
||||||
- Update to version 1.11.92:
|
- Update to version 1.11.92:
|
||||||
+ Bugs (bugzilla.gnoem.org) fixedL #271841, #290330, #298095,
|
+ Bugs (bugzilla.gnoem.org) fixedL #271841, #290330, #298095,
|
||||||
[#298788], #301263, #302038, #330185, #378759, and #470445
|
[#298788], #301263, #302038, #330185, #378759, and #470445
|
||||||
+ Updated translations.
|
+ Updated translations.
|
||||||
* Mon Sep 03 2007 - vvaradhan@novell.com
|
* Mon Sep 03 2007 vvaradhan@novell.com
|
||||||
- Fixes (BNC)
|
- Fixes (BNC)
|
||||||
[#304835] - Exchange crashes when restart
|
[#304835] - Exchange crashes when restart
|
||||||
(Fix introduces a bug when user is running in smart-card
|
(Fix introduces a bug when user is running in smart-card
|
||||||
@ -209,7 +221,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
Without this fix, exchange is un-usable for all users (including
|
Without this fix, exchange is un-usable for all users (including
|
||||||
smart-card and non-smart-card users). Fix is being worked out
|
smart-card and non-smart-card users). Fix is being worked out
|
||||||
for this regression.
|
for this regression.
|
||||||
* Wed Aug 29 2007 - maw@suse.de
|
* Wed Aug 29 2007 maw@suse.de
|
||||||
- Update to version 1.11.91:
|
- Update to version 1.11.91:
|
||||||
+ New debugging framework which can be controlled during runtime
|
+ New debugging framework which can be controlled during runtime
|
||||||
with the CALDAV_DEBUG environment variable
|
with the CALDAV_DEBUG environment variable
|
||||||
@ -221,17 +233,17 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
[#458670], #460999, #461989, #464252, and #465419
|
[#458670], #460999, #461989, #464252, and #465419
|
||||||
+ Updated translations
|
+ Updated translations
|
||||||
- Remove upstreamed abuild.patch.
|
- Remove upstreamed abuild.patch.
|
||||||
* Fri Aug 17 2007 - jberkman@novell.com
|
* Fri Aug 17 2007 jberkman@novell.com
|
||||||
- add auth support for smartcards (bug #273869)
|
- add auth support for smartcards (bug #273869)
|
||||||
* Mon Aug 06 2007 - maw@suse.de
|
* Mon Aug 06 2007 maw@suse.de
|
||||||
- Split out a -lang subpackage
|
- Split out a -lang subpackage
|
||||||
- Don't package INSTALL.
|
- Don't package INSTALL.
|
||||||
* Wed Aug 01 2007 - maw@suse.de
|
* Wed Aug 01 2007 maw@suse.de
|
||||||
- Use %%fdupes.
|
- Use %%fdupes.
|
||||||
* Wed Aug 01 2007 - mauro@suse.de
|
* Wed Aug 01 2007 mauro@suse.de
|
||||||
- Update to version 1.11.6.1
|
- Update to version 1.11.6.1
|
||||||
- bugzilla.gnome.org bugs #380534, #457523.
|
- bugzilla.gnome.org bugs #380534, #457523.
|
||||||
* Fri Jul 20 2007 - maw@suse.de
|
* Fri Jul 20 2007 maw@suse.de
|
||||||
- Update to version 1.11.5
|
- Update to version 1.11.5
|
||||||
- bugzilla.gnome.org bugs:
|
- bugzilla.gnome.org bugs:
|
||||||
[#307410], #311098, #352284, #364731, #394572, #410823, #412735, #434356,
|
[#307410], #311098, #352284, #364731, #394572, #410823, #412735, #434356,
|
||||||
@ -247,44 +259,44 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Remove evolution-data-server-retval.patch (redundant),
|
- Remove evolution-data-server-retval.patch (redundant),
|
||||||
evolution-camel-imap-CVE-2007-3257.patch (upstreamed)
|
evolution-camel-imap-CVE-2007-3257.patch (upstreamed)
|
||||||
- Add abuild.patch.
|
- Add abuild.patch.
|
||||||
* Fri Jun 22 2007 - sbrabec@suse.cz
|
* Fri Jun 22 2007 sbrabec@suse.cz
|
||||||
- Fixed IMAP UID format string vulnerability (#284828,
|
- Fixed IMAP UID format string vulnerability (#284828,
|
||||||
GNOME#447414, CVE-2007-3257).
|
GNOME#447414, CVE-2007-3257).
|
||||||
* Thu May 24 2007 - ro@suse.de
|
* Thu May 24 2007 ro@suse.de
|
||||||
- added ldconfig to post scripts
|
- added ldconfig to post scripts
|
||||||
* Wed Apr 11 2007 - maw@suse.de
|
* Wed Apr 11 2007 maw@suse.de
|
||||||
- Update to version 1.10.1
|
- Update to version 1.10.1
|
||||||
- Correct the URL listed in Source:
|
- Correct the URL listed in Source:
|
||||||
- Fixes for bugzilla.gnome.org #425512, #388788, and #362726
|
- Fixes for bugzilla.gnome.org #425512, #388788, and #362726
|
||||||
- Updated translations for the eu and gl locales.
|
- Updated translations for the eu and gl locales.
|
||||||
* Fri Mar 30 2007 - aj@suse.de
|
* Fri Mar 30 2007 aj@suse.de
|
||||||
- Add bison to BuildRequires.
|
- Add bison to BuildRequires.
|
||||||
* Thu Mar 22 2007 - maw@suse.de
|
* Thu Mar 22 2007 maw@suse.de
|
||||||
- Update to version 1.10.0
|
- Update to version 1.10.0
|
||||||
- Bug fixes, including bugzilla.gnome.org 413173, 400169,
|
- Bug fixes, including bugzilla.gnome.org 413173, 400169,
|
||||||
and 356177
|
and 356177
|
||||||
- Remove evolution-fix-function-declarations.patch and
|
- Remove evolution-fix-function-declarations.patch and
|
||||||
implicit-declaration.diff
|
implicit-declaration.diff
|
||||||
- Fix bnc-183819-evo-crashed-closing-offline.patch.
|
- Fix bnc-183819-evo-crashed-closing-offline.patch.
|
||||||
* Mon Mar 12 2007 - maw@suse.de
|
* Mon Mar 12 2007 maw@suse.de
|
||||||
- Update to version 1.9.91
|
- Update to version 1.9.91
|
||||||
- Refresh serveral patches
|
- Refresh serveral patches
|
||||||
- Bug fixes, including bugzilla.gnome.org #359979, #384183,
|
- Bug fixes, including bugzilla.gnome.org #359979, #384183,
|
||||||
[#362638], #351930, #356828, #336453, #340039.
|
[#362638], #351930, #356828, #336453, #340039.
|
||||||
* Fri Dec 29 2006 - sbrabec@suse.cz
|
* Fri Dec 29 2006 sbrabec@suse.cz
|
||||||
- Use better libexecdir path.
|
- Use better libexecdir path.
|
||||||
- File list cleanup.
|
- File list cleanup.
|
||||||
- Splitted evolution-data-server-doc from
|
- Splitted evolution-data-server-doc from
|
||||||
evolution-data-server-devel.
|
evolution-data-server-devel.
|
||||||
* Fri Dec 29 2006 - james@usr-local-bin.org
|
* Fri Dec 29 2006 james@usr-local-bin.org
|
||||||
- Re-enable custom configure options.
|
- Re-enable custom configure options.
|
||||||
* Wed Dec 13 2006 - maw@suse.de
|
* Wed Dec 13 2006 maw@suse.de
|
||||||
- Move to /usr
|
- Move to /usr
|
||||||
- Do some specfile cleanup.
|
- Do some specfile cleanup.
|
||||||
* Tue Nov 21 2006 - sbrabec@suse.cz
|
* Tue Nov 21 2006 sbrabec@suse.cz
|
||||||
- Do not explicitly require mDNSResponder-lib blocking avahi compat
|
- Do not explicitly require mDNSResponder-lib blocking avahi compat
|
||||||
package.
|
package.
|
||||||
* Mon Nov 20 2006 - vvaradhan@novell.com
|
* Mon Nov 20 2006 vvaradhan@novell.com
|
||||||
- update to version 1.8.2
|
- update to version 1.8.2
|
||||||
- translation updates
|
- translation updates
|
||||||
- Bug fixes: (bgo)
|
- Bug fixes: (bgo)
|
||||||
@ -293,29 +305,29 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Bug fixes: (bnc)
|
- Bug fixes: (bnc)
|
||||||
268412, 208395, 208318, 207960
|
268412, 208395, 208318, 207960
|
||||||
- Removed upstreamed bgo-369168-buffer-overrun.patch
|
- Removed upstreamed bgo-369168-buffer-overrun.patch
|
||||||
* Mon Nov 06 2006 - kharish@novell.com
|
* Mon Nov 06 2006 kharish@novell.com
|
||||||
- Fix for (bnc) Bug 217142. Patch submitted by Hans Petter Jansson.
|
- Fix for (bnc) Bug 217142. Patch submitted by Hans Petter Jansson.
|
||||||
* Fri Oct 27 2006 - vvaradhan@novell.com
|
* Fri Oct 27 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
Bug 208519 - evolution groupwise crashes on start
|
Bug 208519 - evolution groupwise crashes on start
|
||||||
- Commented "bnc-164323-random-mark-unread.patch" (patch46)
|
- Commented "bnc-164323-random-mark-unread.patch" (patch46)
|
||||||
as it is a "to-be" reverted patch.
|
as it is a "to-be" reverted patch.
|
||||||
* Wed Oct 18 2006 - schwab@suse.de
|
* Wed Oct 18 2006 schwab@suse.de
|
||||||
- Fix missing declaration.
|
- Fix missing declaration.
|
||||||
* Mon Oct 02 2006 - jhargadon@suse.de
|
* Mon Oct 02 2006 jhargadon@suse.de
|
||||||
- update to version 1.8.1
|
- update to version 1.8.1
|
||||||
- translation updates
|
- translation updates
|
||||||
- Bug fixes:
|
- Bug fixes:
|
||||||
350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051
|
350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051
|
||||||
* Sat Sep 30 2006 - aj@suse.de
|
* Sat Sep 30 2006 aj@suse.de
|
||||||
- Do not require libgnomeui-devel for building.
|
- Do not require libgnomeui-devel for building.
|
||||||
* Tue Sep 12 2006 - ro@suse.de
|
* Tue Sep 12 2006 ro@suse.de
|
||||||
- fix two cases of missing return values (retval.patch)
|
- fix two cases of missing return values (retval.patch)
|
||||||
* Mon Sep 04 2006 - aj@suse.de
|
* Mon Sep 04 2006 aj@suse.de
|
||||||
- update to 1.8.0:
|
- update to 1.8.0:
|
||||||
* updated translation
|
* updated translation
|
||||||
* bugfixes
|
* bugfixes
|
||||||
* Sat Aug 19 2006 - jhargadon@suse.de
|
* Sat Aug 19 2006 jhargadon@suse.de
|
||||||
- update to version 1.7.91
|
- update to version 1.7.91
|
||||||
- Add filters to Groupwise SOAP calls so that each component
|
- Add filters to Groupwise SOAP calls so that each component
|
||||||
fetches items of its own type and none other
|
fetches items of its own type and none other
|
||||||
@ -328,110 +340,110 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Support for Gadu Gadu IM in Contact Entries
|
- Support for Gadu Gadu IM in Contact Entries
|
||||||
- Memory reduction and Performance improvements in Contacts
|
- Memory reduction and Performance improvements in Contacts
|
||||||
- Removed patches that were incorporated upstream.
|
- Removed patches that were incorporated upstream.
|
||||||
* Thu Jul 20 2006 - kharish@novell.com
|
* Thu Jul 20 2006 kharish@novell.com
|
||||||
- Patch to add alarms to GW meetings by default based on customer
|
- Patch to add alarms to GW meetings by default based on customer
|
||||||
preference. Fixes bnc 167330.
|
preference. Fixes bnc 167330.
|
||||||
* Wed Jul 19 2006 - kharish@novell.com
|
* Wed Jul 19 2006 kharish@novell.com
|
||||||
- Patch to correctly handle calendar attachment filenames that do
|
- Patch to correctly handle calendar attachment filenames that do
|
||||||
not require special characters handling. They were being parsed
|
not require special characters handling. They were being parsed
|
||||||
incorrectly and ignored by clients.
|
incorrectly and ignored by clients.
|
||||||
* Wed Jul 05 2006 - aj@suse.de
|
* Wed Jul 05 2006 aj@suse.de
|
||||||
- Handle datarootdir in pkgconfig files.
|
- Handle datarootdir in pkgconfig files.
|
||||||
* Wed Jul 05 2006 - psankar@novell.com
|
* Wed Jul 05 2006 psankar@novell.com
|
||||||
- Enables forwarding of mails
|
- Enables forwarding of mails
|
||||||
Fixes bnc 167517
|
Fixes bnc 167517
|
||||||
* Tue Jul 04 2006 - vvaradhan@novell.com
|
* Tue Jul 04 2006 vvaradhan@novell.com
|
||||||
- Fixes a build break - Added e-d-s-configure-break-fix.patch
|
- Fixes a build break - Added e-d-s-configure-break-fix.patch
|
||||||
* Mon Jun 26 2006 - kharish@novell.com
|
* Mon Jun 26 2006 kharish@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
187529 - Sequence cache population requests for better
|
187529 - Sequence cache population requests for better
|
||||||
performance.
|
performance.
|
||||||
* Fri Jun 16 2006 - vvaradhan@novell.com
|
* Fri Jun 16 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
183819 - Evolution crashed while closing in offline mode
|
183819 - Evolution crashed while closing in offline mode
|
||||||
182310 - Evolution crashed when going offline
|
182310 - Evolution crashed when going offline
|
||||||
183816 - Evolution crashed when swtiched from online to offline...
|
183816 - Evolution crashed when swtiched from online to offline...
|
||||||
* Thu Jun 15 2006 - psankar@novell.com
|
* Thu Jun 15 2006 psankar@novell.com
|
||||||
- Added the fix to display the email address
|
- Added the fix to display the email address
|
||||||
only once for the gw accounts
|
only once for the gw accounts
|
||||||
Fixes bnc #168013, #179622
|
Fixes bnc #168013, #179622
|
||||||
* Fri Jun 09 2006 - sdevashish@novell.com
|
* Fri Jun 09 2006 sdevashish@novell.com
|
||||||
- Added bnc-170052-eds-crash.patch.
|
- Added bnc-170052-eds-crash.patch.
|
||||||
* Thu Jun 08 2006 - fejj@suse.de
|
* Thu Jun 08 2006 fejj@suse.de
|
||||||
- Added bnc-179350.patch which fixes a critical deadlock bug in the
|
- Added bnc-179350.patch which fixes a critical deadlock bug in the
|
||||||
GroupWise provider.
|
GroupWise provider.
|
||||||
* Thu Jun 08 2006 - sragavan@novell.com
|
* Thu Jun 08 2006 sragavan@novell.com
|
||||||
- Updated some translation fixes
|
- Updated some translation fixes
|
||||||
- Committed patch for bug 181906, which solves a exchange crash.
|
- Committed patch for bug 181906, which solves a exchange crash.
|
||||||
* Fri Jun 02 2006 - sragavan@novell.com
|
* Fri Jun 02 2006 sragavan@novell.com
|
||||||
- Updated German Translations.
|
- Updated German Translations.
|
||||||
* Wed May 31 2006 - fejj@suse.de
|
* Wed May 31 2006 fejj@suse.de
|
||||||
- Added bnc-176277-2.patch which fixes a deadlock condition
|
- Added bnc-176277-2.patch which fixes a deadlock condition
|
||||||
* Mon May 29 2006 - vvaradhan@novell.com
|
* Mon May 29 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
174255 - Honour desktop proxy setting.
|
174255 - Honour desktop proxy setting.
|
||||||
* Mon May 29 2006 - sragavan@novell.com
|
* Mon May 29 2006 sragavan@novell.com
|
||||||
- Added reworked patch for bug 176615 as per fejj's comment.
|
- Added reworked patch for bug 176615 as per fejj's comment.
|
||||||
* Thu May 25 2006 - sragavan@novell.com
|
* Thu May 25 2006 sragavan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
176615 - Added a new camel stream vfs for saving to remote shares.
|
176615 - Added a new camel stream vfs for saving to remote shares.
|
||||||
* Tue May 23 2006 - sragavan@novell.com
|
* Tue May 23 2006 sragavan@novell.com
|
||||||
- Updated translations (Srini)
|
- Updated translations (Srini)
|
||||||
* Mon May 22 2006 - fejj@suse.de
|
* Mon May 22 2006 fejj@suse.de
|
||||||
- Added bnc-177394.patch to fix a crasher when an IMAP server replies
|
- Added bnc-177394.patch to fix a crasher when an IMAP server replies
|
||||||
that the size of a literal is negative.
|
that the size of a literal is negative.
|
||||||
* Fri May 19 2006 - fejj@suse.de
|
* Fri May 19 2006 fejj@suse.de
|
||||||
- Added imap-locking.patch which fixes bug #171502 and bug #176277
|
- Added imap-locking.patch which fixes bug #171502 and bug #176277
|
||||||
which are both deadlock conditions in the imap code.
|
which are both deadlock conditions in the imap code.
|
||||||
* Thu May 18 2006 - sragavan@novell.com
|
* Thu May 18 2006 sragavan@novell.com
|
||||||
- gw-trash-fix.diff: Show trash folder contents to user. (Sankar)
|
- gw-trash-fix.diff: Show trash folder contents to user. (Sankar)
|
||||||
* Tue May 16 2006 - fejj@suse.de
|
* Tue May 16 2006 fejj@suse.de
|
||||||
- Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME
|
- Added bnc-173454.patch: Fixes double-base64 encoding of non-7bit MIME
|
||||||
part data.
|
part data.
|
||||||
* Thu May 11 2006 - sragavan@novell.com
|
* Thu May 11 2006 sragavan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
169997 - Fixes a issue where the groupwise server crashes due to infinite loop.
|
169997 - Fixes a issue where the groupwise server crashes due to infinite loop.
|
||||||
* Fri May 05 2006 - sragavan@novell.com
|
* Fri May 05 2006 sragavan@novell.com
|
||||||
- Added empty-trash-notify.patch: Fixes missing trash folder.
|
- Added empty-trash-notify.patch: Fixes missing trash folder.
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
169034 - Fixed the failure to download exchange public folder.
|
169034 - Fixed the failure to download exchange public folder.
|
||||||
- Removed gw-force-use-imap.patch as it was decided to default to soap.
|
- Removed gw-force-use-imap.patch as it was decided to default to soap.
|
||||||
* Tue May 02 2006 - fejj@suse.de
|
* Tue May 02 2006 fejj@suse.de
|
||||||
- Added bnc-167638.patch: Fixes long shutdown times due to the imap/gw providers trying to sync data at exit time.
|
- Added bnc-167638.patch: Fixes long shutdown times due to the imap/gw providers trying to sync data at exit time.
|
||||||
* Mon May 01 2006 - fejj@suse.de
|
* Mon May 01 2006 fejj@suse.de
|
||||||
- Added bgo-315976-INBOX-not-shown-when-override-namespace.patch
|
- Added bgo-315976-INBOX-not-shown-when-override-namespace.patch
|
||||||
* Tue Apr 25 2006 - sragavan@novell.com
|
* Tue Apr 25 2006 sragavan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
169228 - Retract GNOME Keyring Integration from the build (Srini)
|
169228 - Retract GNOME Keyring Integration from the build (Srini)
|
||||||
* Mon Apr 24 2006 - fejj@suse.de
|
* Mon Apr 24 2006 fejj@suse.de
|
||||||
- bgo-321797: Fix SSL/TLS options to not be able to fallback to
|
- bgo-321797: Fix SSL/TLS options to not be able to fallback to
|
||||||
cleartext connections on failure to connect via encrypted channels.
|
cleartext connections on failure to connect via encrypted channels.
|
||||||
* Mon Apr 24 2006 - sragavan@novell.com
|
* Mon Apr 24 2006 sragavan@novell.com
|
||||||
- bulk-delete.patch: Uses new SOAP API for removing bulk items (Sankar)
|
- bulk-delete.patch: Uses new SOAP API for removing bulk items (Sankar)
|
||||||
- imap-perf.patch: Get onloy the used headers and not all (Sankar)
|
- imap-perf.patch: Get onloy the used headers and not all (Sankar)
|
||||||
- nameselectorlist-keychange.diff: Change the keybinding for list (Srini)
|
- nameselectorlist-keychange.diff: Change the keybinding for list (Srini)
|
||||||
- imap4-removal.diff: Remove IMAP4 from the build (harish)
|
- imap4-removal.diff: Remove IMAP4 from the build (harish)
|
||||||
* Fri Apr 21 2006 - sragavan@novell.com
|
* Fri Apr 21 2006 sragavan@novell.com
|
||||||
- Fixes (bgo)
|
- Fixes (bgo)
|
||||||
310433 - Should not allow renaming standard folders. - Sushma
|
310433 - Should not allow renaming standard folders. - Sushma
|
||||||
329371 - Use name in email format doesnot work.
|
329371 - Use name in email format doesnot work.
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
164323 - Updated the previous patch for randomly marking messages unread.
|
164323 - Updated the previous patch for randomly marking messages unread.
|
||||||
* Fri Apr 21 2006 - sragavan@novell.com
|
* Fri Apr 21 2006 sragavan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
159934 - Fix for eds CPU high usage (Devashish)
|
159934 - Fix for eds CPU high usage (Devashish)
|
||||||
165714 - Send item id while delegating multiple events. (Harish)
|
165714 - Send item id while delegating multiple events. (Harish)
|
||||||
- eds-kerb-check.diff - Ensure checks for expiry take effect while
|
- eds-kerb-check.diff - Ensure checks for expiry take effect while
|
||||||
trying for nt domain. (Harish)
|
trying for nt domain. (Harish)
|
||||||
* Thu Apr 20 2006 - psankar@novell.com
|
* Thu Apr 20 2006 psankar@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
167566 - Crash on disable account - Sankar
|
167566 - Crash on disable account - Sankar
|
||||||
167640 - Syntax error missing space - Partha
|
167640 - Syntax error missing space - Partha
|
||||||
* Tue Apr 18 2006 - sragavan@novell.com
|
* Tue Apr 18 2006 sragavan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
1643232 - Randomly marking read messages as unread - Sankar
|
1643232 - Randomly marking read messages as unread - Sankar
|
||||||
- Fix to make groupwise use IMAP as default for mails (Harish)
|
- Fix to make groupwise use IMAP as default for mails (Harish)
|
||||||
* Sun Apr 16 2006 - vvaradhan@novell.com
|
* Sun Apr 16 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
152070 evolution-data-server-1.6 crash - Devashish
|
152070 evolution-data-server-1.6 crash - Devashish
|
||||||
160915 Evolution crashed when clicked on 'Goto' date in
|
160915 Evolution crashed when clicked on 'Goto' date in
|
||||||
@ -442,16 +454,16 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
164367 GW: Attachment to appointments/meetings throws 'Unknown Error'
|
164367 GW: Attachment to appointments/meetings throws 'Unknown Error'
|
||||||
- Chenthill
|
- Chenthill
|
||||||
164676 evolution-data-server stuck in tight loop - Devashish
|
164676 evolution-data-server stuck in tight loop - Devashish
|
||||||
* Fri Apr 07 2006 - vvaradhan@novell.com
|
* Fri Apr 07 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
163664 E-D-S crashes if a contact has invalid UTF-8 - Federico
|
163664 E-D-S crashes if a contact has invalid UTF-8 - Federico
|
||||||
* Wed Apr 05 2006 - vvaradhan@novell.com
|
* Wed Apr 05 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
161290 EDS crashed while forwarding a mail - Devashish
|
161290 EDS crashed while forwarding a mail - Devashish
|
||||||
162005 evolution-data-server crashed when deleting a recurring
|
162005 evolution-data-server crashed when deleting a recurring
|
||||||
appointment in my groupwise calendar - Chenthill
|
appointment in my groupwise calendar - Chenthill
|
||||||
- Disable beagle-meta-summary patch
|
- Disable beagle-meta-summary patch
|
||||||
* Tue Apr 04 2006 - vvaradhan@novell.com
|
* Tue Apr 04 2006 vvaradhan@novell.com
|
||||||
- Updated bnc-158107-no-notification-canceled-mtgs.patch - Fixes
|
- Updated bnc-158107-no-notification-canceled-mtgs.patch - Fixes
|
||||||
sending user specified comments during cancellation of meetings.
|
sending user specified comments during cancellation of meetings.
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
@ -459,20 +471,20 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
158617 Evolution crashed after few minutes after marking few
|
158617 Evolution crashed after few minutes after marking few
|
||||||
mails junk - Sankar - (single patch)
|
mails junk - Sankar - (single patch)
|
||||||
- GW Proxy optimizations - Do not do GetQM while refreshing on proxy.
|
- GW Proxy optimizations - Do not do GetQM while refreshing on proxy.
|
||||||
* Mon Apr 03 2006 - vvaradhan@novell.com
|
* Mon Apr 03 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
160889 Evolution shows summary folders in tree
|
160889 Evolution shows summary folders in tree
|
||||||
* Tue Mar 28 2006 - ro@suse.de
|
* Tue Mar 28 2006 ro@suse.de
|
||||||
- replace mDNSResponder by mDNSResponder-devel in BuildReq
|
- replace mDNSResponder by mDNSResponder-devel in BuildReq
|
||||||
* Mon Mar 27 2006 - vvaradhan@novell.com
|
* Mon Mar 27 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
160147 Can't delete calendar accounts once they are created
|
160147 Can't delete calendar accounts once they are created
|
||||||
158107 No notification of cancelled meetings
|
158107 No notification of cancelled meetings
|
||||||
* Mon Mar 27 2006 - vvaradhan@novell.com
|
* Mon Mar 27 2006 vvaradhan@novell.com
|
||||||
- Fixes (bgo)
|
- Fixes (bgo)
|
||||||
334416 Evolution crashed while traversing mails
|
334416 Evolution crashed while traversing mails
|
||||||
(crash-while-browsing-through-mails.patch)
|
(crash-while-browsing-through-mails.patch)
|
||||||
* Thu Mar 23 2006 - vvaradhan@novell.com
|
* Thu Mar 23 2006 vvaradhan@novell.com
|
||||||
- Fixes (bgo)
|
- Fixes (bgo)
|
||||||
334807 EDS Crasher
|
334807 EDS Crasher
|
||||||
323275 EDS Crash @ Startup Of Evolution
|
323275 EDS Crash @ Startup Of Evolution
|
||||||
@ -482,7 +494,7 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
152070 evolution-data-server-1.6 crash (collection of random crashes)
|
152070 evolution-data-server-1.6 crash (collection of random crashes)
|
||||||
158112 Send/Receive Dialog can take several minutes to go away
|
158112 Send/Receive Dialog can take several minutes to go away
|
||||||
- GW specific SOAP mailer improvements
|
- GW specific SOAP mailer improvements
|
||||||
* Mon Mar 20 2006 - vvaradhan@novell.com
|
* Mon Mar 20 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
138047 Evolution: Message Inconsistency with Passphrase/Password
|
138047 Evolution: Message Inconsistency with Passphrase/Password
|
||||||
153522 Evolution doesn't update message status if two clients
|
153522 Evolution doesn't update message status if two clients
|
||||||
@ -490,13 +502,13 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
152062 Evolution won't show an attachment
|
152062 Evolution won't show an attachment
|
||||||
158093 Evolution: Groupwise "Sent Items" folder should have a
|
158093 Evolution: Groupwise "Sent Items" folder should have a
|
||||||
"To:" column instead of a "From:" column
|
"To:" column instead of a "From:" column
|
||||||
* Wed Mar 15 2006 - vvaradhan@novell.com
|
* Wed Mar 15 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
157323 Messages deleted from Groupwise folder remain in Evo.
|
157323 Messages deleted from Groupwise folder remain in Evo.
|
||||||
156559 Evolution won't show me 827 messages
|
156559 Evolution won't show me 827 messages
|
||||||
153522 Evolution doesn't update message status if two clients
|
153522 Evolution doesn't update message status if two clients
|
||||||
are running against the same account
|
are running against the same account
|
||||||
* Mon Mar 13 2006 - vvaradhan@novell.com
|
* Mon Mar 13 2006 vvaradhan@novell.com
|
||||||
- Fixes (bnc)
|
- Fixes (bnc)
|
||||||
137357 Configur groupwise account 'You must be working in
|
137357 Configur groupwise account 'You must be working in
|
||||||
online ...' message displayed
|
online ...' message displayed
|
||||||
@ -518,11 +530,11 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
329669 Recurring events go crazy
|
329669 Recurring events go crazy
|
||||||
260346 Evolution is not storing the email ids with the respective
|
260346 Evolution is not storing the email ids with the respective
|
||||||
fields for exchange
|
fields for exchange
|
||||||
* Mon Mar 06 2006 - vvaradhan@novell.com
|
* Mon Mar 06 2006 vvaradhan@novell.com
|
||||||
- Fixes #155362 - No symbol table information in the generated
|
- Fixes #155362 - No symbol table information in the generated
|
||||||
debuginfo packages.
|
debuginfo packages.
|
||||||
Remove '-g0' from CFLAGS in evolution-data-server.spec
|
Remove '-g0' from CFLAGS in evolution-data-server.spec
|
||||||
* Mon Feb 27 2006 - vvaradhan@novell.com
|
* Mon Feb 27 2006 vvaradhan@novell.com
|
||||||
- Update to version 1.5.92
|
- Update to version 1.5.92
|
||||||
- Fixes: (in bgo)
|
- Fixes: (in bgo)
|
||||||
327413: Crash when evolution shuts down
|
327413: Crash when evolution shuts down
|
||||||
@ -540,164 +552,164 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Fixes: (in bnc)
|
- Fixes: (in bnc)
|
||||||
150427: evo 2.6 - hang on calendar
|
150427: evo 2.6 - hang on calendar
|
||||||
- Add a patch to integrate with gnome-keyring
|
- Add a patch to integrate with gnome-keyring
|
||||||
* Sun Feb 12 2006 - aj@suse.de
|
* Sun Feb 12 2006 aj@suse.de
|
||||||
- Reduce BuildRequires.
|
- Reduce BuildRequires.
|
||||||
* Fri Feb 10 2006 - vvaradhan@novell.com
|
* Fri Feb 10 2006 vvaradhan@novell.com
|
||||||
- Update to version 1.5.90
|
- Update to version 1.5.90
|
||||||
* Tue Jan 31 2006 - ro@suse.de
|
* Tue Jan 31 2006 ro@suse.de
|
||||||
- reduced BuildRequires
|
- reduced BuildRequires
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Mon Dec 12 2005 - sbrabec@suse.cz
|
* Mon Dec 12 2005 sbrabec@suse.cz
|
||||||
- Fixed devel dependencies for older products.
|
- Fixed devel dependencies for older products.
|
||||||
* Tue Dec 06 2005 - sbrabec@suse.cz
|
* Tue Dec 06 2005 sbrabec@suse.cz
|
||||||
- Degrade to version 1.4.1.1.
|
- Degrade to version 1.4.1.1.
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=323106
|
http://bugzilla.gnome.org/show_bug.cgi?id=323106
|
||||||
- Fixed devel dependencies.
|
- Fixed devel dependencies.
|
||||||
* Thu Dec 01 2005 - gekker@suse.de
|
* Thu Dec 01 2005 gekker@suse.de
|
||||||
- Update to version 1.4.2.1
|
- Update to version 1.4.2.1
|
||||||
* Wed Nov 02 2005 - dmueller@suse.de
|
* Wed Nov 02 2005 dmueller@suse.de
|
||||||
- don't build as root
|
- don't build as root
|
||||||
* Thu Oct 13 2005 - gekker@suse.de
|
* Thu Oct 13 2005 gekker@suse.de
|
||||||
- Update to version 1.4.1
|
- Update to version 1.4.1
|
||||||
- Fix more warnings
|
- Fix more warnings
|
||||||
* Mon Sep 26 2005 - ro@suse.de
|
* Mon Sep 26 2005 ro@suse.de
|
||||||
- added LDAP_DEPRECATED to CFLAGS
|
- added LDAP_DEPRECATED to CFLAGS
|
||||||
* Fri Sep 09 2005 - aj@suse.de
|
* Fri Sep 09 2005 aj@suse.de
|
||||||
- Change last patch.
|
- Change last patch.
|
||||||
* Wed Sep 07 2005 - schwab@suse.de
|
* Wed Sep 07 2005 schwab@suse.de
|
||||||
- Fix missing declarations.
|
- Fix missing declarations.
|
||||||
* Mon Sep 05 2005 - rodrigo@suse.de
|
* Mon Sep 05 2005 rodrigo@suse.de
|
||||||
- Update to version 1.4.0
|
- Update to version 1.4.0
|
||||||
- Removed upstreamed patches
|
- Removed upstreamed patches
|
||||||
* Wed Aug 24 2005 - gekker@suse.de
|
* Wed Aug 24 2005 gekker@suse.de
|
||||||
- Update to version 1.3.8
|
- Update to version 1.3.8
|
||||||
- Fix brokeness inlibical
|
- Fix brokeness inlibical
|
||||||
* Sat Aug 13 2005 - aj@suse.de
|
* Sat Aug 13 2005 aj@suse.de
|
||||||
- Add lzo and lzo-devel to nfb.
|
- Add lzo and lzo-devel to nfb.
|
||||||
* Fri Aug 12 2005 - gekker@suse.de
|
* Fri Aug 12 2005 gekker@suse.de
|
||||||
- Update to version 1.3.7
|
- Update to version 1.3.7
|
||||||
* Mon Aug 01 2005 - gekker@suse.de
|
* Mon Aug 01 2005 gekker@suse.de
|
||||||
- Update to version 1.3.6.1
|
- Update to version 1.3.6.1
|
||||||
* Fri Jul 29 2005 - sbrabec@suse.cz
|
* Fri Jul 29 2005 sbrabec@suse.cz
|
||||||
- Require mozilla-nss (#98002).
|
- Require mozilla-nss (#98002).
|
||||||
* Wed Jul 27 2005 - ro@suse.de
|
* Wed Jul 27 2005 ro@suse.de
|
||||||
- fix typo in specfile
|
- fix typo in specfile
|
||||||
* Mon Jul 25 2005 - gekker@suse.de
|
* Mon Jul 25 2005 gekker@suse.de
|
||||||
- Update to version 1.3.5
|
- Update to version 1.3.5
|
||||||
* Thu Jul 14 2005 - schwab@suse.de
|
* Thu Jul 14 2005 schwab@suse.de
|
||||||
- Fix missing declarations again.
|
- Fix missing declarations again.
|
||||||
* Fri Jul 01 2005 - gekker@suse.de
|
* Fri Jul 01 2005 gekker@suse.de
|
||||||
- Update to version 1.3.3
|
- Update to version 1.3.3
|
||||||
- Remove upstreamed patches
|
- Remove upstreamed patches
|
||||||
- Fix compiler warnings
|
- Fix compiler warnings
|
||||||
* Tue Jun 21 2005 - schwab@suse.de
|
* Tue Jun 21 2005 schwab@suse.de
|
||||||
- Fix missing declarations.
|
- Fix missing declarations.
|
||||||
* Fri Jun 10 2005 - sbrabec@suse.cz
|
* Fri Jun 10 2005 sbrabec@suse.cz
|
||||||
- Build with system nspr and nss libraries.
|
- Build with system nspr and nss libraries.
|
||||||
- Build with Kerberos 5 support.
|
- Build with Kerberos 5 support.
|
||||||
- Build documentation.
|
- Build documentation.
|
||||||
* Fri Jun 10 2005 - sbrabec@suse.cz
|
* Fri Jun 10 2005 sbrabec@suse.cz
|
||||||
- Build with mozilla-nss.
|
- Build with mozilla-nss.
|
||||||
* Wed Jun 01 2005 - sbrabec@suse.cz
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
||||||
- Fixed devel requirements.
|
- Fixed devel requirements.
|
||||||
* Thu May 19 2005 - ro@suse.de
|
* Thu May 19 2005 ro@suse.de
|
||||||
- fix build with current pkgconfig
|
- fix build with current pkgconfig
|
||||||
* Fri Apr 29 2005 - sbrabec@suse.cz
|
* Fri Apr 29 2005 sbrabec@suse.cz
|
||||||
- Yet another mail crasher fix (#66996).
|
- Yet another mail crasher fix (#66996).
|
||||||
http://bugzilla.gnome.org/show_bug.cgi?id=273945
|
http://bugzilla.gnome.org/show_bug.cgi?id=273945
|
||||||
* Thu Apr 14 2005 - sbrabec@suse.cz
|
* Thu Apr 14 2005 sbrabec@suse.cz
|
||||||
- Fixed serious GCC 4 warnings.
|
- Fixed serious GCC 4 warnings.
|
||||||
* Sat Mar 19 2005 - clahey@suse.de
|
* Sat Mar 19 2005 clahey@suse.de
|
||||||
- Fixes 72916.
|
- Fixes 72916.
|
||||||
* Fri Mar 18 2005 - gekker@suse.de
|
* Fri Mar 18 2005 gekker@suse.de
|
||||||
- Fix x-evolution-header (x73401).
|
- Fix x-evolution-header (x73401).
|
||||||
* Wed Mar 16 2005 - gekker@suse.de
|
* Wed Mar 16 2005 gekker@suse.de
|
||||||
- Update to version 1.2.1
|
- Update to version 1.2.1
|
||||||
- Add 64bit-warn.patch
|
- Add 64bit-warn.patch
|
||||||
* Tue Mar 08 2005 - gekker@suse.de
|
* Tue Mar 08 2005 gekker@suse.de
|
||||||
- Update to version 1.2.0 (GNOME 2.10)
|
- Update to version 1.2.0 (GNOME 2.10)
|
||||||
- remove upstreamed dest.patch
|
- remove upstreamed dest.patch
|
||||||
* Wed Mar 02 2005 - gekker@suse.de
|
* Wed Mar 02 2005 gekker@suse.de
|
||||||
- add dest.patch
|
- add dest.patch
|
||||||
* Wed Mar 02 2005 - gekker@suse.de
|
* Wed Mar 02 2005 gekker@suse.de
|
||||||
- update to version 1.1.6
|
- update to version 1.1.6
|
||||||
* Sun Feb 27 2005 - ro@suse.de
|
* Sun Feb 27 2005 ro@suse.de
|
||||||
- fix build on lib64
|
- fix build on lib64
|
||||||
* Fri Feb 25 2005 - gekker@suse.de
|
* Fri Feb 25 2005 gekker@suse.de
|
||||||
- fix libexecdir, so that e-d-s will actually get launched
|
- fix libexecdir, so that e-d-s will actually get launched
|
||||||
- enable ssl support now that camel has been moved to e-d-s
|
- enable ssl support now that camel has been moved to e-d-s
|
||||||
* Wed Feb 09 2005 - gekker@suse.de
|
* Wed Feb 09 2005 gekker@suse.de
|
||||||
- Update to version 1.1.5
|
- Update to version 1.1.5
|
||||||
- Remove upstreamed patch.
|
- Remove upstreamed patch.
|
||||||
* Sat Feb 05 2005 - gekker@suse.de
|
* Sat Feb 05 2005 gekker@suse.de
|
||||||
- Update to version 1.1.4.2
|
- Update to version 1.1.4.2
|
||||||
- Remove upsteamed patches, including security fix mentioned below.
|
- Remove upsteamed patches, including security fix mentioned below.
|
||||||
* Mon Jan 24 2005 - sbrabec@suse.cz
|
* Mon Jan 24 2005 sbrabec@suse.cz
|
||||||
- Fixed integer overflow (arbitrary code execution with elevated
|
- Fixed integer overflow (arbitrary code execution with elevated
|
||||||
privileges) in lock helper (CAN-2005-0102, #50116).
|
privileges) in lock helper (CAN-2005-0102, #50116).
|
||||||
* Mon Jan 24 2005 - meissner@suse.de
|
* Mon Jan 24 2005 meissner@suse.de
|
||||||
- Fixed some gcc 4 warnings/error that show code problems.
|
- Fixed some gcc 4 warnings/error that show code problems.
|
||||||
* Fri Jan 14 2005 - clahey@suse.de
|
* Fri Jan 14 2005 clahey@suse.de
|
||||||
- Update to version 1.1.3.
|
- Update to version 1.1.3.
|
||||||
* Thu Jan 06 2005 - gekker@suse.de
|
* Thu Jan 06 2005 gekker@suse.de
|
||||||
- Update to version 1.1.2
|
- Update to version 1.1.2
|
||||||
* Tue Dec 07 2004 - gekker@suse.de
|
* Tue Dec 07 2004 gekker@suse.de
|
||||||
- Update to version 1.0.3 (Ximian 70057)
|
- Update to version 1.0.3 (Ximian 70057)
|
||||||
* Tue Nov 30 2004 - ro@suse.de
|
* Tue Nov 30 2004 ro@suse.de
|
||||||
- re-diffed libdb.patch
|
- re-diffed libdb.patch
|
||||||
* Mon Nov 29 2004 - gekker@suse.de
|
* Mon Nov 29 2004 gekker@suse.de
|
||||||
- Update to version 1.0.2
|
- Update to version 1.0.2
|
||||||
- Removed patches included in this update
|
- Removed patches included in this update
|
||||||
* Fri Nov 12 2004 - sbrabec@suse.cz
|
* Fri Nov 12 2004 sbrabec@suse.cz
|
||||||
- Fixed libdb on x86_64 (broken local contacts in Evolution, #46845).
|
- Fixed libdb on x86_64 (broken local contacts in Evolution, #46845).
|
||||||
http://bugzilla.ximian.com/show_bug.cgi?id=67600
|
http://bugzilla.ximian.com/show_bug.cgi?id=67600
|
||||||
* Tue Nov 02 2004 - ro@suse.de
|
* Tue Nov 02 2004 ro@suse.de
|
||||||
- locale rename: no -> nb
|
- locale rename: no -> nb
|
||||||
* Thu Sep 30 2004 - dobey@suse.de
|
* Thu Sep 30 2004 dobey@suse.de
|
||||||
- Add patch to fix bug 66368 in bugzilla.ximian.com
|
- Add patch to fix bug 66368 in bugzilla.ximian.com
|
||||||
* Thu Sep 30 2004 - dobey@suse.de
|
* Thu Sep 30 2004 dobey@suse.de
|
||||||
- Add patch to fix bug 66230 in bugzilla.ximian.com
|
- Add patch to fix bug 66230 in bugzilla.ximian.com
|
||||||
* Fri Sep 24 2004 - dobey@suse.de
|
* Fri Sep 24 2004 dobey@suse.de
|
||||||
- Updated to version 1.0.1
|
- Updated to version 1.0.1
|
||||||
- Removed evolution-data-server-0.0.99.dif which is in upstream source
|
- Removed evolution-data-server-0.0.99.dif which is in upstream source
|
||||||
* Fri Sep 17 2004 - ro@suse.de
|
* Fri Sep 17 2004 ro@suse.de
|
||||||
- readd evolution-data-server-0.0.99.dif to fix parallel build
|
- readd evolution-data-server-0.0.99.dif to fix parallel build
|
||||||
* Mon Sep 13 2004 - dobey@suse.de
|
* Mon Sep 13 2004 dobey@suse.de
|
||||||
- Updated to version 1.0.0
|
- Updated to version 1.0.0
|
||||||
- Removed evolution-data-server-0.0.99.dif which was not changelogged,
|
- Removed evolution-data-server-0.0.99.dif which was not changelogged,
|
||||||
and seems to not actually change anything
|
and seems to not actually change anything
|
||||||
* Sat Sep 04 2004 - coolo@suse.de
|
* Sat Sep 04 2004 coolo@suse.de
|
||||||
- use %%jobs (OOo is waiting on it)
|
- use %%jobs (OOo is waiting on it)
|
||||||
* Fri Aug 27 2004 - dobey@suse.de
|
* Fri Aug 27 2004 dobey@suse.de
|
||||||
- Update to version 0.0.99
|
- Update to version 0.0.99
|
||||||
* Wed Aug 18 2004 - dobey@suse.de
|
* Wed Aug 18 2004 dobey@suse.de
|
||||||
- Fix LDAP support and remove unused configure options
|
- Fix LDAP support and remove unused configure options
|
||||||
* Fri Aug 13 2004 - dobey@suse.de
|
* Fri Aug 13 2004 dobey@suse.de
|
||||||
- Update to version 0.0.98
|
- Update to version 0.0.98
|
||||||
- Add dependencies to the evolution-data-server-devel package
|
- Add dependencies to the evolution-data-server-devel package
|
||||||
* Thu Aug 05 2004 - dobey@suse.de
|
* Thu Aug 05 2004 dobey@suse.de
|
||||||
- Add build deps for gnutls libs from libsoup
|
- Add build deps for gnutls libs from libsoup
|
||||||
* Tue Aug 03 2004 - dobey@suse.de
|
* Tue Aug 03 2004 dobey@suse.de
|
||||||
- Don't run any autotools when building with no patches
|
- Don't run any autotools when building with no patches
|
||||||
* Tue Aug 03 2004 - dobey@suse.de
|
* Tue Aug 03 2004 dobey@suse.de
|
||||||
- Patch is in tarball for gnome_segv2 now
|
- Patch is in tarball for gnome_segv2 now
|
||||||
- Updated to version 0.0.97
|
- Updated to version 0.0.97
|
||||||
* Thu Jul 29 2004 - dobey@suse.de
|
* Thu Jul 29 2004 dobey@suse.de
|
||||||
- Add patch from CVS to detect path to gnome_segv2 better
|
- Add patch from CVS to detect path to gnome_segv2 better
|
||||||
* Wed Jul 28 2004 - dobey@suse.de
|
* Wed Jul 28 2004 dobey@suse.de
|
||||||
- Updated to version 0.0.96
|
- Updated to version 0.0.96
|
||||||
* Tue Jul 13 2004 - clahey@suse.de
|
* Tue Jul 13 2004 clahey@suse.de
|
||||||
- Updated to version 0.0.95.
|
- Updated to version 0.0.95.
|
||||||
* Mon Jun 21 2004 - clahey@suse.de
|
* Mon Jun 21 2004 clahey@suse.de
|
||||||
- Updated to version 0.0.94.1.
|
- Updated to version 0.0.94.1.
|
||||||
* Fri Jun 04 2004 - mibarra@suse.de
|
* Fri Jun 04 2004 mibarra@suse.de
|
||||||
- Updated to version 0.0.94.
|
- Updated to version 0.0.94.
|
||||||
* Mon May 24 2004 - ro@suse.de
|
* Mon May 24 2004 ro@suse.de
|
||||||
- fix lib64 issue
|
- fix lib64 issue
|
||||||
* Sat May 22 2004 - mibarra@suse.de
|
* Sat May 22 2004 mibarra@suse.de
|
||||||
- Updated to 0.0.93.
|
- Updated to 0.0.93.
|
||||||
* Tue May 18 2004 - clahey@suse.de
|
* Tue May 18 2004 clahey@suse.de
|
||||||
- Don't install to /opt/gnome/libexec
|
- Don't install to /opt/gnome/libexec
|
||||||
* Tue May 18 2004 - clahey@suse.de
|
* Tue May 18 2004 clahey@suse.de
|
||||||
- Initial import of evolution-data-server.
|
- Initial import of evolution-data-server.
|
||||||
|
18
evolution-password-dialogs.patch
Normal file
18
evolution-password-dialogs.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
--- trunk/libedataserverui/e-passwords.c 2008/01/16 16:59:55 8378
|
||||||
|
+++ trunk/libedataserverui/e-passwords.c 2008/01/16 17:15:46 8379
|
||||||
|
@@ -873,12 +873,12 @@
|
||||||
|
|
||||||
|
widget = gtk_dialog_new_with_buttons (
|
||||||
|
msg->title, msg->parent, 0,
|
||||||
|
- GTK_STOCK_CANCEL, GTK_RESPONSE_REJECT,
|
||||||
|
- GTK_STOCK_OK, GTK_RESPONSE_ACCEPT,
|
||||||
|
+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
|
||||||
|
+ GTK_STOCK_OK, GTK_RESPONSE_OK,
|
||||||
|
NULL);
|
||||||
|
gtk_dialog_set_has_separator (GTK_DIALOG (widget), FALSE);
|
||||||
|
gtk_dialog_set_default_response (
|
||||||
|
- GTK_DIALOG (widget), GTK_RESPONSE_ACCEPT);
|
||||||
|
+ GTK_DIALOG (widget), GTK_RESPONSE_OK);
|
||||||
|
gtk_window_set_resizable (GTK_WINDOW (widget), FALSE);
|
||||||
|
gtk_container_set_border_width (GTK_CONTAINER (widget), 12);
|
||||||
|
password_dialog = GTK_DIALOG (widget);
|
Loading…
x
Reference in New Issue
Block a user