summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2013-05-02 08:05:06 +0100
committerJosé Fonseca <jose.r.fonseca@gmail.com>2013-05-02 08:05:06 +0100
commit705ed27142b5d08ea46a69ad9409b8a2ad5cb653 (patch)
tree7dd659a3422cac823ab3b480d8763450aea3f682
parent3941d9f80df99d47579b2619d36b61f8cc7ec3c3 (diff)
Tag a new release 4.0.4.0
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.
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS.markdown16
2 files changed, 15 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3b45baee..33638f5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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
diff --git a/NEWS.markdown b/NEWS.markdown
index 736ec348..4bdc8f13 100644
--- a/NEWS.markdown
+++ b/NEWS.markdown
@@ -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
===========