Skip to content

Commit

Permalink
prep for 3.19 release
Browse files Browse the repository at this point in the history
  • Loading branch information
garlick committed Aug 21, 2014
1 parent 3d7b7e0 commit fd27113
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 13 deletions.
4 changes: 2 additions & 2 deletions META
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Meta: 1
Name: nfsroot
Version: 3.18
Version: 3.19
Release: 1
Date: 2012-05-23
Date: 2012-06-20
7 changes: 7 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
=======================================================================
Release Notes - nfsroot-3.19 20 Jun 2012
=======================================================================

* Add 'zram' method to make read-only nbd or other block device root
locally writeable using dm-snapshot + zram (issue 12)

=======================================================================
Release Notes - nfsroot-3.18 23 May 2012
=======================================================================
Expand Down
20 changes: 10 additions & 10 deletions configure
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.63 for nfsroot 3.18.
# Generated by GNU Autoconf 2.63 for nfsroot 3.19.
#
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
# 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
Expand Down Expand Up @@ -594,8 +594,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='nfsroot'
PACKAGE_TARNAME='nfsroot'
PACKAGE_VERSION='3.18'
PACKAGE_STRING='nfsroot 3.18'
PACKAGE_VERSION='3.19'
PACKAGE_STRING='nfsroot 3.19'
PACKAGE_BUGREPORT=''

ac_unique_file="NEWS"
Expand Down Expand Up @@ -1259,7 +1259,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
\`configure' configures nfsroot 3.18 to adapt to many kinds of systems.
\`configure' configures nfsroot 3.19 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -1330,7 +1330,7 @@ fi

if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of nfsroot 3.18:";;
short | recursive ) echo "Configuration of nfsroot 3.19:";;
esac
cat <<\_ACEOF
Expand Down Expand Up @@ -1403,7 +1403,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
nfsroot configure 3.18
nfsroot configure 3.19
generated by GNU Autoconf 2.63
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
Expand All @@ -1417,7 +1417,7 @@ cat >config.log <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by nfsroot $as_me 3.18, which was
It was created by nfsroot $as_me 3.19, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ $0 $@
Expand Down Expand Up @@ -2704,7 +2704,7 @@ fi

# Define the identity of the package.
PACKAGE='nfsroot'
VERSION='3.18'
VERSION='3.19'


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -3282,7 +3282,7 @@ exec 6>&1
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by nfsroot $as_me 3.18, which was
This file was extended by nfsroot $as_me 3.19, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
Expand Down Expand Up @@ -3341,7 +3341,7 @@ Report bugs to <bug-autoconf@gnu.org>."
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
nfsroot config.status 3.18
nfsroot config.status 3.19
configured by $0, generated by GNU Autoconf 2.63,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
Expand Down
2 changes: 1 addition & 1 deletion nfsroot.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: nfsroot
Version: 3.18
Version: 3.19
Release: 1
Source0: %{name}-%{version}.tar.gz
License: GPL
Expand Down

0 comments on commit fd27113

Please sign in to comment.