summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-06-26 21:24:45 +0200
committerDave Davenport <qball@gmpclient.org>2019-06-26 21:24:45 +0200
commit35d2c341c84bfae2365439267d08efa270badacf (patch)
treebf93205d611060f27dbe96e7ef5c39b2c27e0280
parent14955e5508a74d51e77885107acba5ae71614aad (diff)
Bug fix release 1.5.41.5.4
-rw-r--r--Changelog5
-rw-r--r--configure.ac2
-rw-r--r--meson.build2
3 files changed, 6 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index 13d74164..3015c68c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,7 @@
-v1.5.3: (unreleased)
+v1.5.4: Painful tardiness
+ - SSH: Fix wrong malloc size, causing crash.
+
+v1.5.3: Time delayed progress
- Update manpage with missing entry. (#937)
- Rename sidebar widget to mode-switcher and allow configuration from theme.
- Timing: Moving timing output to glib debug system.
diff --git a/configure.ac b/configure.ac
index f516b981..533b99d9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.5.3-dev], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
+AC_INIT([rofi], [1.5.4], [https://github.com/davatorium/rofi/],[],[https://reddit.com/r/qtools/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
diff --git a/meson.build b/meson.build
index 2da7a286..db764c79 100644
--- a/meson.build
+++ b/meson.build
@@ -1,5 +1,5 @@
project('rofi', 'c',
- version: '1.5.2-dev',
+ version: '1.5.4',
meson_version: '>=0.47.0',
license: [ 'MIT' ],
default_options: [