From 705ed27142b5d08ea46a69ad9409b8a2ad5cb653 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Thu, 2 May 2013 08:05:06 +0100 Subject: [PATCH] Tag a new release 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. --- CMakeLists.txt | 2 +- NEWS.markdown | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3b45bae..33638f5 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 736ec34..4bdc8f1 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 =========== -- 2.43.0