summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@intel.com>2015-01-22 11:50:05 -0800
committerChad Versace <chad.versace@intel.com>2015-01-22 11:50:05 -0800
commitb1498f6d64981788d9e178a81bc5f0ccfebf8284 (patch)
tree466d295128277f37ffc406b9e7782b707efa13c8
parent30ba6bf1ce4f9b01c3915317dbc3bdbbaa91c83c (diff)
parent19c8f126ba104d5e8b3affadcc7cbd445476869a (diff)
Merge branch 'maint-1.4' into maint-1.5
* maint-1.4: doc: Add release notes for Waffle 1.4.4 waffle: Bump version to 1.4.4
-rw-r--r--doc/release-notes/waffle-1.4.4.txt32
1 files changed, 32 insertions, 0 deletions
diff --git a/doc/release-notes/waffle-1.4.4.txt b/doc/release-notes/waffle-1.4.4.txt
new file mode 100644
index 0000000..fbbdd10
--- /dev/null
+++ b/doc/release-notes/waffle-1.4.4.txt
@@ -0,0 +1,32 @@
+Waffle 1.4.4 Release Notes
+==========================
+
+New Stuff
+---------
+* Waffle now installs CMake PackageConfig files.
+
+ The new files are WaffleConfig.cmake and WaffleConfigVersion.cmake.
+ These are like Linux pkg-config files, but specific to CMake. See
+ commit 622efdd [1].
+
+ [1] https://github.com/waffle-gl/waffle/commit/622efdd3f3e832ac34edb9f7f54bb675f0fdec13
+
+Bugfixes
+--------
+* Fix version check in FindWaffle.cmake
+
+ This bug only affects other projects that use CMake and used FindWaffle.cmake.
+ See bug [https://github.com/waffle-gl/waffle/issues/27].
+
+Changes since 1.4.3
+-------------------
+Chad Versace (2):
+ doc: Add release notes for Waffle 1.4.4
+ waffle: Bump version to 1.4.4
+
+Dylan Baker (2):
+ cmake: Add cmake PackageConfig files
+ cmake: fix version search
+
+Jordan Justen (4):
+ debian: Add WaffleConfig*.cmake to libwaffle-dev package