Debian changelog for 5.1.0

This commit is contained in:
Marco d'Itri 2013-12-26 20:40:19 +01:00
parent 72285df375
commit e660a2266f
5 changed files with 20 additions and 4 deletions

View File

@ -1,5 +1,5 @@
/* Program version */
#define VERSION "5.0.26"
#define VERSION "5.1.0"
/* Configurable features */

16
debian/changelog vendored
View File

@ -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.

2
debian/control vendored
View File

@ -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

View File

@ -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

View File

@ -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>