Skip to content

Commit

Permalink
Bug fix release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveDavenport committed Jun 26, 2019
1 parent 14955e5 commit 35d2c34
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -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])
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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: [
Expand Down

0 comments on commit 35d2c34

Please sign in to comment.