Bug fix release 1.5.4

This commit is contained in:
Dave Davenport 2019-06-26 21:24:45 +02:00
parent 14955e5508
commit 35d2c341c8
3 changed files with 6 additions and 3 deletions

View file

@ -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.

View file

@ -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])

View file

@ -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: [