gplugin/gplugin

Bump the glib requirement so we can use a test macro
feature/better-native-loader-error-messages
2016-03-15, Gary Kramlich
5679ec6a036d
Parents 051a71cb3743
Children fc3626cac5e0
Bump the glib requirement so we can use a test macro
--- a/CMakeLists.txt Tue Mar 15 21:42:53 2016 -0500
+++ b/CMakeLists.txt Tue Mar 15 22:08:01 2016 -0500
@@ -106,7 +106,7 @@
include(help2man)
endif(BUILD_HELP2MAN)
-pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32.0 gobject-2.0)
+pkg_check_modules(GLIB REQUIRED glib-2.0>=2.34.0 gobject-2.0)
# we separate gmodule out so our test aren't linked to it
pkg_check_modules(GMODULE REQUIRED gmodule-2.0)
--- a/ChangeLog Tue Mar 15 21:42:53 2016 -0500
+++ b/ChangeLog Tue Mar 15 22:08:01 2016 -0500
@@ -1,4 +1,5 @@
0.27.0:
+ * Bumped the glib requirement to 2.34.0
0.26.0: 2016/03/03
* Added a load-failed signal which is emitted when a plugin fails to load