[Commits] PATCHSETS 1.1.2.135 1.1.2.136 ChangeLog 1.1.2.146 1.1.2.147 configure.ac 1.1.2.146 1.1.2.147
miras at claws-mail.org
miras at claws-mail.org
Mon Mar 26 16:55:41 CEST 2012
Update of /home/claws-mail/plugins/pdf_viewer
In directory srv:/tmp/cvs-serv32236
Modified Files:
Tag: gtk2
PATCHSETS ChangeLog configure.ac
Log Message:
2012-03-26 [mir] 0.9.1cvs19
* src/poppler_viewer.c
Prevent a crash when calling g_free on uninitialized
gchar* variable.
Index: configure.ac
===================================================================
RCS file: /home/claws-mail/plugins/pdf_viewer/Attic/configure.ac,v
retrieving revision 1.1.2.146
retrieving revision 1.1.2.147
diff -u -d -r1.1.2.146 -r1.1.2.147
--- configure.ac 26 Mar 2012 08:22:11 -0000 1.1.2.146
+++ configure.ac 26 Mar 2012 14:55:39 -0000 1.1.2.147
@@ -9,7 +9,7 @@
MAJOR_VERSION=0
MINOR_VERSION=9
MICRO_VERSION=1
-EXTRA_VERSION=18
+EXTRA_VERSION=19
CFLAGS="$CFLAGS -Wall"
if test $USE_MAINTAINER_MODE = yes; then
Index: PATCHSETS
===================================================================
RCS file: /home/claws-mail/plugins/pdf_viewer/Attic/PATCHSETS,v
retrieving revision 1.1.2.135
retrieving revision 1.1.2.136
diff -u -d -r1.1.2.135 -r1.1.2.136
--- PATCHSETS 26 Mar 2012 08:22:11 -0000 1.1.2.135
+++ PATCHSETS 26 Mar 2012 14:55:39 -0000 1.1.2.136
@@ -134,3 +134,4 @@
( cvs diff -u -r 1.1.2.93 -r 1.1.2.94 src/poppler_viewer.c; ) > 0.9.1cvs16.patchset
( cvs diff -u -r 1.1.2.144 -r 1.1.2.145 configure.ac; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 po/es.po; cvs diff -u -r 1.1.2.6 -r 1.1.2.7 po/fr.po; cvs diff -u -r -1.1.2.1 -r -1.1.2.2 po/id.po; diff -u /dev/null po/id_ID.po; cvs diff -u -r 1.1.2.3 -r 1.1.2.4 po/sk.po; ) > 0.9.1cvs17.patchset
( cvs diff -u -r 1.1.2.12 -r 1.1.2.13 src/Makefile.am; cvs diff -u -r 1.1.2.13 -r 1.1.2.14 src/poppler_viewer.h; cvs diff -u -r 1.1.2.94 -r 1.1.2.95 src/poppler_viewer.c; ) > 0.9.1cvs18.patchset
+( cvs diff -u -r 1.1.2.95 -r 1.1.2.96 src/poppler_viewer.c; ) > 0.9.1cvs19.patchset
Index: ChangeLog
===================================================================
RCS file: /home/claws-mail/plugins/pdf_viewer/Attic/ChangeLog,v
retrieving revision 1.1.2.146
retrieving revision 1.1.2.147
diff -u -d -r1.1.2.146 -r1.1.2.147
--- ChangeLog 26 Mar 2012 08:22:11 -0000 1.1.2.146
+++ ChangeLog 26 Mar 2012 14:55:39 -0000 1.1.2.147
@@ -1,3 +1,9 @@
+2012-03-26 [mir] 0.9.1cvs19
+
+ * src/poppler_viewer.c
+ Prevent a crash when calling g_free on uninitialized
+ gchar* variable.
+
2012-03-26 [iwkse] 0.9.1cvs18
* src/Makefile.am
More information about the Commits
mailing list