Skip to content

Commit

Permalink
Released version 0.4.1.
Browse files Browse the repository at this point in the history
The --daemon option has been fixed to properly work with sandboxing.
The process is split early on so no further system calls have been
added to stage 2.

This version adds runtime debug support to display debug messages on
standard error output.  This is the same as the previous debug
configure option during build.

Signed-off-by: Tobias Stoeckmann <[email protected]>
  • Loading branch information
stoeckmann committed Dec 17, 2018
1 parent 324d173 commit 0cb16a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.69])
AC_INIT([xwallpaper], [0.4.0], [[email protected]])
AC_INIT([xwallpaper], [0.4.1], [[email protected]])
AC_CONFIG_SRCDIR([Makefile.am])
AC_CONFIG_HEADERS([config.h])

Expand Down
4 changes: 2 additions & 2 deletions xwallpaper.1
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.Dd December 11, 2018
.Dd December 17, 2018
.Dt XWALLPAPER 1
.Os xwallpaper 0.4.0
.Os xwallpaper 0.4.1
.Sh NAME
.Nm xwallpaper
.Nd wallpaper setting utility for X
Expand Down

0 comments on commit 0cb16a8

Please sign in to comment.