Commit Graph
6877 Commits
Author SHA1 Message Date
Mark AndrewsandMichał Kępień b3277f2e10 Add CHANGES note for [GL #3487] 2022-09-08 11:27:31 +02:00
Matthijs MekkingandMichał Kępień e394902965 Add CHANGES entry for 3517 2022-09-08 11:24:37 +02:00
Aram SargsyanandMichał Kępień 5b5f2353d4 Add CHANGES note for [GL #3491] 2022-09-08 11:20:34 +02:00
Evan HuntandMichał Kępień 430ee6c427 CHANGES and release notes for CVE-2022-2881 [GL #3493] 2022-09-08 11:15:52 +02:00
Michał Kępień e802beedfc Add CHANGES entry for GL #3394 2022-09-08 11:11:30 +02:00
Michał Kępień 29ed170ba0 Add placeholder entries to CHANGES
Add placeholders for the following issues:

  - [GL #3394]
  - [GL #3487]
  - [GL #3491]
  - [GL #3493]
  - [GL #3517]
2022-09-08 10:42:01 +02:00
Aram SargsyanandMichał Kępień 0b0cf12741 Add CHANGES and release notes for [GL #3459] 2022-09-08 09:15:30 +02:00
Aram Sargsyan 87920661b1 Add CHANGES note for [GL #3518] 2022-09-06 08:55:07 +00:00
Ondřej Surý 0fe7acb4e6 Add CHANGES and release note for [GL #3485] 2022-09-05 10:35:09 +02:00
Aram Sargsyan 362ead8d85 Add CHANGES note for [GL #3515] 2022-09-02 08:16:44 +00:00
Evan Hunt f72bf1375a CHANGES for [GL #3511] 2022-08-31 15:32:37 -07:00
Evan Hunt fea9751f13 CHANGES for [GL #3501] 2022-08-31 11:33:54 -07:00
Aram Sargsyan 0f9d645582 Add CHANGES note for [GL #3410] 2022-08-31 08:56:03 +00:00
Evan HuntandOndřej Surý 92526facb1 CHANGES and release note for [GL #3508] 2022-08-26 09:09:25 +02:00
Matthijs Mekking a98f993da8 Add CHANGES entry for #3500
There is no need for a release because this case was nearly impossible
to trigger (except for when 'sig-signing-type' was set to 0).
2022-08-23 11:04:00 +02:00
Matthijs Mekking 4f2a15b52a Add change entry and release note for #3486
News worthy.
2022-08-22 15:55:47 +02:00
Aram Sargsyan 9885306d9a Add CHANGES not for [GL #3463] 2022-08-19 08:11:42 +00:00
Mark Andrews dc8fcbf013 Add CHANGES entry for [GL !6468] 2022-08-19 14:55:26 +10:00
Artem Boldariev 26a66d095c Modify CHANGES (+http-plain-{get, post} support fix in dig)
This commit modifies the CHANGES file to mention that +http-plain-get
and +http-plain-post options support in dig was fixed.
2022-08-18 13:43:00 +03:00
Michal Nowak ffcee7c5b7 Merge tag 'v9_19_4'
BIND 9.19.4
2022-08-18 11:29:56 +02:00
Aram Sargsyan 809dd3298c Add placeholder for [GL #3491] 2022-08-18 09:07:52 +00:00
Aram Sargsyan 144fcc387a Add CHANGES note for [GL #3492] 2022-08-15 11:45:18 +00:00
Matthijs Mekking fece593403 Add change and release note for #3381
Because folks want to know.
2022-08-15 11:44:20 +02:00
Mark Andrews 4906beef98 Add placeholders for [GL #3487] 2022-08-15 10:26:27 +10:00
Evan Hunt 9d9bd3ace2 fix overflow error in mem_putstats()
an integer overflow could cause an assertion failure when
freeing memory.
2022-08-09 10:59:43 -07:00
Aram Sargsyan 7539b70fc6 Add CHANGES note for [GL #3467] 2022-08-09 08:21:10 +00:00
Matthijs Mekking d6ea003990 Add release note and change entry for #2982
News worthy.
2022-08-09 09:14:53 +02:00
Aram Sargsyan bc5e472484 Add CHANGES note for [GL #3478] 2022-08-08 10:47:44 +00:00
Michał Kępień 53c43541aa Add a CHANGES marker 2022-08-04 23:29:55 +02:00
Aram Sargsyan 50d57a7551 Add CHANGES and release notes for [GL #3461] 2022-08-01 13:49:46 +00:00
Mark Andrews 5bbbecc88a CHANGES note for [GL #3469] 2022-07-25 10:32:47 -04:00
Matthijs Mekking 113dcd124e Add change entry and release note for #3462
News worthy.
2022-07-25 16:05:29 +02:00
Aram Sargsyan e991c69bc4 Add CHANGES note for [GL #3419] 2022-07-22 09:37:05 +00:00
Aram Sargsyan a8dea1d1ad Add CHANGES note for [GL #3407] 2022-07-22 08:35:35 +00:00
Michal Nowak fbe864cbea Merge tag 'v9_19_3'
BIND 9.19.3
2022-07-21 11:48:25 +02:00
Evan Hunt 8c3fdecd73 CHANGES and release note for [GL #2918] 2022-07-20 11:57:41 -07:00
Mark Andrews d3676262f3 Add placeholder for [GL #3460] 2022-07-19 12:39:29 +10:00
Evan Hunt e1c81f9b1b remove unnecessary assertion in dns_dispatch_connect()
When a thread calls dns_dispatch_connect() on an unconnected TCP socket
it sets `tcpstate` from `DNS_DISPATCHSTATE_NONE` to `_CONNECTING`.
Previously, it then INSISTed that there were no pending connections
before calling isc_nm_tcpdnsconnect().

If a second thread called dns_dispatch_connect() during that window
of time, it could add a pending connection to the list, and trigger
an assertion failure.

This commit removes the INSIST since the condition is actually
harmless.
2022-07-14 16:31:01 -07:00
Ondřej Surý 6e71fd2a88 Add CHANGES note for [GL #3451] 2022-07-14 14:34:53 +02:00
Michał Kępień cfa398ad37 Add CHANGES entry and release note for GL #3439 2022-07-13 10:31:16 +02:00
Evan Hunt df1d81cf96 log the reason for falling back to AXFR from IXFR at level info
messages indicating the reason for a fallback to AXFR (i.e, because
the requested serial number is not present in the journal, or because
the size of the IXFR response would exceeed "max-ixfr-ratio") are now
logged at level info instead of debug(4).
2022-07-12 16:02:54 -07:00
Matthijs Mekking 689215a675 Add release note and change entry for #3438
Bug worth mentioning.
2022-07-12 11:29:39 +02:00
Mark Andrews 09d8ed3970 Add CHANGES note for [GL #3389] 2022-07-12 17:14:11 +10:00
Mark Andrews be88c583bd Add CHANGES not for [GL #3440] 2022-07-12 13:29:07 +10:00
Ondřej Surý 51b0c3cbb8 Add CHANGES and release note for [GL #3423] 2022-07-11 12:26:37 +02:00
Michał Kępień de3f82fedf Add a CHANGES marker 2022-07-07 15:20:57 +02:00
Evan Hunt 52bab72e84 CHANGES and release note for [GL #665] 2022-07-06 19:46:50 -07:00
Mark Andrews 761728810c Add CHANGES note for [GL #3433] 2022-07-07 10:12:14 +10:00
Mark Andrews e0708c8950 Add CHANGES note for [GL #3061] 2022-07-07 09:54:48 +10:00
Evan Hunt 43e38a21ef CHANGES for [GL #3152] 2022-07-06 14:16:08 -07:00