mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00: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)
|
||||
- Rename sidebar widget to mode-switcher and allow configuration from theme.
|
||||
- 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_HEADER([config.h])
|
||||
|
|
|
@ -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: [
|
||||
|
|
Loading…
Reference in a new issue