summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog13
-rwxr-xr-xdebian/rules2
2 files changed, 14 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index bf5fa59..c19264e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,16 @@
+whois (5.0.0) unstable; urgency=low
+
+ * Added optional support for automatically transcoding the output of
+ servers. (Closes: #363366, #402356)
+ * Automatically add --show-handles to queries for .dk domains.
+ * Normalize the querystring and convert it to punycode even if a server
+ is specified on the command line.
+ * Updated the .id, .is, .my, .sb and .tj TLD servers.
+ * Removed the .mm, .pw, .sr and .tp TLD servers.
+ * Cleaned up the horrible strings manipulation code. (Closes: #131924)
+
+ -- Marco d'Itri <md@linux.it> Sun, 20 Dec 2009 03:01:40 +0100
+
whois (4.7.37) unstable; urgency=medium
* Added new ASN allocations.
diff --git a/debian/rules b/debian/rules
index 09fceb8..558b921 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ VERSION := $(shell dpkg-parsechangelog | sed -n 's/\+.*$$//; /^Version/s/.* //p'
build:
dh_testdir
- $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_LIBIDN=1
+ $(MAKE) CONFIG_FILE="/etc/whois.conf" HAVE_LIBIDN=1 HAVE_ICONV=1
cd po && $(MAKE) whois.pot
touch $@