]> git.cworth.org Git - apitrace/commitdiff
Tag a new release 4.0.
authorJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 2 May 2013 07:05:06 +0000 (08:05 +0100)
committerJosé Fonseca <jose.r.fonseca@gmail.com>
Thu, 2 May 2013 07:05:06 +0000 (08:05 +0100)
Mostly for the benefit of those who prefer a tagged release instead of
master.

Anyway, it has been too long since the last one.  The output of
`git shortlog..HEAD` was impressive.  Thanks to all of them who
contributed.

CMakeLists.txt
NEWS.markdown

index 3b45baee831596e09c22e54ec78c5a42d83026cf..33638f5f89e2e22b64a401517b81b7cb5e868ac5 100644 (file)
@@ -399,7 +399,7 @@ if (MSVC)
     )
 endif ()
 
-set (CPACK_PACKAGE_VERSION_MAJOR "3")
+set (CPACK_PACKAGE_VERSION_MAJOR "4")
 set (CPACK_PACKAGE_VERSION_MINOR "0")
 
 # Use current date in YYYYMMDD format as patch number 
index 736ec348c4a6a52947b34f45e32a8fa5c9ff2c94..4bdc8f131283a5bf11af26a46b2b143e529225ed 100644 (file)
@@ -2,15 +2,27 @@ This file lists the major user visible improvements.  For a full list of changes
 and their authors see the git history.
 
 
-Development
+Version 4.0
 ===========
 
-* Support to trace in Android.
+* Support tracing in Android, both native and Dalvik applications.
 
 * Show frame thumbnails in the GUI.
 
 * Basic D3D 10.1, 11, and 11.1 trace support.
 
+* Multi-threaded trace/retrace support.
+
+* Several OpenGL ES state dump fixes.
+
+* GPU profiling.
+
+* Thumbnails in GUI
+
+* Trim improvements.
+
+* Loads of bugfixes
+
 
 Version 3.0
 ===========