Poppler 0.79.0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 550bd33..265008a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -36,7 +36,7 @@
 endif()
 
 set(POPPLER_MAJOR_VERSION "0")
-set(POPPLER_MINOR_VERSION "78")
+set(POPPLER_MINOR_VERSION "79")
 set(POPPLER_MICRO_VERSION "0")
 set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
 
diff --git a/NEWS b/NEWS
index f6f5d08..4661b15 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.79.0:
+        core:
+         * Fix regression on TextSelectionPainter
+         * Fix parsing of DefaultAppearance
+         * Fix memory leak in PostScriptFunction
+         * Fix crashes in fuzzed files
+
+        qt5:
+         * Implemented support for setIcon by changing appearance
+         * Added option to set the form available to print
+         * QString::null is deprecated, use QString()
+         * Replace deprecated qStableSort with std::stable_sort
+
+        build system:
+         * Turn README into README.md and expand it
+
 Release 0.78.0:
         core:
          * Fix line annotation arrows for usage in dimensioning
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 793bda5..11e271c 100644
--- a/cpp/Doxyfile
+++ b/cpp/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.78.0
+PROJECT_NUMBER         = 0.79.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/CMakeLists.txt b/qt5/src/CMakeLists.txt
index 340a3e4..e3b60fc 100644
--- a/qt5/src/CMakeLists.txt
+++ b/qt5/src/CMakeLists.txt
@@ -39,7 +39,7 @@
   poppler-version.cpp
 )
 add_library(poppler-qt5 ${poppler_qt5_SRCS})
-set_target_properties(poppler-qt5 PROPERTIES VERSION 1.19.0 SOVERSION 1)
+set_target_properties(poppler-qt5 PROPERTIES VERSION 1.20.0 SOVERSION 1)
 if(MINGW AND BUILD_SHARED_LIBS)
     get_target_property(POPPLER_QT5_SOVERSION poppler-qt5 SOVERSION)
     set_target_properties(poppler-qt5 PROPERTIES SUFFIX "-${POPPLER_QT5_SOVERSION}${CMAKE_SHARED_LIBRARY_SUFFIX}")
diff --git a/qt5/src/Doxyfile b/qt5/src/Doxyfile
index 9d03a02..8f27ee2 100644
--- a/qt5/src/Doxyfile
+++ b/qt5/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.78.0
+PROJECT_NUMBER         = 0.79.0
 
 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
 # base path where the generated documentation will be put.