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(-)
New commits: commit b5a9021037c4e6cbbfd622433f3de693d1f47671 Author: Albert Astals Cid <[email protected]> Date: Tue May 25 20:00:57 2010 +0100 0.13.4 diff --git a/CMakeLists.txt b/CMakeLists.txt index 589191d..729532d 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 66f048e..5ffaa53 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 c92eac2..7979bca 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 489833e..e64c72e 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 5d6dddf..26dbc17 100644 --- a/glib/reference/tmpl/poppler-action.sgml +++ b/glib/reference/tmpl/poppler-action.sgml @@ -17,6 +17,9 @@ Action links <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PopplerActionType ##### --> <para> @@ -157,6 +160,7 @@ Action links </para> +...@void: @Returns: @@ -189,6 +193,7 @@ Action links </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/poppler-annot.sgml b/glib/reference/tmpl/poppler-annot.sgml index b4105b9..6eb09a9 100644 --- a/glib/reference/tmpl/poppler-annot.sgml +++ b/glib/reference/tmpl/poppler-annot.sgml @@ -17,6 +17,9 @@ Annotations <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PopplerAnnot ##### --> <para> @@ -45,6 +48,7 @@ Annotations </para> +...@void: @Returns: @@ -53,6 +57,7 @@ Annotations </para> +...@void: @Returns: @@ -61,6 +66,7 @@ Annotations </para> +...@void: @Returns: @@ -69,6 +75,7 @@ Annotations </para> +...@void: @Returns: @@ -95,6 +102,7 @@ Annotations </para> +...@void: @Returns: @@ -103,6 +111,7 @@ Annotations </para> +...@void: @Returns: @@ -165,6 +174,7 @@ Annotations </para> +...@void: @Returns: @@ -190,6 +200,7 @@ Annotations </para> +...@void: @Returns: @@ -198,6 +209,7 @@ Annotations </para> +...@void: @Returns: @@ -269,6 +281,7 @@ Annotations </para> +...@void: @Returns: @@ -277,6 +290,7 @@ Annotations </para> +...@void: @Returns: @@ -303,6 +317,7 @@ Annotations </para> +...@void: @Returns: @@ -338,6 +353,7 @@ Annotations </para> +...@void: @Returns: @@ -346,6 +362,7 @@ Annotations </para> +...@void: @Returns: @@ -354,6 +371,7 @@ Annotations </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/poppler-attachment.sgml b/glib/reference/tmpl/poppler-attachment.sgml index 81dae97..afecdbc 100644 --- a/glib/reference/tmpl/poppler-attachment.sgml +++ b/glib/reference/tmpl/poppler-attachment.sgml @@ -17,6 +17,9 @@ PopplerAttachment <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PopplerAttachment ##### --> <para> diff --git a/glib/reference/tmpl/poppler-document.sgml b/glib/reference/tmpl/poppler-document.sgml index a8ef11e..33cf2de 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. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### ENUM PopplerPageLayout ##### --> <para> @@ -192,6 +195,7 @@ The #PopplerDocument is an object used to refer to a main document. </para> +...@void: @Returns: @@ -290,6 +294,7 @@ The #PopplerDocument is an object used to refer to a main document. </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/poppler-enums.sgml b/glib/reference/tmpl/poppler-enums.sgml index b7841d7..1fd9fa4 100644 --- a/glib/reference/tmpl/poppler-enums.sgml +++ b/glib/reference/tmpl/poppler-enums.sgml @@ -17,6 +17,9 @@ poppler-enums <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO POPPLER_TYPE_ACTION_TYPE ##### --> <para> @@ -29,6 +32,7 @@ poppler-enums </para> +...@void: @Returns: @@ -44,6 +48,7 @@ poppler-enums </para> +...@void: @Returns: @@ -59,6 +64,7 @@ poppler-enums </para> +...@void: @Returns: @@ -74,6 +80,7 @@ poppler-enums </para> +...@void: @Returns: @@ -89,6 +96,7 @@ poppler-enums </para> +...@void: @Returns: @@ -104,6 +112,7 @@ poppler-enums </para> +...@void: @Returns: @@ -119,6 +128,7 @@ poppler-enums </para> +...@void: @Returns: @@ -134,6 +144,7 @@ poppler-enums </para> +...@void: @Returns: @@ -149,6 +160,7 @@ poppler-enums </para> +...@void: @Returns: @@ -164,6 +176,7 @@ poppler-enums </para> +...@void: @Returns: @@ -179,6 +192,7 @@ poppler-enums </para> +...@void: @Returns: @@ -194,6 +208,7 @@ poppler-enums </para> +...@void: @Returns: @@ -209,6 +224,7 @@ poppler-enums </para> +...@void: @Returns: @@ -224,6 +240,7 @@ poppler-enums </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/poppler-features.sgml b/glib/reference/tmpl/poppler-features.sgml index 22f90b0..f79d961 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. <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### MACRO POPPLER_HAS_CAIRO ##### --> <para> 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 38d0e9d..cb1b4fc 100644 --- a/glib/reference/tmpl/poppler-form-field.sgml +++ b/glib/reference/tmpl/poppler-form-field.sgml @@ -17,6 +17,9 @@ PopplerFormField <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PopplerFormField ##### --> <para> diff --git a/glib/reference/tmpl/poppler-layer.sgml b/glib/reference/tmpl/poppler-layer.sgml index a2fe01c..553c988 100644 --- a/glib/reference/tmpl/poppler-layer.sgml +++ b/glib/reference/tmpl/poppler-layer.sgml @@ -17,11 +17,15 @@ PopplerLayer <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### FUNCTION poppler_layer_get_type ##### --> <para> </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/poppler-page.sgml b/glib/reference/tmpl/poppler-page.sgml index a86293b..d600078 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 <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### FUNCTION poppler_page_render ##### --> <para> @@ -243,6 +246,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -251,6 +255,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -296,6 +301,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -304,6 +310,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -344,6 +351,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -352,6 +360,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -392,6 +401,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -400,6 +410,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -440,6 +451,7 @@ Information about a page in a document </para> +...@void: @Returns: @@ -448,6 +460,7 @@ Information about a page in a document </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/poppler-private.sgml b/glib/reference/tmpl/poppler-private.sgml index fb167da..bd34e94 100644 --- a/glib/reference/tmpl/poppler-private.sgml +++ b/glib/reference/tmpl/poppler-private.sgml @@ -17,6 +17,9 @@ poppler-private <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### STRUCT PopplerDocument ##### --> <para> diff --git a/glib/reference/tmpl/poppler.sgml b/glib/reference/tmpl/poppler.sgml index b399249..6bdb369 100644 --- a/glib/reference/tmpl/poppler.sgml +++ b/glib/reference/tmpl/poppler.sgml @@ -17,11 +17,15 @@ poppler <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + <!-- ##### FUNCTION poppler_error_quark ##### --> <para> </para> +...@void: @Returns: @@ -266,6 +270,7 @@ poppler </para> +...@void: @Returns: @@ -274,6 +279,7 @@ poppler </para> +...@void: @Returns: diff --git a/glib/reference/tmpl/stamp-poppler-enums.sgml b/glib/reference/tmpl/stamp-poppler-enums.sgml index 44a3c10..d1c7eec 100644 --- a/glib/reference/tmpl/stamp-poppler-enums.sgml +++ b/glib/reference/tmpl/stamp-poppler-enums.sgml @@ -17,3 +17,6 @@ stamp-poppler-enums <!-- ##### SECTION Stability_Level ##### --> +<!-- ##### SECTION Image ##### --> + + diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index ac087fc..4642707 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. _______________________________________________ poppler mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/poppler
