aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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])