aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-03-10 15:02:46 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-03-10 15:02:46 +0200
commit211c804e8adbe223a96c3e8fb569ec6874cce838 (patch)
tree0cf2e69d7869e02e22dd4219a71fc16839ad6d76
parentc9c332a2079892e60e292e8accb921f1d2603090 (diff)
downloadcpio-211c804e8adbe223a96c3e8fb569ec6874cce838.tar.gz
cpio-211c804e8adbe223a96c3e8fb569ec6874cce838.tar.bz2
Version 2.11release_2_11
* configure.ac, NEWS: Raise version number.
-rw-r--r--NEWS5
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3f209e0..1b068ba 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,11 @@
1GNU cpio NEWS -- history of user-visible changes. 2010-02-11 1GNU cpio NEWS -- history of user-visible changes. 2010-03-10
2Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009, 2Copyright (C) 2003, 2004, 2005, 2006, 2007, 2009,
32010 Free Software Foundation, Inc. 32010 Free Software Foundation, Inc.
4See the end of file for copying conditions. 4See the end of file for copying conditions.
5 5
6Please send cpio bug reports to <bug-cpio@gnu.org>. 6Please send cpio bug reports to <bug-cpio@gnu.org>.
7 7
8Version 2.10.91 (Git) 8Version 2.11 - Sergey Poznyakoff, 2010-03-10
9 9
10* Fix mt build. 10* Fix mt build.
11* In copy-in mode, if directory attributes do not permit writing to it, 11* In copy-in mode, if directory attributes do not permit writing to it,
@@ -14,6 +14,7 @@ extract files in such directories.
14* In copy-in mode, permissions of a directory are restored if it 14* In copy-in mode, permissions of a directory are restored if it
15appears in the file list after files in it (find . -depth). This fixes 15appears in the file list after files in it (find . -depth). This fixes
16debian bug #458079. 16debian bug #458079.
17* Fix possible memory overflow in the rmt client code (CVE-2010-0624).
17 18
18 19
19Version 2.10 - Sergey Poznyakoff, 2009-06-20 20Version 2.10 - Sergey Poznyakoff, 2009-06-20
diff --git a/configure.ac b/configure.ac
index 273db94..b4507eb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@ dnl You should have received a copy of the GNU General Public License
17dnl along with this program; if not, write to the Free Software Foundation, 17dnl along with this program; if not, write to the Free Software Foundation,
18dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 18dnl Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 19
20AC_INIT([GNU cpio], [2.10.91], [bug-cpio@gnu.org]) 20AC_INIT([GNU cpio], [2.11], [bug-cpio@gnu.org])
21AC_CONFIG_SRCDIR(src/cpio.h) 21AC_CONFIG_SRCDIR(src/cpio.h)
22AC_CONFIG_AUX_DIR([build-aux]) 22AC_CONFIG_AUX_DIR([build-aux])
23AC_CONFIG_HEADERS([config.h]) 23AC_CONFIG_HEADERS([config.h])

Return to:

Send suggestions and report system problems to the System administrator.