---
 wmcalc/ChangeLog  | 18 ++++++++++++++++++
 wmcalc/wmcalc_c.h |  2 +-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/wmcalc/ChangeLog b/wmcalc/ChangeLog
index ac00084..3686737 100644
--- a/wmcalc/ChangeLog
+++ b/wmcalc/ChangeLog
@@ -1,5 +1,23 @@
 CHANGE LOG:
 -----------
+0.6    Increase significant digits.  Patch by Antony Gelberg
+        <[email protected]> to fix Debian bug #320597 [1].  Obtained from
+        the Debian package [2].
+       Fix typo in Makefile.  Correctly create the directory
+        /usr/share/man/man1 instead of /usr/share/man/man1/man1.  Obtained
+        from the Debian package [3].
+       Fix manpage spelling.  Avoid Lintian warning in the Debian package.
+        Obtained from [4].
+       Move changelog from README to new ChangeLog file.
+
+       [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=320597
+       [2] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/
+           10_bts-320597_increase_significant_digits.patch/
+       [3] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/
+           fix_makefile_typo.patch/
+       [4] https://sources.debian.net/src/wmcalc/0.5-1/debian/patches/
+           fix_manpage_spelling.patch/
+
 0.5    Add manpage from Debian.
        Update Makefile.
        Switch #include <XKBlib.h> to #include <X11/XKBlib.h>.
diff --git a/wmcalc/wmcalc_c.h b/wmcalc/wmcalc_c.h
index c8d7df8..71fb001 100644
--- a/wmcalc/wmcalc_c.h
+++ b/wmcalc/wmcalc_c.h
@@ -19,7 +19,7 @@
 #define CONFTEMPFILE  "/tmp/wmcalc.tmp"
 #define CONFIGGLOBAL  CONF"/wmcalc.conf"
 #define VER           0
-#define REL           5
+#define REL           6
 
 #define LMASK         100
 #define MMASK         200
-- 
2.1.4


-- 
To unsubscribe, send mail to [email protected].

Reply via email to