Skip to content

Commit

Permalink
Whois 1.114 Release (#1518)
Browse files Browse the repository at this point in the history
* Update release to 1.114

* updated changes.txt for whois 1.114 release

* Renamed patch files for 1.114 release
  • Loading branch information
eshryane authored Sep 4, 2024
1 parent 4e5678a commit 1543452
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions changes.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# next

# 1.114

[nrtm] NRTMv4 Key Rotation (#1484)
[update] Return an error if an email address is longer than 80 characters (#1492)
[update] DoS Filter for Update Requests (#1495)
[update] Block IP Filter (#1498)
[update] Use transaction manager per datasource (#1501)
[update] "text" Content Type processed as "text/plain" for Mail Messages (#1515)
[update] Add Warning When Password Authentication is used in Mailupdates (#1511)
[query] Mp-member Attribute is clickable (#1506)

# 1.113.2

[update] Handle multipart/mixed Bounces and Auto-submitted Messages (#1490)

# 1.113.1

[update] validate max references (#1486)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ CREATE TABLE `transfer_update_lock` (
INSERT INTO transfer_update_lock VALUES (0);

TRUNCATE version;
INSERT INTO version VALUES ('internals-1.112');
INSERT INTO version VALUES ('internals-1.114');
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DROP TABLE IF EXISTS `transfer_update_lock`;

TRUNCATE version;
INSERT INTO version VALUES ('whois-1.197');
INSERT INTO version VALUES ('whois-1.114');
2 changes: 1 addition & 1 deletion whois-commons/src/main/resources/whois.version.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# public release version (tagged in repo)
application.version=1.114-SNAPSHOT
application.version=1.114

# commit-id and timestamp (generated by the build)
application.build.timestamp=${maven.build.timestamp}
Expand Down

0 comments on commit 1543452

Please sign in to comment.