Skip to content

Commit 72d39a7

Browse files
Prepare v0.2
1 parent 6592e08 commit 72d39a7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

NEWS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
blocaled
22
--------
3+
2019-12-20: version 0.2
4+
Bug fix release
5+
* fix: created settings file are now readable by all when created by
6+
the daemon
7+
38
2019-12-08: version 0.1
49
First release of blocaled, an implementation of the localed D-Bus service
510
* Remove: other daemons (timedated and hostnamed)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.60])
2-
AC_INIT([blocaled], [0.1], [https://github.com/pierre-labastie/blocaled/issues], [blocaled], [https://github.com/pierre-labastie/blocaled])
2+
AC_INIT([blocaled], [0.2], [https://github.com/pierre-labastie/blocaled/issues], [blocaled], [https://github.com/pierre-labastie/blocaled])
33
AC_CONFIG_SRCDIR([src/main.c])
44
AM_INIT_AUTOMAKE([check-news foreign 1.11 -Wall -Wno-portability silent-rules tar-pax no-dist-gzip dist-xz])
55
AC_PROG_CC_STDC

0 commit comments

Comments
 (0)