diff options
author | Roy Marples <roy@marples.name> | 2007-08-20 13:32:31 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-08-20 13:32:31 +0000 |
commit | dc5e26e056d5c08450cdcad6d935c6fe4042bf88 (patch) | |
tree | 9a9c8fe4c13b92584a7d79540e10a9388740a298 | |
parent | 4a8feebc1b359a64b2128d5c3ffc676c86678238 (diff) |
rc3
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | Makefile | 3 |
2 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,8 @@ # ChangeLog for Gentoo System Intialization ("rc") scripts # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPLv2 +* baselayout-2.0.0_rc3 (20 Aug 2007) + 20 Aug 2007; Roy Marples <uberlord@gentoo.org>: As discussed on the -dev ml, RC_DEPEND_STRICT now defaults to yes. @@ -10,11 +10,10 @@ SUBDIRS = conf.d etc init.d man net sh share src NAME = baselayout -VERSION = 2.0.0_rc2 +VERSION = 2.0.0_rc3 PKG = $(NAME)-$(VERSION) -ARCH = x86 ifeq ($(OS),) OS=$(shell uname -s) ifneq ($(OS),Linux) |