aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Hilbrich <torsten.hilbrich@gmx.net>2013-05-08 21:19:15 +0200
committerTorsten Hilbrich <torsten.hilbrich@gmx.net>2013-05-08 22:26:16 +0200
commit9ef1672ecd367827381bbbc9af93685980083c5c (patch)
treede64618ba4eb9411ca26739d280dbe5ce217989c
parent2aa47f70149a4b7525c2c6ff6db567b5b377c5b6 (diff)
Version 1.10
-rwxr-xr-xMakefile2
-rwxr-xr-xdeb/changelog7
2 files changed, 8 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b205a66..d84003f 100755
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# -*- Makefile -*-
EMACS=emacs
-VERSION=1.9
+VERSION=1.10
PACKAGE=dictionary
TYPE=comm
XEMACS-PACKAGE=$(PACKAGE)-$(VERSION)-pkg.tar.gz
diff --git a/deb/changelog b/deb/changelog
index aa9814c..3fde5e1 100755
--- a/deb/changelog
+++ b/deb/changelog
@@ -1,3 +1,10 @@
+dictionary (1.10-1) unstable; urgency=low
+
+ * Add some fixes sent by Reuben Thomas
+ * Fix link placement in dictionary-display-word-definition
+
+ -- Torsten Hilbrich <dictionary@myrkr.in-berlin.de> Wed, 08 May 2013 20:21:21 +0200
+
dictionary (1.9-1) unstable; urgency=low
* Include some fixes for Emacs24 based on debian version.