Skip to content

Commit

Permalink
Prepare the 0.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre-labastie committed Aug 18, 2020
1 parent bfc0ac9 commit 2b0e217
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
blocaled
--------
2020-08-18: version 0.3
Bug fix release
* fix: bug when polkit does not authorize the set-locale action. see issue #3
* tests: add a test for non-authorized set-locale

2019-12-20: version 0.2
Bug fix release
* fix: created settings files are now readable by all when created by
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ([2.60])
AC_INIT([blocaled], [0.2], [https://github.com/pierre-labastie/blocaled/issues], [blocaled], [https://github.com/pierre-labastie/blocaled])
AC_INIT([blocaled], [0.3], [https://github.com/pierre-labastie/blocaled/issues], [blocaled], [https://github.com/pierre-labastie/blocaled])
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz])
AC_PROG_CC_STDC
Expand Down

0 comments on commit 2b0e217

Please sign in to comment.