summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 55cda21fa..027d72fec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+3.36.1
+ - symbolic: user-not-tracked bugfix (issue 81)
+ - fullcolor: video-x-generic metaphor (issue 59)
+ - symbolic: color coding of battery states (issue 77)
+ - symbolic: hw disabled states (sam)
+ - symbolic: microphone state icons (sam)
3.36.0
- symbolic: media rtl cleanup (issue 75)
- symbolic: night light more identifiable
diff --git a/configure.ac b/configure.ac
index 245bd4e77..e7491126d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.53)
-AC_INIT([adwaita-icon-theme], [3.36.0],
+AC_INIT([adwaita-icon-theme], [3.36.1],
[http://bugzilla.gnome.org/enter_bug.cgi?product=adwaita-icon-theme])
AC_CANONICAL_HOST
AC_CONFIG_MACRO_DIR([m4])