From 35d2c341c84bfae2365439267d08efa270badacf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Wed, 26 Jun 2019 21:24:45 +0200 Subject: Bug fix release 1.5.4 --- Changelog | 5 ++++- configure.ac | 2 +- meson.build | 2 +- 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: [ -- cgit v1.2.3