summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md7
-rw-r--r--configure.ac2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md
index a095deb..24ed456 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,13 @@
Changelog
=========
+urshd 1.1.1 — 2017-07-25
+------------------------
+
+- fix wrong error handling which resulted in no command being executed at all.
+ This bug slipped into the previous release due to insufficient testing.
+
+
urshd 1.1.0 — 2017-07-25
------------------------
diff --git a/configure.ac b/configure.ac
index bfc608d..aefad87 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([urshd], [1.1.0], [bugs@pengutronix.de])
+AC_INIT([urshd], [1.1.1], [bugs@pengutronix.de])
AC_CONFIG_HEADERS([include/urshd_config.h])
AC_CONFIG_SRCDIR([src/urshd.c])
AC_CONFIG_MACRO_DIR([config/m4])