git: Numbering changes for master -> 4.9.

Thomas Nikolajsen thomas.nikolajsen at mail.dk
Wed Mar 15 09:32:51 PDT 2017


In sys/sys/param.h __DragonFly_version isn't changed, new version is only added to comment.
Is this as intended?

Same applies for rel4.8 commit: git: DragonFly_RELEASE_4_8 Numbering changes to name 4.8 branch correctly.
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d3a104b2c0221de6badf8943a0a978176cb39e67

 -thomas
-
commit bfc783d020e848bc342352dd967d96a438852b91
Author: Justin C. Sherrill <justin at shiningsilence.com>
Date:   Sat Mar 11 20:43:50 2017 -0500

    Numbering changes for master -> 4.9.

Summary of changes:
 contrib/mdocml/config.h           | 2 +-
 gnu/usr.bin/groff/tmac/mdoc.local | 3 ++-
 sys/conf/newvers.sh               | 2 +-
 sys/sys/param.h                   | 2 ++
 4 files changed, 6 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bfc783d020e848bc342352dd967d96a438852b91
..
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 6a50a26..073ce34 100644 (file)
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -148,6 +148,8 @@
  * 400711 - move lwp syscalls to sys/lwp.h
  * 400712 - restore lwp syscalls (except lwp_create*) declaration
  * 400713 - add sysctl kern.cp_times
+ * 400800 - 4.8 release
+ * 400900 - 4.9 development
  */
 #undef __DragonFly_version
 #define __DragonFly_version 400713     /* propagated to newvers */



More information about the Commits mailing list