Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc Add `remove arc4random' to mythical libc major bump...



details:   https://anonhg.NetBSD.org/src/rev/317b49b17f6e
branches:  trunk
changeset: 796878:317b49b17f6e
user:      riastradh <riastradh%NetBSD.org@localhost>
date:      Mon Jun 23 14:14:10 2014 +0000

description:
Add `remove arc4random' to mythical libc major bump todo list.

diffstat:

 lib/libc/shlib_version |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 0fe118de81db -r 317b49b17f6e lib/libc/shlib_version
--- a/lib/libc/shlib_version    Mon Jun 23 12:48:42 2014 +0000
+++ b/lib/libc/shlib_version    Mon Jun 23 14:14:10 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: shlib_version,v 1.252 2014/06/18 17:47:58 christos Exp $
+#      $NetBSD: shlib_version,v 1.253 2014/06/23 14:14:10 riastradh Exp $
 #      Remember to update distrib/sets/lists/base/shl.* when changing
 #
 # things we wish to do on next major version bump:
@@ -40,5 +40,6 @@
 # - consolidate ownership with crt0.o and avoid common symbols
 # - redo stdin/stdout/stderr to not require copy relocations
 # - move gethostbyname to a compat library
+# - remove arc4random(3) API
 major=12
 minor=192



Home | Main Index | Thread Index | Old Index