Module Name: src Committed By: jdolecek Date: Sun Jun 9 18:46:51 UTC 2024
Modified Files: src/doc: CHANGES Log Message: note Juergen's pthread memory leak fix in CHANGES PR lib/57831 To generate a diff of this commit: cvs rdiff -u -r1.3061 -r1.3062 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.3061 src/doc/CHANGES:1.3062 --- src/doc/CHANGES:1.3061 Fri May 31 21:07:40 2024 +++ src/doc/CHANGES Sun Jun 9 18:46:51 2024 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3061 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.3062 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -415,3 +415,4 @@ Changes from NetBSD 10.0 to NetBSD 11.0: mkhybrid: Import mkhybrid from OpenBSD 7.3 as a tool to create ISO9660/HFS hybrid ISO images for mac68k and macppc. [tsutsui 20240531] + pthread(3): Fix memory leak in pthread_create(). [hannken 20240608]