SHA256
1
0
forked from pool/bind

version 9.9.1

OBS-URL: https://build.opensuse.org/package/show/network/bind?expand=0&rev=87
This commit is contained in:
Uwe Gansert
2012-05-22 08:08:00 +00:00
committed by Git OBS Bridge
parent 766b6fb925
commit 8a196b5476
6 changed files with 33 additions and 32 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue May 22 10:04:42 CEST 2012 - ug@suse.de
- this version has no new features but only bugfixes
- Addresses a race condition that can cause named to to crash when
the masters list for a zone is updated via rndc reload/reconfig
- Fixes a race condition in zone.c that can cause named to crash
during the processing of rndc delzone
- Prevents a named segfault from resolver.c due to procedure
fctx_finddone() not being thread-safe
- SDB now handles unexpected errors from back-end database drivers
gracefully instead of exiting on an assert.
- Prevents named crashes as a result of dereferencing a NULL pointer
in zmgr_start_xfrin_ifquota if the zone was being removed while
there were zone transfers still pending
- Corrects a parser bug that could cause named to crash while
reading a malformed zone file
- many more smaller fixes
- version 9.9.1
-------------------------------------------------------------------
Thu May 10 13:44:54 CEST 2012 - ug@suse.de