summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <r.hieber@pengutronix.de>2017-07-25 23:34:15 +0200
committerRoland Hieber <r.hieber@pengutronix.de>2017-07-25 23:34:15 +0200
commit157768e36bbbe471e68abc2ed2dca74137534d9c (patch)
tree431fc210dac13bda4bef7760fcaea9e700fc83f4
parentb1a0745a6ccd479d4cf00e7c545e83453e536657 (diff)
downloadurshd-master.tar.gz
urshd-master.tar.xz
bug-fix release 1.1.1HEADurshd-1.1.1master
Signed-off-by: Roland Hieber <r.hieber@pengutronix.de>
-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])