forked from pool/evolution
This commit is contained in:
parent
a8f7a57445
commit
1aa2a5ef8a
@ -1,28 +0,0 @@
|
|||||||
2007-08-21 Suman Manjunath <msuman@novell.com>
|
|
||||||
|
|
||||||
** Fix for bug #301835 (BNC)
|
|
||||||
|
|
||||||
* itip-formatter.c: (find_from_address):
|
|
||||||
Fixed crash when no SENTBY parameter present.
|
|
||||||
|
|
||||||
Index: evolution/plugins/itip-formatter.c
|
|
||||||
===================================================================
|
|
||||||
--- evolution/plugins/itip-formatter/itip-formatter.c (revision 34049)
|
|
||||||
+++ evolution/plugins/itip-formatter/itip-formatter.c (working copy)
|
|
||||||
@@ -307,11 +307,12 @@
|
|
||||||
}
|
|
||||||
|
|
||||||
param = icalproperty_get_first_parameter (prop, ICAL_SENTBY_PARAMETER);
|
|
||||||
- if (param)
|
|
||||||
+ if (param) {
|
|
||||||
organizer_sentby = icalparameter_get_sentby (param);
|
|
||||||
- if (organizer_sentby) {
|
|
||||||
- organizer_sentby_clean = g_strdup (itip_strip_mailto (organizer_sentby));
|
|
||||||
- organizer_sentby_clean = g_strstrip (organizer_sentby_clean);
|
|
||||||
+ if (organizer_sentby) {
|
|
||||||
+ organizer_sentby_clean = g_strdup (itip_strip_mailto (organizer_sentby));
|
|
||||||
+ organizer_sentby_clean = g_strstrip (organizer_sentby_clean);
|
|
||||||
+ }
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!(organizer_sentby_clean || organizer_clean))
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c19a668ea597cf29d10e3d87f74ddd113a0552ea55dda287b3f598beb4c05e80
|
|
||||||
size 21934855
|
|
3
evolution-2.11.91.tar.bz2
Normal file
3
evolution-2.11.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:77d12475f9ae240abf94a52a63bdbf8fa3e0e15bb355640bfa54ccf41fae0fad
|
||||||
|
size 25023419
|
@ -1,3 +1,31 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 29 19:09:23 CEST 2007 - maw@suse.de
|
||||||
|
|
||||||
|
- Update to version 2.11.91:
|
||||||
|
+ Set the free/busy info of events entered directly on the
|
||||||
|
canvas with the editor defaults
|
||||||
|
+ A new command line option, --disable-preview, to disable
|
||||||
|
loading previously selected emails that caused crashes
|
||||||
|
+ Documentation updates
|
||||||
|
+ Fixes for expanding newly created folders and Exchange calendar
|
||||||
|
delegation bugs
|
||||||
|
+ Other bugs (bugzilla.gnome.org) fixed: #287394, #313221,
|
||||||
|
#322624, #327977, #331729, #335566, #351552, #352346, #377173,
|
||||||
|
#377309, #383684, #387312, #401533, #419690, #427469, #428125,
|
||||||
|
#429234, #444882, #451599, #454253, #455799, #458508, #458822,
|
||||||
|
#460326, #460821, #462007, #462010, #462138, #462332, #463061,
|
||||||
|
#463129, #463946, #464312, #201201, #201202, #239441, #256878,
|
||||||
|
#262226, #262682, #272167, #274070, #301835, #303877, #303878,
|
||||||
|
#308636, #309166, #328405, #329746, #330628, #331174, #337616,
|
||||||
|
#352346, #467364, #468309, #338803, #347770, #350539, #352358,
|
||||||
|
#353462, #355766, #355864, #364431, #364700, #367760, #385414,
|
||||||
|
#385517, #411619, #412732, #414420, #420492, #428110, #431459,
|
||||||
|
#435942, #440328, #440807, #458715, #464106, #464338, #465573,
|
||||||
|
#466548, #466796, #467165, #467198, #467382, #467559, #467883,
|
||||||
|
#467635, #468159, #468294, #468303, #468303, #468303, #468411,
|
||||||
|
#468440, #468734, #468804, and #468869
|
||||||
|
- Remove upstreamed bnc-301835-itip-formatter-no-organizer-sentby.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 21 12:51:25 CEST 2007 - sbrabec@suse.cz
|
Tue Aug 21 12:51:25 CEST 2007 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package evolution (Version 2.11.6.1)
|
# spec file for package evolution (Version 2.11.91)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2007 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
|
||||||
@ -17,8 +17,8 @@ Group: Productivity/Networking/Email/Clients
|
|||||||
Obsoletes: evoltn
|
Obsoletes: evoltn
|
||||||
Provides: evoltn
|
Provides: evoltn
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 2.11.6.1
|
Version: 2.11.91
|
||||||
Release: 13
|
Release: 1
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||||
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@ -55,7 +55,6 @@ Patch89: bnc-214647-add-prefer-plain-plugin.patch
|
|||||||
Patch90: fix-security-gtkhtml-moreui.diff
|
Patch90: fix-security-gtkhtml-moreui.diff
|
||||||
Patch91: evo-2.8.2-build-break.fix
|
Patch91: evo-2.8.2-build-break.fix
|
||||||
Patch92: evo-2.8.2-regression-fix.patch
|
Patch92: evo-2.8.2-regression-fix.patch
|
||||||
Patch93: bnc-301835-itip-formatter-no-organizer-sentby.patch
|
|
||||||
Patch100: abuild.patch
|
Patch100: abuild.patch
|
||||||
#Patch101: xsltproc-no-net.patch
|
#Patch101: xsltproc-no-net.patch
|
||||||
Patch102: evolution-2.11.6.1-cal-busy-recursion.patch
|
Patch102: evolution-2.11.6.1-cal-busy-recursion.patch
|
||||||
@ -312,7 +311,6 @@ Authors:
|
|||||||
# 91 and 92 upsream too
|
# 91 and 92 upsream too
|
||||||
#%patch91
|
#%patch91
|
||||||
# %patch92
|
# %patch92
|
||||||
%patch93 -p1
|
|
||||||
%patch100 -p1
|
%patch100 -p1
|
||||||
#%patch101 -p1
|
#%patch101 -p1
|
||||||
%patch102 -p1
|
%patch102 -p1
|
||||||
@ -442,6 +440,31 @@ fi
|
|||||||
%{_libdir}/evolution/*/conduits/*.so
|
%{_libdir}/evolution/*/conduits/*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Aug 29 2007 - maw@suse.de
|
||||||
|
- Update to version 2.11.91:
|
||||||
|
+ Set the free/busy info of events entered directly on the
|
||||||
|
canvas with the editor defaults
|
||||||
|
+ A new command line option, --disable-preview, to disable
|
||||||
|
loading previously selected emails that caused crashes
|
||||||
|
+ Documentation updates
|
||||||
|
+ Fixes for expanding newly created folders and Exchange calendar
|
||||||
|
delegation bugs
|
||||||
|
+ Other bugs (bugzilla.gnome.org) fixed: #287394, #313221,
|
||||||
|
[#322624], #327977, #331729, #335566, #351552, #352346, #377173,
|
||||||
|
[#377309], #383684, #387312, #401533, #419690, #427469, #428125,
|
||||||
|
[#429234], #444882, #451599, #454253, #455799, #458508, #458822,
|
||||||
|
[#460326], #460821, #462007, #462010, #462138, #462332, #463061,
|
||||||
|
[#463129], #463946, #464312, #201201, #201202, #239441, #256878,
|
||||||
|
[#262226], #262682, #272167, #274070, #301835, #303877, #303878,
|
||||||
|
[#308636], #309166, #328405, #329746, #330628, #331174, #337616,
|
||||||
|
[#352346], #467364, #468309, #338803, #347770, #350539, #352358,
|
||||||
|
[#353462], #355766, #355864, #364431, #364700, #367760, #385414,
|
||||||
|
[#385517], #411619, #412732, #414420, #420492, #428110, #431459,
|
||||||
|
[#435942], #440328, #440807, #458715, #464106, #464338, #465573,
|
||||||
|
[#466548], #466796, #467165, #467198, #467382, #467559, #467883,
|
||||||
|
[#467635], #468159, #468294, #468303, #468303, #468303, #468411,
|
||||||
|
[#468440], #468734, #468804, and #468869
|
||||||
|
- Remove upstreamed bnc-301835-itip-formatter-no-organizer-sentby.patch
|
||||||
* Tue Aug 21 2007 - sbrabec@suse.cz
|
* Tue Aug 21 2007 - sbrabec@suse.cz
|
||||||
- Fixed crash on appointments with no no SENTBY parameter (#301835,
|
- Fixed crash on appointments with no no SENTBY parameter (#301835,
|
||||||
patch from Suman Manjunath).
|
patch from Suman Manjunath).
|
||||||
|
Loading…
Reference in New Issue
Block a user