Module Name: src
Committed By: pgoyette
Date: Tue Mar 6 00:15:24 UTC 2018
Modified Files:
src/doc: BRANCHES
Log Message:
Add new branch pgoyette-compat for cleaning up the compat modules
While here, note that prg-localcount2 core content was merged a
while ago, and no further activity is expected.
To generate a diff of this commit:
cvs rdiff -u -r1.344 -r1.345 src/doc/BRANCHES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/BRANCHES
diff -u src/doc/BRANCHES:1.344 src/doc/BRANCHES:1.345
--- src/doc/BRANCHES:1.344 Wed Nov 8 20:24:53 2017
+++ src/doc/BRANCHES Tue Mar 6 00:15:24 2018
@@ -1,4 +1,4 @@
-# $NetBSD: BRANCHES,v 1.344 2017/11/08 20:24:53 matt Exp $
+# $NetBSD: BRANCHES,v 1.345 2018/03/06 00:15:24 pgoyette Exp $
#
# This file contains a list of branches that exist in the NetBSD CVS
# tree and their current state.
@@ -887,10 +887,25 @@ Scope: src/sys and src/common
Notes: Used as experiment sandbox and if successful hopefully one day
to be integrated.
+Branch: pgoyette-compat
+Description: clean-up of compat module
+Status: Active
+Start Date: Tues Mar 6, 2018
+End Date:
+Base Tag: pgoyette-compat-base
+Maintainer: pgoyette
+Scope: src/
+Notes:
+
+
+########################################################################
+# Individual developers' branches (Terminated):
+########################################################################
+
Branch: prg-localcount2
Description: Implement localcount reference counting as proposed by
riastradh@ - supersedes abandonded pgoyette-localcount
-Status: Active
+Status: Suspended - core of the changes were merged to HEAD
Start Date: Wed Apr 26 2017
End Date:
Base Tag: prg-localcount2-base
@@ -898,11 +913,6 @@ Maintainer: pgoyette
Scope: src/sys/
Notes:
-
-########################################################################
-# Individual developers' branches (Terminated):
-########################################################################
-
Branch: pgoyette-localcount
Description: Implement localcount reference counting as proposed by
riastradh@