From b5a9021037c4e6cbbfd622433f3de693d1f47671 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Tue, 25 May 2010 20:00:57 +0100 Subject: 0.13.4 --- CMakeLists.txt | 2 +- NEWS | 16 ++++++++++++++++ configure.ac | 2 +- cpp/Doxyfile | 2 +- glib/reference/tmpl/poppler-action.sgml | 5 +++++ glib/reference/tmpl/poppler-annot.sgml | 18 ++++++++++++++++++ glib/reference/tmpl/poppler-attachment.sgml | 3 +++ glib/reference/tmpl/poppler-document.sgml | 5 +++++ glib/reference/tmpl/poppler-enums.sgml | 17 +++++++++++++++++ glib/reference/tmpl/poppler-features.sgml | 3 +++ glib/reference/tmpl/poppler-form-field.sgml | 3 +++ glib/reference/tmpl/poppler-layer.sgml | 4 ++++ glib/reference/tmpl/poppler-page.sgml | 13 +++++++++++++ glib/reference/tmpl/poppler-private.sgml | 3 +++ glib/reference/tmpl/poppler.sgml | 6 ++++++ glib/reference/tmpl/stamp-poppler-enums.sgml | 3 +++ qt4/src/Doxyfile | 2 +- 17 files changed, 103 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 589191d1..729532db 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ find_package(Threads) set(POPPLER_MAJOR_VERSION "0") set(POPPLER_MINOR_VERSION "13") -set(POPPLER_MICRO_VERSION "3") +set(POPPLER_MICRO_VERSION "4") set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}") # command line switches diff --git a/NEWS b/NEWS index 66f048e8..5ffaa537 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +Release 0.13.4 (0.14 RC 1) + + core: + * Include standard float.h instead of unportable values.h + * Fix first color stop offset of linear gradients. Bug #27837 + * Fix compilation if JPEG nor PNG is used + * Use fabs for doubles instead of abs + * Use strtok_r instead strtok + * Adjust bbox for line annots when y1 = y2 + * Some fixes and regressions in the cairo output device + * Better check of overlapping of table cells when selecting text + + cpp: + * Make the pkg-config files really work + * Fix in/out buffer sizes in some functions + Release 0.13.3 (0.14 Beta 2) core: diff --git a/configure.ac b/configure.ac index c92eac2c..7979bca1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ m4_define([poppler_version_major],[0]) m4_define([poppler_version_minor],[13]) -m4_define([poppler_version_micro],[3]) +m4_define([poppler_version_micro],[4]) m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro]) AC_PREREQ(2.59) diff --git a/cpp/Doxyfile b/cpp/Doxyfile index 489833ef..e64c72e1 100644 --- a/cpp/Doxyfile +++ b/cpp/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP" # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.13.3 +PROJECT_NUMBER = 0.13.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff --git a/glib/reference/tmpl/poppler-action.sgml b/glib/reference/tmpl/poppler-action.sgml index 5d6dddf1..26dbc173 100644 --- a/glib/reference/tmpl/poppler-action.sgml +++ b/glib/reference/tmpl/poppler-action.sgml @@ -17,6 +17,9 @@ Action links + + + @@ -157,6 +160,7 @@ Action links +@void: @Returns: @@ -189,6 +193,7 @@ Action links +@void: @Returns: diff --git a/glib/reference/tmpl/poppler-annot.sgml b/glib/reference/tmpl/poppler-annot.sgml index b4105b9a..6eb09a9d 100644 --- a/glib/reference/tmpl/poppler-annot.sgml +++ b/glib/reference/tmpl/poppler-annot.sgml @@ -17,6 +17,9 @@ Annotations + + + @@ -45,6 +48,7 @@ Annotations +@void: @Returns: @@ -53,6 +57,7 @@ Annotations +@void: @Returns: @@ -61,6 +66,7 @@ Annotations +@void: @Returns: @@ -69,6 +75,7 @@ Annotations +@void: @Returns: @@ -95,6 +102,7 @@ Annotations +@void: @Returns: @@ -103,6 +111,7 @@ Annotations +@void: @Returns: @@ -165,6 +174,7 @@ Annotations +@void: @Returns: @@ -190,6 +200,7 @@ Annotations +@void: @Returns: @@ -198,6 +209,7 @@ Annotations +@void: @Returns: @@ -269,6 +281,7 @@ Annotations +@void: @Returns: @@ -277,6 +290,7 @@ Annotations +@void: @Returns: @@ -303,6 +317,7 @@ Annotations +@void: @Returns: @@ -338,6 +353,7 @@ Annotations +@void: @Returns: @@ -346,6 +362,7 @@ Annotations +@void: @Returns: @@ -354,6 +371,7 @@ Annotations +@void: @Returns: diff --git a/glib/reference/tmpl/poppler-attachment.sgml b/glib/reference/tmpl/poppler-attachment.sgml index 81dae971..afecdbc6 100644 --- a/glib/reference/tmpl/poppler-attachment.sgml +++ b/glib/reference/tmpl/poppler-attachment.sgml @@ -17,6 +17,9 @@ PopplerAttachment + + + diff --git a/glib/reference/tmpl/poppler-document.sgml b/glib/reference/tmpl/poppler-document.sgml index a8ef11e8..33cf2deb 100644 --- a/glib/reference/tmpl/poppler-document.sgml +++ b/glib/reference/tmpl/poppler-document.sgml @@ -16,6 +16,9 @@ The #PopplerDocument is an object used to refer to a main document. + + + @@ -192,6 +195,7 @@ The #PopplerDocument is an object used to refer to a main document. +@void: @Returns: @@ -290,6 +294,7 @@ The #PopplerDocument is an object used to refer to a main document. +@void: @Returns: diff --git a/glib/reference/tmpl/poppler-enums.sgml b/glib/reference/tmpl/poppler-enums.sgml index b7841d70..1fd9fa4d 100644 --- a/glib/reference/tmpl/poppler-enums.sgml +++ b/glib/reference/tmpl/poppler-enums.sgml @@ -17,6 +17,9 @@ poppler-enums + + + @@ -29,6 +32,7 @@ poppler-enums +@void: @Returns: @@ -44,6 +48,7 @@ poppler-enums +@void: @Returns: @@ -59,6 +64,7 @@ poppler-enums +@void: @Returns: @@ -74,6 +80,7 @@ poppler-enums +@void: @Returns: @@ -89,6 +96,7 @@ poppler-enums +@void: @Returns: @@ -104,6 +112,7 @@ poppler-enums +@void: @Returns: @@ -119,6 +128,7 @@ poppler-enums +@void: @Returns: @@ -134,6 +144,7 @@ poppler-enums +@void: @Returns: @@ -149,6 +160,7 @@ poppler-enums +@void: @Returns: @@ -164,6 +176,7 @@ poppler-enums +@void: @Returns: @@ -179,6 +192,7 @@ poppler-enums +@void: @Returns: @@ -194,6 +208,7 @@ poppler-enums +@void: @Returns: @@ -209,6 +224,7 @@ poppler-enums +@void: @Returns: @@ -224,6 +240,7 @@ poppler-enums +@void: @Returns: diff --git a/glib/reference/tmpl/poppler-features.sgml b/glib/reference/tmpl/poppler-features.sgml index 22f90b06..f79d9617 100644 --- a/glib/reference/tmpl/poppler-features.sgml +++ b/glib/reference/tmpl/poppler-features.sgml @@ -20,6 +20,9 @@ depend but not require a specific poppler version. + + + Defined if poppler was compiled with cairo support. diff --git a/glib/reference/tmpl/poppler-form-field.sgml b/glib/reference/tmpl/poppler-form-field.sgml index 38d0e9d2..cb1b4fc7 100644 --- a/glib/reference/tmpl/poppler-form-field.sgml +++ b/glib/reference/tmpl/poppler-form-field.sgml @@ -17,6 +17,9 @@ PopplerFormField + + + diff --git a/glib/reference/tmpl/poppler-layer.sgml b/glib/reference/tmpl/poppler-layer.sgml index a2fe01c9..553c9880 100644 --- a/glib/reference/tmpl/poppler-layer.sgml +++ b/glib/reference/tmpl/poppler-layer.sgml @@ -17,11 +17,15 @@ PopplerLayer + + + +@void: @Returns: diff --git a/glib/reference/tmpl/poppler-page.sgml b/glib/reference/tmpl/poppler-page.sgml index a86293b5..d6000788 100644 --- a/glib/reference/tmpl/poppler-page.sgml +++ b/glib/reference/tmpl/poppler-page.sgml @@ -17,6 +17,9 @@ Information about a page in a document + + + @@ -243,6 +246,7 @@ Information about a page in a document +@void: @Returns: @@ -251,6 +255,7 @@ Information about a page in a document +@void: @Returns: @@ -296,6 +301,7 @@ Information about a page in a document +@void: @Returns: @@ -304,6 +310,7 @@ Information about a page in a document +@void: @Returns: @@ -344,6 +351,7 @@ Information about a page in a document +@void: @Returns: @@ -352,6 +360,7 @@ Information about a page in a document +@void: @Returns: @@ -392,6 +401,7 @@ Information about a page in a document +@void: @Returns: @@ -400,6 +410,7 @@ Information about a page in a document +@void: @Returns: @@ -440,6 +451,7 @@ Information about a page in a document +@void: @Returns: @@ -448,6 +460,7 @@ Information about a page in a document +@void: @Returns: diff --git a/glib/reference/tmpl/poppler-private.sgml b/glib/reference/tmpl/poppler-private.sgml index fb167da7..bd34e94e 100644 --- a/glib/reference/tmpl/poppler-private.sgml +++ b/glib/reference/tmpl/poppler-private.sgml @@ -17,6 +17,9 @@ poppler-private + + + diff --git a/glib/reference/tmpl/poppler.sgml b/glib/reference/tmpl/poppler.sgml index b399249d..6bdb3699 100644 --- a/glib/reference/tmpl/poppler.sgml +++ b/glib/reference/tmpl/poppler.sgml @@ -17,11 +17,15 @@ poppler + + + +@void: @Returns: @@ -266,6 +270,7 @@ poppler +@void: @Returns: @@ -274,6 +279,7 @@ poppler +@void: @Returns: diff --git a/glib/reference/tmpl/stamp-poppler-enums.sgml b/glib/reference/tmpl/stamp-poppler-enums.sgml index 44a3c108..d1c7eec6 100644 --- a/glib/reference/tmpl/stamp-poppler-enums.sgml +++ b/glib/reference/tmpl/stamp-poppler-enums.sgml @@ -17,3 +17,6 @@ stamp-poppler-enums + + + diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index ac087fc9..46427070 100644 --- a/qt4/src/Doxyfile +++ b/qt4/src/Doxyfile @@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 " # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.13.3 +PROJECT_NUMBER = 0.13.4 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. -- cgit v1.2.3