summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2013-12-26 20:40:19 +0100
committerMarco d'Itri <md@linux.it>2013-12-26 20:40:19 +0100
commite660a2266ffd637065fbb8ad41faaef5223e742a (patch)
treefff9de7029432ff65ab15f14e64165ba9d658347
parent72285df3755cab0164be14879ebf0e19ed614179 (diff)
downloadwhois-e660a2266ffd637065fbb8ad41faaef5223e742a.tar.gz
Debian changelog for 5.1.0v5.1.0
-rw-r--r--config.h2
-rw-r--r--debian/changelog16
-rw-r--r--debian/control2
-rw-r--r--whois.h2
-rw-r--r--whois.spec2
5 files changed, 20 insertions, 4 deletions
diff --git a/config.h b/config.h
index f345074..39d7e1e 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
/* Program version */
-#define VERSION "5.0.26"
+#define VERSION "5.1.0"
/* Configurable features */
diff --git a/debian/changelog b/debian/changelog
index 079406e..c3860e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,19 @@
+whois (5.1.0) unstable; urgency=low
+
+ * Added the .ga, .ml, .pf, .xn--l1acc (.МОН, Mongolia) and
+ .xn--mgba3a4f16a (.ﺍیﺭﺎﻧ, Iran) TLD servers.
+ * Added the servers for 54 "new" gTLDs.
+ * Updated the .bw, .gd, .hn, .sb, .xn--j1amh and .xn--mgberp4a5d4ar
+ TLD servers.
+ * Added new RIPE and APNIC ASN allocations.
+ * Removed the .ck TLD server.
+ * Updated one or more translations.
+ * Applied multiple small fixes contributed by Petr Písař of Red Hat.
+ * Correctly hide the disclaimers for .be and .sx. (Closes: #729366)
+ * Direct queries for private ASN blocks to RIPE. (Closes: #724661)
+
+ -- Marco d'Itri <md@linux.it> Thu, 26 Dec 2013 10:05:43 +0100
+
whois (5.0.26) unstable; urgency=low
* Added the .cf TLD server.
diff --git a/debian/control b/debian/control
index 7435e00..9006ad9 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: whois
Section: net
Priority: standard
Maintainer: Marco d'Itri <md@linux.it>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
Build-Depends: debhelper (>= 5), gettext, libidn11-dev
Vcs-Git: git://github.com/rfc1036/whois.git
Vcs-Browser: https://github.com/rfc1036/whois
diff --git a/whois.h b/whois.h
index 136e395..a9b9a64 100644
--- a/whois.h
+++ b/whois.h
@@ -3,7 +3,7 @@
/* String sent to RIPE servers - MUST NOT BE LONGER THAN FIVE CHARACTERS! */
/* Do *NOT* change it if you don't know what you are doing! */
-#define IDSTRING "Md5.0"
+#define IDSTRING "Md5.1"
#define HIDE_DISABLED -2
#define HIDE_NOT_STARTED -1
diff --git a/whois.spec b/whois.spec
index a2d936a..21ebef3 100644
--- a/whois.spec
+++ b/whois.spec
@@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client
Name: whois
-Version: 5.0.26
+Version: 5.1.0
Release: 1
License: GPL
Vendor: Marco d'Itri <md@linux.it>