summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.h2
-rw-r--r--debian/changelog6
-rw-r--r--ip_del_list6
-rw-r--r--whois.spec2
4 files changed, 11 insertions, 5 deletions
diff --git a/config.h b/config.h
index 0c93b3c..2b59d39 100644
--- a/config.h
+++ b/config.h
@@ -1,5 +1,5 @@
/* Program version */
-#define VERSION "5.0.9"
+#define VERSION "5.0.10"
/* Configurable features */
diff --git a/debian/changelog b/debian/changelog
index 40f8cb4..78ed432 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+whois (5.0.10) unstable; urgency=medium
+
+ * Added new IPv4 allocations.
+
+ -- Marco d'Itri <md@linux.it> Tue, 30 Nov 2010 23:51:59 +0100
+
whois (5.0.9) unstable; urgency=low
* Added new IPv4 allocations.
diff --git a/ip_del_list b/ip_del_list
index 3ea4496..3e92afd 100644
--- a/ip_del_list
+++ b/ip_del_list
@@ -9,14 +9,13 @@
0.0.0.0/8 UNKNOWN
1.0.0.0/8 apnic
2.0.0.0/8 ripe
-5.0.0.0/8 UNALLOCATED
+5.0.0.0/8 ripe
14.0.0.0/8 apnic
-23.0.0.0/8 UNALLOCATED
24.132.0.0/14 ripe
27.0.0.0/8 apnic
31.0.0.0/8 ripe
36.0.0.0/8 apnic
-37.0.0.0/8 UNALLOCATED
+37.0.0.0/8 ripe
39.0.0.0/8 UNALLOCATED
41.0.0.0/8 afrinic
42.0.0.0/8 apnic
@@ -39,6 +38,7 @@
78.0.0.0/7 ripe
80.0.0.0/4 ripe # => 95.255.255.255
96.0.0.0/6 arin # => 99.255.255.255
+100.0.0.0/8 arin
101.0.0.0/8 apnic
105.0.0.0/8 afrinic
107.0.0.0/8 arin
diff --git a/whois.spec b/whois.spec
index 88f2865..59833a7 100644
--- a/whois.spec
+++ b/whois.spec
@@ -1,6 +1,6 @@
Summary: Enhanced WHOIS client
Name: whois
-Version: 5.0.9
+Version: 5.0.10
Release: 1
License: GPL
Vendor: Marco d'Itri <md@linux.it>