---
 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 (li...@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
-- 
2.7.4


-- 
To unsubscribe, send mail to wmaker-dev-unsubscr...@lists.windowmaker.org.

Reply via email to