aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-12-09 12:52:36 -0800
committerChad Versace <chad.versace@linux.intel.com>2014-12-09 13:00:02 -0800
commit210aee160e051e0984ab73130d035aa193bd8030 (patch)
tree34aa1b98c9b0977f4cba3800444f22523e15ebe7
parent80555ad25f48bc2e09b8a5a40272eb64ac9b0776 (diff)
downloadwaffle-maint.tar.gz
doc: Add release notes for Waffle 1.4.3v1.4.3maint
-rw-r--r--doc/release-notes/waffle-1.4.3.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/doc/release-notes/waffle-1.4.3.txt b/doc/release-notes/waffle-1.4.3.txt
new file mode 100644
index 0000000..9191cf2
--- /dev/null
+++ b/doc/release-notes/waffle-1.4.3.txt
@@ -0,0 +1,37 @@
+Waffle 1.4.3 Release Notes
+==========================
+
+Bugfixes
+--------
+* cmake: Fix building with CMake 2.8.11
+ [https://github.com/waffle-gl/waffle/commit/80f2c3eca4bcb7ebe356fb92a9c3132e0c80d9d9]
+
+* glx: Fix requirements for creation of ES2 context
+ [https://github.com/waffle-gl/waffle/commit/2e02e593246cd417d42f66489f573493eb553960]
+
+* Minor html manpage fix.
+
+
+Changes
+-------
+Chad Versace (6):
+ doc: Add release notes for Waffle 1.4.3
+ waffle: Bump version to 1.4.3
+ glx: Fix requirements for creation of ES2 context
+ cmake: Fix building with CMake 2.8.11
+ examples: Remove bitrotted XCode project files
+ doc/html/man: Remove duplicate link to manpage waffle_init(3)
+
+ Android.mk | 2 +-
+ cmake/Modules/WaffleDefineVersion.cmake | 2 +-
+ doc/html/man/index.html | 3 -
+ doc/release-notes/waffle-1.4.3.txt | 12 +
+ examples/gl_basic.xcodeproj/.gitignore | 2 -
+ examples/gl_basic.xcodeproj/Info.plist | 32 -
+ examples/gl_basic.xcodeproj/InfoPlist.strings | 2 -
+ examples/gl_basic.xcodeproj/MainMenu.xib | 4666 --------------------
+ examples/gl_basic.xcodeproj/project.pbxproj | 274 --
+ .../xcshareddata/xcschemes/gl_basic.xcscheme | 92 -
+ src/waffle/CMakeLists.txt | 22 +-
+ src/waffle/glx/glx_config.c | 4 +-
+ 12 files changed, 38 insertions(+), 5075 deletions(-)