mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Bug fix release 1.5.4
This commit is contained in:
parent
14955e5508
commit
35d2c341c8
3 changed files with 6 additions and 3 deletions
|
@ -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)
|
- Update manpage with missing entry. (#937)
|
||||||
- Rename sidebar widget to mode-switcher and allow configuration from theme.
|
- Rename sidebar widget to mode-switcher and allow configuration from theme.
|
||||||
- Timing: Moving timing output to glib debug system.
|
- Timing: Moving timing output to glib debug system.
|
||||||
|
|
|
@ -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_SRCDIR([source/rofi.c])
|
||||||
AC_CONFIG_HEADER([config.h])
|
AC_CONFIG_HEADER([config.h])
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
project('rofi', 'c',
|
project('rofi', 'c',
|
||||||
version: '1.5.2-dev',
|
version: '1.5.4',
|
||||||
meson_version: '>=0.47.0',
|
meson_version: '>=0.47.0',
|
||||||
license: [ 'MIT' ],
|
license: [ 'MIT' ],
|
||||||
default_options: [
|
default_options: [
|
||||||
|
|
Loading…
Reference in a new issue