From efb171a5dc86e101c53f88d7795ea646a1b984b8 Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Mon, 27 Feb 2017 20:50:46 -0500 Subject: [PATCH] cnslock: Bump to version 1.03. --- cnslock/CHANGES | 7 +++++++ cnslock/cnslock.c | 3 ++- cnslock/configure.ac | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/cnslock/CHANGES b/cnslock/CHANGES index 4692af2..60acd5a 100644 --- a/cnslock/CHANGES +++ b/cnslock/CHANGES @@ -1,3 +1,10 @@ +cnslock 1.03 (27th February 2017) + * Complete rewrite using libdockapp. No longer functioned as a dockapp + using modern GDK 2.0. + * Switch to autotools. + * Add manpage. + * Add desktop entry file. + cnslock 1.02 (27th October 2002) * Added feature to allow applet to be run in window managers such as diff --git a/cnslock/cnslock.c b/cnslock/cnslock.c index 6c2b951..75a7915 100644 --- a/cnslock/cnslock.c +++ b/cnslock/cnslock.c @@ -1,5 +1,6 @@ -/* csnlock v1.02 +/* cnslock * Copyright (C) 2002 Simon Hunter (lists@sprig.dyn.dhs.org) + * Copyright (C) 2017 Window Maker Team (wmaker-dev@lists.windowmaker.org) * * cnslock is a dock application that displays the current state of the * three lock keys (caps, num, and scroll) diff --git a/cnslock/configure.ac b/cnslock/configure.ac index 27c9468..99db453 100644 --- a/cnslock/configure.ac +++ b/cnslock/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cnslock], [1.02], [wmaker-dev@lists.windowmaker.org]) +AC_INIT([cnslock], [1.03], [wmaker-dev@lists.windowmaker.org]) AM_INIT_AUTOMAKE([foreign]) AC_CONFIG_SRCDIR([configure.ac]) AC_PROG_CC