summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2014-12-04 23:11:12 +0100
committerAlbert Astals Cid <aacid@kde.org>2014-12-04 23:11:12 +0100
commitfa8f276a10911c97d2777fff3270771802bc3892 (patch)
tree24fa2b24380428dc3109dc9c112c5b8c03635117
parentfee700cfecb9d7d5fa938704a5f457f15aaa4676 (diff)
-rw-r--r--CMakeLists.txt4
-rw-r--r--NEWS15
-rw-r--r--configure.ac4
-rw-r--r--cpp/Doxyfile2
-rw-r--r--poppler/Makefile.am2
-rw-r--r--qt4/src/Doxyfile2
-rw-r--r--qt5/src/Doxyfile2
7 files changed, 23 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7178d25a..7fdb49a1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -17,7 +17,7 @@ include(CheckFileOffsetBits)
CHECK_FILE_OFFSET_BITS()
set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "28")
+set(POPPLER_MINOR_VERSION "29")
set(POPPLER_MICRO_VERSION "0")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
@@ -443,7 +443,7 @@ add_library(poppler STATIC ${poppler_SRCS})
else(MSVC)
add_library(poppler SHARED ${poppler_SRCS})
endif(MSVC)
-set_target_properties(poppler PROPERTIES VERSION 47.0.0 SOVERSION 47)
+set_target_properties(poppler PROPERTIES VERSION 48.0.0 SOVERSION 48)
target_link_libraries(poppler ${poppler_LIBS})
target_link_libraries(poppler LINK_INTERFACE_LIBRARIES "")
install(TARGETS poppler RUNTIME DESTINATION bin LIBRARY DESTINATION lib${LIB_SUFFIX} ARCHIVE DESTINATION lib${LIB_SUFFIX})
diff --git a/NEWS b/NEWS
index 97b94c8a..4bfd589d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Release 0.29.0
+ core:
+ * Use correct LAB byte array for lcms input. Bug #86388
+ * Write correct size in trailer dict. Bug #86063
+ * Use Default colorspaces if present instead of Device colorspaces
+ * Solve blend mode problem in CYMK and DeviceN for separable blend modes
+ * Compilation/warning fixes on SunOS
+ * Regression test improvements
+
+ glib:
+ * demo: Compilation fixlets
+
+ build system:
+ * cofigure: print "no" instead of "auto" if lcms not found
+
Release 0.28.0
core:
* Fix rendering of file with a wrong embedded font. Bug #84270
diff --git a/configure.ac b/configure.ac
index 09406749..3bf36e03 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([poppler_version_major],[0])
-m4_define([poppler_version_minor],[28])
-m4_define([poppler_version_micro],[1])
+m4_define([poppler_version_minor],[29])
+m4_define([poppler_version_micro],[0])
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 fef0b081..f3c5b1be 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.28.1
+PROJECT_NUMBER = 0.29.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/poppler/Makefile.am b/poppler/Makefile.am
index 54f2197d..01fe01e5 100644
--- a/poppler/Makefile.am
+++ b/poppler/Makefile.am
@@ -296,7 +296,7 @@ libpoppler_la_LIBADD = \
$(win32_libs)
libpoppler_la_LDFLAGS = \
- -version-info 47:0:0 \
+ -version-info 48:0:0 \
@create_shared_lib@ \
@auto_import_flags@
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index 3e413978..7b8fcbe3 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.28.1
+PROJECT_NUMBER = 0.29.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 13c4ba87..58b8e8de 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt5"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.28.1
+PROJECT_NUMBER = 0.29.0
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.