Browse Source

* README-alpha: Modernize description of software required for
developers.

Paul Eggert 19 years ago
parent
commit
6bb5c17aea
2 changed files with 20 additions and 20 deletions
  1. 10 5
      ChangeLog
  2. 10 15
      README-alpha

+ 10 - 5
ChangeLog

@@ -1,3 +1,8 @@
+2005-09-03  Paul Eggert  <eggert@cs.ucla.edu>
+
+	* README-alpha: Modernize description of software required for
+	developers.
+
 2005-09-03  Sergey Poznyakoff  <gray@gnu.org.ua>
 2005-09-03  Sergey Poznyakoff  <gray@gnu.org.ua>
 
 
 	* gnulib.modules: Add strdup
 	* gnulib.modules: Add strdup
@@ -7,7 +12,7 @@
 	* tests/incr01.at: New test.
 	* tests/incr01.at: New test.
 	* tests/Makefile.am: Add incr01.at
 	* tests/Makefile.am: Add incr01.at
 	* tests/testsuite.at: Likewise
 	* tests/testsuite.at: Likewise
-	* THANKS: Updated 
+	* THANKS: Updated
 
 
 2005-08-17  Sergey Poznyakoff  <gray@gnu.org.ua>
 2005-08-17  Sergey Poznyakoff  <gray@gnu.org.ua>
 
 
@@ -18,7 +23,7 @@
 2005-07-31  Sergey Poznyakoff  <gray@gnu.org.ua>
 2005-07-31  Sergey Poznyakoff  <gray@gnu.org.ua>
 
 
 	* src/create.c (file_dumpable_p,dump_file0): Fix handling of
 	* src/create.c (file_dumpable_p,dump_file0): Fix handling of
-	sparse files to /dev/null with --totals option. 
+	sparse files to /dev/null with --totals option.
 	* tests/update.at: Remove dependency on file order.
 	* tests/update.at: Remove dependency on file order.
 
 
 2005-07-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
 2005-07-08  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
@@ -47,16 +52,16 @@
 	* tests/star/ustar-big-2g.at: Likewise
 	* tests/star/ustar-big-2g.at: Likewise
 	* tests/star/ustar-big-8g.at: Likewise
 	* tests/star/ustar-big-8g.at: Likewise
 
 
-	* tests/sparse03.at: New test. 
+	* tests/sparse03.at: New test.
 	* tests/Makefile.am: Add sparse03.at
 	* tests/Makefile.am: Add sparse03.at
 	* tests/testsuite.at: Likewise
 	* tests/testsuite.at: Likewise
 
 
 	* src/xheader.c (size_decoder): Do not set archive_file_size.
 	* src/xheader.c (size_decoder): Do not set archive_file_size.
 
 
 	Fix bugs introduced yesterday:
 	Fix bugs introduced yesterday:
-	
+
 	* src/sparse.c (tar_sparse_init):  Initialize
 	* src/sparse.c (tar_sparse_init):  Initialize
-	dimped_size to 0. 
+	dimped_size to 0.
 	(sparse_scan_file): Initialize archive_file_size to 0. The
 	(sparse_scan_file): Initialize archive_file_size to 0. The
 	variable keeps size of the file *as stored in the archive*, not
 	variable keeps size of the file *as stored in the archive*, not
 	the size reported by stat.
 	the size reported by stat.

+ 10 - 15
README-alpha

@@ -5,20 +5,16 @@ Please send comments and problem reports to <bug-tar@gnu.org>.
 
 
 If you have taken the sources from CVS you will need the following
 If you have taken the sources from CVS you will need the following
 packages (or later) to build GNU tar.  We don't make any extra effort
 packages (or later) to build GNU tar.  We don't make any extra effort
-to accommodate older versions of these packages.  If we discover that
-newer versions are needed to bootstrap, we'll update the version
-numbers in this list.
+to accommodate older versions of these packages, so please make sure
+that you have the latest stable version.
 
 
-autoconf 2.59
-automake 1.8
-bison 1.875
-gettext 0.12.1
-m4 1.4
-wget 1.7
-
-For GNU m4 1.4, we recommend also installing the `translit' patch; see
-Debian bug 211477 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=211477>.
-This patch is bundled into Debian m4 1.4-17 or later.
+- Automake <http://www.gnu.org/software/automake/>
+- Autoconf <http://www.gnu.org/software/autoconf/>
+- Bison <http://www.gnu.org/software/bison/>
+- Gettext <http://www.gnu.org/software/gettext/>
+- Gzip <http://www.gnu.org/software/gzip/>
+- M4 <http://www.gnu.org/software/m4/>
+- Wget <http://www.gnu.org/software/wget/>
 
 
 Before building the package, run "bootstrap".  It obtains various
 Before building the package, run "bootstrap".  It obtains various
 additional files from the CVS repository and the Translation Project
 additional files from the CVS repository and the Translation Project
@@ -59,7 +55,7 @@ some other value.
 
 
 
 
 
 
-Copyright (C) 2001, 2003, 2004 Free Software Foundation, Inc.
+Copyright (C) 2001, 2003, 2004, 2005 Free Software Foundation, Inc.
 
 
 This file is part of GNU tar.
 This file is part of GNU tar.
 
 
@@ -77,4 +73,3 @@ You should have received a copy of the GNU General Public License
 along with tar; see the file COPYING.  If not, write to
 along with tar; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 Boston, MA 02110-1301, USA.
 Boston, MA 02110-1301, USA.
-