HP-UX 11i Release Notes (December 2000)

Compatibility
Known Compatibility Exceptions from HP-UX 11.0 to 11i
Chapter 12228
strftime() Support for Week Number
This change fixes a defect in strftime(). Applications that use the %V
option of strftime() to obtain the week number will find that the
return value is 52 instead of 53 when:
December 31 falls on a Friday, in a non-leap year, when the date
passed in is January 1 or January 2 of that week. Some years affected
include 1999, 2004, and 2032.
December 31 falls on a Saturday, when the date passed in is January
1 of that week. Some years affected include 2005, 2011, 2016, 2022,
2033 and 2039.
Linker Support for PBO of 64-bit Shared Libraries
This change enables 64-bit PBO to function with shared libraries. Only
those who link -noshared instrumented applications and use
HP_LD_FDP_INIT to specify an alternative version of fdp_init.o will be
affected. If this is the case, you will have to use HP_LD_FDP_INIT_NS
instead. If the HP_LD_FDP_INIT_NS environment variable is not set and
fdp_init_ns.o is in the default location, the link will fail with the "file
not found" error message.
DNS Bind
This change is necessary to conform to the behavior found on other
vendor platforms. Those who have tried to edit named.boot could find
the file missing, or if the file exists, they could edit the file and then not
have their changes take effect. This is primarily a system administration
change, but in the rare instance where scripts might be written to edit
named.boot, the scripts would need to be modified to edit named.conf,
both for the new file name and syntax.
NFS Mount Access Control
This change is necessary to conform to de facto industry behavior. The
behavior of access= has been modified to conform to a common behavior.