cnslock: Bump to version 1.03.
This commit is contained in:
parent
93c3d0ca7e
commit
efb171a5dc
|
@ -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)
|
cnslock 1.02 (27th October 2002)
|
||||||
|
|
||||||
* Added feature to allow applet to be run in window managers such as
|
* Added feature to allow applet to be run in window managers such as
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
/* csnlock v1.02
|
/* cnslock
|
||||||
* Copyright (C) 2002 Simon Hunter (lists@sprig.dyn.dhs.org)
|
* 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
|
* cnslock is a dock application that displays the current state of the
|
||||||
* three lock keys (caps, num, and scroll)
|
* three lock keys (caps, num, and scroll)
|
||||||
|
|
|
@ -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])
|
AM_INIT_AUTOMAKE([foreign])
|
||||||
AC_CONFIG_SRCDIR([configure.ac])
|
AC_CONFIG_SRCDIR([configure.ac])
|
||||||
AC_PROG_CC
|
AC_PROG_CC
|
||||||
|
|
Loading…
Reference in a new issue