0.9.3
diff --git a/CMakeLists.txt b/CMakeLists.txt index b0f2728..3ae69d7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ include(MacroEnsureVersion) include(MacroBoolTo01) -set(POPPLER_VERSION "0.9.2") +set(POPPLER_VERSION "0.9.3") # command line switches option(ENABLE_XPDF_HEADERS "Install unsupported xpdf headers." OFF)
diff --git a/NEWS b/NEWS index 30772df..c7af7c0 100644 --- a/NEWS +++ b/NEWS
@@ -1,3 +1,20 @@ +Release 0.9.3 (0.10 RC 2) + + core: + * Fix rendering regression on some embedded fonts + * Fix rendering regression of some special fonts + * Fix crash on documents with bogus jpeg data + + Qt4: + * The printing flag defaults to true on PSConverter + * Documentation improvement + + utils: + * Fix regression that made HmtlOutputDev ignore jpeg images + + misc: + * Improve compilation on mingw + Release 0.9.2 (0.10 RC 1) core:
diff --git a/configure.ac b/configure.ac index d208bd0..d2bb822 100644 --- a/configure.ac +++ b/configure.ac
@@ -1,5 +1,5 @@ AC_PREREQ(2.59) -AC_INIT(poppler, 0.9.2) +AC_INIT(poppler, 0.9.3) AM_INIT_AUTOMAKE([foreign]) AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(poppler/poppler-config.h)
diff --git a/msvc/config.h b/msvc/config.h index fe55102..1edaf84 100644 --- a/msvc/config.h +++ b/msvc/config.h
@@ -32,13 +32,13 @@ #define PACKAGE_NAME "poppler" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "poppler 0.9.2" +#define PACKAGE_STRING "poppler 0.9.3" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "poppler" /* Define to the version of this package. */ -#define PACKAGE_VERSION "0.9.2" +#define PACKAGE_VERSION "0.9.3" /* Poppler data dir */ #define POPPLER_DATADIR "/usr/local/share/poppler" @@ -53,7 +53,7 @@ /* #undef USE_EXCEPTIONS */ /* Version number of package */ -#define VERSION "0.9.2" +#define VERSION "0.9.3" #define snprintf _snprintf #define unlink _unlink
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile index 4a8d13b..c6c9326 100644 --- a/qt4/src/Doxyfile +++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.9.2 +PROJECT_NUMBER = 0.9.3 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put.