summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rwxr-xr-xtarball.sh2
2 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 6bc56293..f9d9ae88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
# ChangeLog for Gentoo System Intialization ("rc") scripts
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPLv2
+* baselayout-1.12.2 (01 Aug 2006)
+
26 Jul 2007; Roy Marples <uberlord@gentoo.org>:
wpa_supplicant now launches even when wireless radio has been killed
diff --git a/tarball.sh b/tarball.sh
index 801c22ae..3295730b 100755
--- a/tarball.sh
+++ b/tarball.sh
@@ -1,6 +1,6 @@
#!/bin/bash
export TMP="${TMP:-/tmp}"
-export V="1.12.1"
+export V="1.12.2"
export NAME="baselayout"
export DEST="${TMP}/${NAME}-${V}"