2
0
mirror of https://gitlab.isc.org/isc-projects/dhcp synced 2025-08-23 02:17:31 +00:00

Fix two typos in relnotes.

This commit is contained in:
David Hankins 2009-10-16 22:54:22 +00:00
parent 0493fdca5e
commit 571c38b093

View File

@ -91,7 +91,7 @@ work on other platforms. Please report any problems and suggested fixes to
- Update the code to deal with GCC 4.3. This included two sets of changes. - Update the code to deal with GCC 4.3. This included two sets of changes.
The first is to the configuration files to include the use of The first is to the configuration files to include the use of
AC_USE_SYSTME_EXTENSIONS. The second is to deal with return values that AC_USE_SYSTEM_EXTENSIONS. The second is to deal with return values that
were being ignored. were being ignored.
- The db-time-format option was documented in manpages. - The db-time-format option was documented in manpages.
@ -199,7 +199,7 @@ work on other platforms. Please report any problems and suggested fixes to
precedence. This fixes two bugs, one where host scoped configuration precedence. This fixes two bugs, one where host scoped configuration
would not be included from a non-fixed-address6 host record, and the equal would not be included from a non-fixed-address6 host record, and the equal
and opposite bug where subnet6 scoped configuration would not be used when and opposite bug where subnet6 scoped configuration would not be used when
over-riding vlaues were not present in a matching fixed-address6 host over-riding values were not present in a matching fixed-address6 host
configuration. configuration.
- ./configure now checks to ensure the intX_t and u_intX_t types are defined, - ./configure now checks to ensure the intX_t and u_intX_t types are defined,