Source-Changes-HG archive

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

[src/trunk]: src/lib/libpuffs Add some comments on how to act when major is b...



details:   https://anonhg.NetBSD.org/src/rev/a8804df77755
branches:  trunk
changeset: 748226:a8804df77755
user:      pooka <pooka%NetBSD.org@localhost>
date:      Sat Oct 17 21:36:02 2009 +0000

description:
Add some comments on how to act when major is bumped the next time.

diffstat:

 lib/libpuffs/shlib_version |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5381fa8108ce -r a8804df77755 lib/libpuffs/shlib_version
--- a/lib/libpuffs/shlib_version        Sat Oct 17 20:46:03 2009 +0000
+++ b/lib/libpuffs/shlib_version        Sat Oct 17 21:36:02 2009 +0000
@@ -1,4 +1,12 @@
-#      $NetBSD: shlib_version,v 1.2 2009/01/11 03:07:49 christos Exp $
+#      $NetBSD: shlib_version,v 1.3 2009/10/17 21:36:02 pooka Exp $
+#
+
+#
+# NOTE!
+#
+#  next time major is bumped:
+#    1) enable puffs_ops_spare
+#    2) get rid of PUFFS_DEVEL_LIBVERSION
 #
 major=1
 minor=0



Home | Main Index | Thread Index | Old Index