aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris E Ferron <chris.e.ferron@linux.intel.com>2012-08-15 08:22:03 -0700
committerChris E Ferron <chris.e.ferron@linux.intel.com>2012-08-15 08:22:03 -0700
commit66ed8510021653935c90df5e4c9b66cbbb8f64e1 (patch)
tree0e90ab5201c8ee336df1a115823d12f325ae811c
parentf3f126aed2b39a4eac301db9ff142c9b2ea8427f (diff)
update version and TODO for 2.1 release
-rw-r--r--TODO10
-rw-r--r--configure.ac2
2 files changed, 5 insertions, 7 deletions
diff --git a/TODO b/TODO
index 0882080..3d8fe82 100644
--- a/TODO
+++ b/TODO
@@ -1,13 +1,11 @@
-Needed for 2.1
+Needed for 2.2
----------------------------------
* more translations / strings
-* end user documentation
-
-
-Needed for 2.2
-----------------------------------
+* interactive mode scrolling
+* more end user documentation
* audio calibration? Need appropriate sample
+* reporting for workload mode
Nice to Have
----------------------------------
diff --git a/configure.ac b/configure.ac
index d675616..b8c183f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.68])
-AC_INIT([powertop], [2.0], [powertop@lists.01.org])
+AC_INIT([powertop], [2.1], [powertop@lists.01.org])
AM_INIT_AUTOMAKE([-Wall foreign ])
AC_LANG([C++])
AC_CONFIG_FILES([Makefile src/Makefile traceevent/Makefile po/Makefile.in doc/Makefile])