Skip to content

Commit 08402a6

Browse files
Prepare 0.7 release
1 parent 3efef86 commit 08402a6

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
Alexandre Rostovtsev <[email protected]> wrote openrc-settings
22
Pierre Labastie <[email protected]> extracted and amended blocaled
33
Douglas R. Reno <[email protected]> provided bug fixes
4+
Sébastien Pondichy <[email protected]> provided port to musl

NEWS

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
blocaled
22
--------
3-
xxxx-xx-xx: version 0.7
3+
2025-01-03: version 0.7
44
Bug fix release
55
* fix: Allow running the tests when LANG is set to a non English locale
66
(Pierre Labastie)
7-
* fix: Fix running tests under the musl library (Sebastien Pondichy)
7+
* fix: Fix running tests under the musl library (Sébastien Pondichy)
88

99
2024-08-05: version 0.6
1010
Feature release
11-
* fix: Fix compiler warnings regarding dangling elses (Douglas Reno)
12-
* fix: Fix compiler warnings regarding unused variables (Douglas Reno)
11+
* fix: Fix compiler warnings regarding dangling elses (Douglas R. Reno)
12+
* fix: Fix compiler warnings regarding unused variables (Douglas R. Reno)
1313
* fix: Fix compiler warnings regarding labels defined but not used
14-
(Douglas Reno)
14+
(Douglas R. Reno)
1515
* feature: have all the error messages from dbus method sent to caller
1616
(Pierre Labastie)
1717
* build: update an obsolete macro in configure.ac (Pierre Labastie)

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.6], [https://github.com/lfs-book/blocaled/issues], [blocaled], [https://github.com/lfs-book/blocaled])
2+
AC_INIT([blocaled], [0.7], [https://github.com/lfs-book/blocaled/issues], [blocaled], [https://github.com/lfs-book/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

0 commit comments

Comments
 (0)