CVS: sylpheedclaws/plugins/vcalendar PATCHSETS,1.1.2.60,1.1.2.61 ChangeLog,1.2.2.137,1.2.2.138 configure.ac,1.2.2.144,1.2.2.145

[email protected] Fri, 15 Dec 2006 12:22:59 +0000
Newsgroups gmane.mail.sylpheed.claws.cvs
Message-ID <[email protected]>
Update of /pack/anoncvs/sylpheedclaws/plugins/vcalendar
In directory sunsite.dk:/tmp/cvs-serv18607

Modified Files:
      Tag: gtk2
	PATCHSETS ChangeLog configure.ac 
Log Message:
2006-12-15 [colin]	1.91.0cvs3

	* src/vcal_manager.c
		Make sure we don't increment SEQUENCE on replies
		(From RFC2445, 4.8.7.4 Sequence Number)
	* src/vcalendar.c
		Fix "(null)" names

Index: PATCHSETS
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/Attic/PATCHSETS,v
retrieving revision 1.1.2.60
retrieving revision 1.1.2.61
diff -u -d -r1.1.2.60 -r1.1.2.61
--- PATCHSETS	2006/12/06 21:29:35	1.1.2.60
+++ PATCHSETS	2006/12/15 12:22:54	1.1.2.61
@@ -58,3 +58,4 @@
 ( cvs diff -u -r 1.2.2.140 -r 1.2.2.141 configure.ac;  ) > 1.90.0cvs5.patchset
 ( cvs diff -u -r 1.1.2.44 -r 1.1.2.45 src/vcal_manager.c;  ) > 1.91.0cvs1.patchset
 ( cvs diff -u -r 1.1.2.45 -r 1.1.2.46 src/vcal_manager.c;  ) > 1.91.0cvs2.patchset
+( cvs diff -u -r 1.1.2.46 -r 1.1.2.47 src/vcal_manager.c;  cvs diff -u -r 1.2.2.43 -r 1.2.2.44 src/vcalendar.c;  ) > 1.91.0cvs3.patchset

Index: ChangeLog
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/ChangeLog,v
retrieving revision 1.2.2.137
retrieving revision 1.2.2.138
diff -u -d -r1.2.2.137 -r1.2.2.138
--- ChangeLog	2006/12/06 21:29:35	1.2.2.137
+++ ChangeLog	2006/12/15 12:22:54	1.2.2.138
@@ -1,3 +1,11 @@
+2006-12-15 [colin]	1.91.0cvs3
+
+	* src/vcal_manager.c
+		Make sure we don't increment SEQUENCE on replies
+		(From RFC2445, 4.8.7.4 Sequence Number)
+	* src/vcalendar.c
+		Fix "(null)" names
+
 2006-12-06 [colin]	1.91.0cvs2
 
 	* src/vcal_manager.c

Index: configure.ac
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/plugins/vcalendar/configure.ac,v
retrieving revision 1.2.2.144
retrieving revision 1.2.2.145
diff -u -d -r1.2.2.144 -r1.2.2.145
--- configure.ac	2006/12/06 21:29:36	1.2.2.144
+++ configure.ac	2006/12/15 12:22:54	1.2.2.145
@@ -9,7 +9,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=91
 MICRO_VERSION=0
-EXTRA_VERSION=2
+EXTRA_VERSION=3
 
 if test \( $EXTRA_VERSION -eq 0 \); then
     if test \( $MICRO_VERSION -eq 0 \); then