Skip to content

Commit 1c9d698

Browse files
committed
Release version 0.3.2
1 parent a39c7fb commit 1c9d698

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

NEWS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
## 0.3.2 - ??.??.??
1+
## 0.3.2 - 02.01.20
22
* General:
3+
* Zatacka X can now be installed with `make install`.
34
* The configuration file is now stored in
45
`$XDG_CONFIG_HOME/zatackax`, or in `$HOME/.config/zatackax` if
56
`$XDG_CONFIG_HOME` is unset.
7+
* Scroll Lock is now a valid button choice.
8+
* Various code fixes and cleanups.
69

710
## 0.3.1 - 04.02.18
811
* Bugs:

configure

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! /bin/sh
22
# Guess values for system-dependent variables and create Makefiles.
3-
# Generated by GNU Autoconf 2.69 for Zatacka X 0.3.1.
3+
# Generated by GNU Autoconf 2.69 for Zatacka X 0.3.2.
44
#
55
# Report bugs to <simenheg@gmail.com>.
66
#
@@ -580,8 +580,8 @@ MAKEFLAGS=
580580
# Identity of this package.
581581
PACKAGE_NAME='Zatacka X'
582582
PACKAGE_TARNAME='zatackax'
583-
PACKAGE_VERSION='0.3.1'
584-
PACKAGE_STRING='Zatacka X 0.3.1'
583+
PACKAGE_VERSION='0.3.2'
584+
PACKAGE_STRING='Zatacka X 0.3.2'
585585
PACKAGE_BUGREPORT='simenheg@gmail.com'
586586
PACKAGE_URL='https://github.com/simenheg/zatackax'
587587

@@ -1277,7 +1277,7 @@ if test "$ac_init_help" = "long"; then
12771277
# Omit some internal or obsolete options to make the list less imposing.
12781278
# This message is too long to be a string in the A/UX 3.1 sh.
12791279
cat <<_ACEOF
1280-
\`configure' configures Zatacka X 0.3.1 to adapt to many kinds of systems.
1280+
\`configure' configures Zatacka X 0.3.2 to adapt to many kinds of systems.
12811281
12821282
Usage: $0 [OPTION]... [VAR=VALUE]...
12831283
@@ -1344,7 +1344,7 @@ fi
13441344

13451345
if test -n "$ac_init_help"; then
13461346
case $ac_init_help in
1347-
short | recursive ) echo "Configuration of Zatacka X 0.3.1:";;
1347+
short | recursive ) echo "Configuration of Zatacka X 0.3.2:";;
13481348
esac
13491349
cat <<\_ACEOF
13501350
@@ -1436,7 +1436,7 @@ fi
14361436
test -n "$ac_init_help" && exit $ac_status
14371437
if $ac_init_version; then
14381438
cat <<\_ACEOF
1439-
Zatacka X configure 0.3.1
1439+
Zatacka X configure 0.3.2
14401440
generated by GNU Autoconf 2.69
14411441
14421442
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1859,7 +1859,7 @@ cat >config.log <<_ACEOF
18591859
This file contains any messages produced by compilers while
18601860
running configure, to aid debugging if configure makes a mistake.
18611861
1862-
It was created by Zatacka X $as_me 0.3.1, which was
1862+
It was created by Zatacka X $as_me 0.3.2, which was
18631863
generated by GNU Autoconf 2.69. Invocation command line was
18641864
18651865
$ $0 $@
@@ -2722,7 +2722,7 @@ fi
27222722

27232723
# Define the identity of the package.
27242724
PACKAGE='zatackax'
2725-
VERSION='0.3.1'
2725+
VERSION='0.3.2'
27262726

27272727

27282728
cat >>confdefs.h <<_ACEOF
@@ -5444,7 +5444,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
54445444
# report actual input values of CONFIG_FILES etc. instead of their
54455445
# values after options handling.
54465446
ac_log="
5447-
This file was extended by Zatacka X $as_me 0.3.1, which was
5447+
This file was extended by Zatacka X $as_me 0.3.2, which was
54485448
generated by GNU Autoconf 2.69. Invocation command line was
54495449
54505450
CONFIG_FILES = $CONFIG_FILES
@@ -5502,7 +5502,7 @@ _ACEOF
55025502
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
55035503
ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
55045504
ac_cs_version="\\
5505-
Zatacka X config.status 0.3.1
5505+
Zatacka X config.status 0.3.2
55065506
configured by $0, generated by GNU Autoconf 2.69,
55075507
with options \\"\$ac_cs_config\\"
55085508

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([Zatacka X], [0.3.1], [simenheg@gmail.com], [zatackax],
5+
AC_INIT([Zatacka X], [0.3.2], [simenheg@gmail.com], [zatackax],
66
[https://github.com/simenheg/zatackax])
77
AM_INIT_AUTOMAKE([foreign subdir-objects])
88
AC_CONFIG_SRCDIR([src/zatackax.c])

0 commit comments

Comments
 (0)