mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Debian changelog for 5.1.0
This commit is contained in:
parent
72285df375
commit
e660a2266f
2
config.h
2
config.h
@ -1,5 +1,5 @@
|
||||
/* Program version */
|
||||
#define VERSION "5.0.26"
|
||||
#define VERSION "5.1.0"
|
||||
|
||||
/* Configurable features */
|
||||
|
||||
|
||||
16
debian/changelog
vendored
16
debian/changelog
vendored
@ -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
2
debian/control
vendored
@ -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
|
||||
|
||||
2
whois.h
2
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
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user