Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
zen-tools committed Jul 7, 2020
1 parent 6e2ce0f commit 32ad1ac
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([gxkb], [0.8.1], [poltavchenko.dmitriy@gmail.com], [gxkb], [https://zen-tools.github.io/gxkb])
AC_INIT([gxkb], [0.8.2], [poltavchenko.dmitriy@gmail.com], [gxkb], [https://zen-tools.github.io/gxkb])
AM_INIT_AUTOMAKE([-Wall -Werror foreign ])
AC_CONFIG_SRCDIR([src/gxkb.c])
AC_CONFIG_HEADERS([src/config.h])
Expand Down Expand Up @@ -53,7 +53,7 @@ AC_SUBST(APPINDICATOR_CFLAGS)
AC_SUBST(APPINDICATOR_LIBS)

AC_DEFINE(AUTHORS, ["Dmitriy Poltavchenko <poltavchenko.dmitriy@gmail.com>\nMichael Ivanchenko <ivanchenko.michael.work@gmail.com>"], [list of authors])
AC_DEFINE(COPYRIGHT, ["Copyright (C) 2013-2019 Dmitriy Poltavchenko"], [copyright])
AC_DEFINE(COPYRIGHT, ["Copyright (C) 2013-2020 Dmitriy Poltavchenko"], [copyright])
AC_DEFINE(DESCRIPTION, ["X11 Keyboard switcher"], [description])

AC_DEFINE(WNCK_I_KNOW_THIS_IS_UNSTABLE, 1, [libwnck is happy with this])
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
gxkb (0.8.2) unstable; urgency=medium

* Fixed segfault after executing setxkbmap
* Fixed ftbfs with GCC-10
* Fixed recursion in xkb_config_xkl_state_changed
* Merged ayatana-appindicator.patch from Debian

-- Dmitriy Poltavchenko <poltavchenko.dmitriy@gmail.com> Tue, 07 Jul 2020 11:33:56 +0300

gxkb (0.8.1) unstable; urgency=medium

* Added icon cache for trayicon.
Expand Down
7 changes: 7 additions & 0 deletions doc/NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
July 07 2020:
Version gxkb 0.8.2 released.
* Fixed segfault after executing setxkbmap
* Fixed ftbfs with GCC-10
* Fixed recursion in xkb_config_xkl_state_changed
* Merged ayatana-appindicator.patch from Debian

January 09 2019:
Version gxkb 0.8.1 released.
* Added icon cache for trayicon.
Expand Down
2 changes: 1 addition & 1 deletion man/gxkb.1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
.\" man page originally for the Debian/GNU Linux system
.TH GXKB "1" "January 2019" "gxkb 0.8.1" "User Commands"
.TH GXKB "1" "July 2020" "gxkb 0.8.2" "User Commands"
.SH "NAME"
gxkb \- X11 keyboard indicator and switcher.
.SH "SYNOPSIS"
Expand Down

0 comments on commit 32ad1ac

Please sign in to comment.