configure.in:

Commit this file for future use; contains a configure.in script for when
  libuuid gets separtead out into its own package.
libext2fs.texinfo:
  Update version numbers for 1.19 release.
TODO:
  Commit TODO list for 1.19 release.
README:
  Update file for 1.19 release.
ChangeLog, e2fsprogs.spec:
  e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec file,
  	now that we're using a modern rpm to build e2fsprogs.  Also updated
  	version number to 1.19.
version.h:
  Update version number for 1.19 release.
ChangeLog:
  Check in changes for 1.19 release.
bitmap-optimize
Theodore Ts'o 2000-07-13 23:25:54 +00:00
parent 6967a1f7fe
commit f9e67064ce
25 changed files with 188 additions and 82 deletions

View File

@ -1,3 +1,13 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-13 <tytso@snap.thunk.org>
* e2fsprogs.spec: Merge in a few changes from the Red Hat 6.2 spec
file, now that we're using a modern rpm to build
e2fsprogs. Also updated version number to 1.19.
2000-07-07 Theodore Ts'o <tytso@valinux.com>
* e2fsprogs.spec (%post): Remove resize2fs from its old location

15
README
View File

@ -1,4 +1,4 @@
This is the new version (1.18) of the second extended file
This is the new version (1.19) of the second extended file
system management programs.
From time to time, I release new versions of e2fsprogs, to fix
@ -6,16 +6,11 @@ bugs and to make the utilities more robust. You can always find
information about the latest version at the the e2fsprogs web page,
which is:
http://web.mit.edu/tytso/www/linux/e2fsprogs.html
http://e2fsprogs.sourceforge.net
Note: If you are using the RedHat RPM distributions of
e2fsprogs, don't worry about the next paragraph; all others, please
read on!
See the file INSTALL for instructions on building and
installing e2fsprogs. This is important! Note that your /etc/fstab
file may need modifying before you install the new fsck program. See
the INSTALL file for more details.
Note: If you are NOT using the RedHat RPM distributions of
e2fsprogs, and are building e2fsprogs from source, please see the file
INSTALL for instructions on building and installing e2fsprogs.
In case of bugs in these programs, please contact Ted Ts'o at
tytso@valinux.com or tytso@alum.mit.edu. See the e2fsck man page for

5
TODO
View File

@ -196,3 +196,8 @@ TODO list.
- Ted
----------------------------------------------------------------
check_if_mounted() should check to see if the file is in /proc/swaps,
to avoid mkfs's or checking a active swap partition.
----------------------------------------------------------------

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-05 Theodore Ts'o <tytso@valinux.com>
* debugfs.c (dump_inode): Make the generation field be printed as

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
1999-11-10 <tytso@valinux.com>
* Release of E2fsprogs 1.18

View File

@ -1,7 +1,7 @@
\input texinfo @c -*-texinfo-*-
@c %**start of header
@setfilename libext2fs.info
@settitle The EXT2FS Library (version 1.18)
@settitle The EXT2FS Library (version 1.19)
@synindex tp fn
@comment %**end of header
@ -60,8 +60,8 @@ by the author.
@title The EXT2FS Library
@subtitle The EXT2FS Library
@subtitle Version 1.18
@subtitle November 1999
@subtitle Version 1.19
@subtitle July 2000
@author by Theodore Ts'o
@ -101,7 +101,7 @@ by the Foundation.
@top The EXT2FS Library
This manual documents the EXT2FS Library, version 1.18.
This manual documents the EXT2FS Library, version 1.19.
@end ifinfo

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-06 Theodore Ts'o <tytso@valinux.com>
* unix.c (check_if_skip): Modify algorithm for checking

View File

@ -4,8 +4,9 @@ Version: 1.19
Release: 0
Copyright: GPL
Group: System Environment/Base
Source: ftp://tsx-11.mit.edu/pub/linux/packages/ext2fs/e2fsprogs-1.19.tar.gz
BuildRoot: /tmp/e2fsprogs-root
Buildroot: /var/tmp/%{name}-root
Source: ftp://download.sourceforge.net/pub/sourceforge/e2fsprogs/e2fsprogs-1.19.tar.gz
Prereq: /sbin/ldconfig
%description
The e2fsprogs package contains a number of utilities for creating,
@ -27,12 +28,12 @@ Summary: Ext2 filesystem-specific static libraries and headers.
Group: Development/Libraries
Requires: e2fsprogs
%description devel
%description devel
E2fsprogs-devel contains the libraries and header files needed to
develop second extended (ext2) filesystem-specific programs.
You should install e2fsprogs-devel if you want to develop ext2
filesystem-specific programs. If you install e2fsprogs-devel, you will
filesystem-specific programs. If you install e2fsprogs-devel, you'll
also need to install e2fsprogs.
%prep
@ -44,9 +45,9 @@ CFLAGS="$RPM_OPT_FLAGS" ./configure --enable-elf-shlibs
make libs progs docs
%install
rm -rf $RPM_BUILD_ROOT
export PATH=/sbin:$PATH
make install DESTDIR="$RPM_BUILD_ROOT"
make install-libs DESTDIR="$RPM_BUILD_ROOT"
make install install-libs DESTDIR="$RPM_BUILD_ROOT"
%clean
rm -rf $RPM_BUILD_ROOT
@ -56,70 +57,83 @@ rm -rf $RPM_BUILD_ROOT
# Remove possibly old version
/bin/rm -f /usr/sbin/resize2fs
%postun
/sbin/ldconfig
%postun -p /sbin/ldconfig
%post devel
if [ -x /sbin/install-info ]; then
/sbin/install-info /usr/info/libext2fs.info.gz /usr/info/dir
fi
%postun devel
if [ $1 = 0 -a -x /sbin/install-info ]; then
/sbin/install-info --delete /usr/info/libext2fs.info.gz /usr/info/dir
fi
%files
%attr(-, root, root) %doc README RELEASE-NOTES
%attr(-, root, root) /sbin/e2fsck
%attr(-, root, root) /sbin/e2label
%attr(-, root, root) /sbin/fsck.ext2
%attr(-, root, root) /sbin/fsck.ext3
%attr(-, root, root) /sbin/debugfs
%attr(-, root, root) /sbin/mke2fs
%attr(-, root, root) /sbin/badblocks
%attr(-, root, root) /sbin/tune2fs
%attr(-, root, root) /sbin/dumpe2fs
%attr(-, root, root) /sbin/fsck
%attr(-, root, root) /sbin/resize2fs
%attr(-, root, root) /usr/sbin/mklost+found
%attr(-, root, root) /sbin/mkfs.ext2
%defattr(-,root,root)
%doc README RELEASE-NOTES
%attr(-, root, root) /lib/libe2p.so.2.3
%attr(-, root, root) /lib/libext2fs.so.2.4
%attr(-, root, root) /lib/libss.so.2.0
%attr(-, root, root) /lib/libcom_err.so.2.0
%attr(-, root, root) /lib/libuuid.so.1.2
/sbin/badblocks
/sbin/debugfs
/sbin/dumpe2fs
/sbin/e2fsck
/sbin/e2label
/sbin/fsck
/sbin/fsck.ext2
/sbin/fsck.ext3
/sbin/mke2fs
/sbin/mkfs.ext2
/sbin/tune2fs
/sbin/resize2fs
/usr/sbin/mklost+found
%attr(-, root, root) /usr/bin/chattr
%attr(-, root, root) /usr/bin/lsattr
%attr(-, root, root) /usr/bin/uuidgen
%attr(-, root, root) /usr/man/man8/e2fsck.8
%attr(-, root, root) /usr/man/man8/e2label.8
%attr(-, root, root) /usr/man/man8/debugfs.8
%attr(-, root, root) /usr/man/man8/tune2fs.8
%attr(-, root, root) /usr/man/man8/mklost+found.8
%attr(-, root, root) /usr/man/man8/mke2fs.8
%attr(-, root, root) /usr/man/man8/dumpe2fs.8
%attr(-, root, root) /usr/man/man8/badblocks.8
%attr(-, root, root) /usr/man/man8/fsck.8
%attr(-, root, root) /usr/man/man8/resize2fs.8
%attr(-, root, root) /usr/man/man1/chattr.1
%attr(-, root, root) /usr/man/man1/lsattr.1
%attr(-, root, root) /usr/man/man1/uuidgen.1
/lib/libcom_err.so.*
/lib/libe2p.so.*
/lib/libext2fs.so.*
/lib/libss.so.*
/lib/libuuid.so.*
/usr/bin/chattr
/usr/bin/lsattr
/usr/bin/uuidgen
/usr/man/man1/chattr.1*
/usr/man/man1/lsattr.1*
/usr/man/man1/uuidgen.1*
/usr/man/man8/badblocks.8*
/usr/man/man8/debugfs.8*
/usr/man/man8/dumpe2fs.8*
/usr/man/man8/e2fsck.8*
/usr/man/man8/e2label.8*
/usr/man/man8/fsck.8*
/usr/man/man8/mke2fs.8*
/usr/man/man8/mklost+found.8*
/usr/man/man8/resize2fs.8*
/usr/man/man8/tune2fs.8*
%files devel
%attr(-, root, root) /usr/info/libext2fs.info*
%attr(-, root, root) /usr/lib/libe2p.a
%attr(-, root, root) /usr/lib/libext2fs.a
%attr(-, root, root) /usr/lib/libss.a
%attr(-, root, root) /usr/lib/libcom_err.a
%attr(-, root, root) /usr/lib/libuuid.a
%attr(-, root, root) /usr/include/ss
%attr(-, root, root) /usr/include/ext2fs
%attr(-, root, root) /usr/include/et
%attr(-, root, root) /usr/include/uuid
%attr(-, root, root) /usr/lib/libe2p.so
%attr(-, root, root) /usr/lib/libext2fs.so
%attr(-, root, root) /usr/lib/libss.so
%attr(-, root, root) /usr/lib/libcom_err.so
%attr(-, root, root) /usr/lib/libuuid.so
%attr(-, root, root) /usr/bin/mk_cmds
%attr(-, root, root) /usr/bin/compile_et
%attr(-, root, root) /usr/share/et/et_c.awk
%attr(-, root, root) /usr/share/et/et_h.awk
%attr(-, root, root) /usr/share/ss/ct_c.awk
%attr(-, root, root) /usr/share/ss/ct_c.sed
%attr(-, root, root) /usr/man/man1/compile_et.1
%attr(-, root, root) /usr/man/man3/com_err.3
%defattr(-,root,root)
/usr/info/libext2fs.info*
/usr/bin/compile_et
/usr/bin/mk_cmds
/usr/lib/libcom_err.a
/usr/lib/libcom_err.so
/usr/lib/libe2p.a
/usr/lib/libe2p.so
/usr/lib/libext2fs.a
/usr/lib/libext2fs.so
/usr/lib/libss.a
/usr/lib/libss.so
/usr/lib/libuuid.a
/usr/lib/libuuid.so
/usr/share/et
/usr/share/ss
/usr/include/et
/usr/include/ext2fs
/usr/include/ss
/usr/include/uuid
/usr/man/man1/compile_et.1*
/usr/man/man3/com_err.3*

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-07 Theodore Ts'o <tytso@valinux.com>
* ext2_fs.h: Update ext3 extension feature #define's.

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
1999-11-10 <tytso@valinux.com>
* Release of E2fsprogs 1.18

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-04-02 Theodore Ts'o <tytso@valinux.com>
* Add e2label.8 to the remove_preformat_manpages script.

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
1998-04-29 Ulrich Drepper <drepper@cygnus.com>
* intl/localealias.c (read_alias_file): Use unsigned char for

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
1999-11-10 <tytso@valinux.com>
* Release of E2fsprogs 1.18

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-06 Theodore Ts'o <tytso@valinux.com>
* ls.c (list_super): Display the journal information fields in the

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-04 Theodore Ts'o <tytso@valinux.com>
* Makefile.in: Remove explicit link of -lc in the shared library.

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-07 Theodore Ts'o <tytso@valinux.com>
* ext2fs.h (EXT2_LIB_FEATURE_INCOMPAT_SUPP): Add

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-04 Theodore Ts'o <tytso@valinux.com>
* Makefile.in: Remove explicit link of -lc in the shared library.

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-07 Theodore Ts'o <tytso@valinux.com>
* Makefile.in (uuid_time): Fix compilation rule so that

10
lib/uuid/configure.in Normal file
View File

@ -0,0 +1,10 @@
dnl
dnl Not used now, for the future when uuid is separated out into its
dnl own package.
dnl
AC_INIT(gen_uuid.c)
AC_PREREQ(2.12)
AC_CHECK_HEADERS(stdlib.h unistd.h sys/sockio.h net/if.h netinet/in.h)
AC_CHECK_FUNCS(srandom)
AC_OUTPUT(Makefile)

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-13 <tytso@snap.thunk.org>
* badblocks.8.in: Added text explaining that the -n and -w options

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-05 <tytso@snap.thunk.org>
* Makefile.in (install): Install resize2fs in /sbin, not /usr/sbin.

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-05-25 <tytso@snap.thunk.org>
* test_script.in: Ignore files in the test directory (to avoid

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-07-04 <tytso@snap.thunk.org>
* Makefile.in: Use _SS_DIR_OVERRIDE to make sure we get the

View File

@ -1,3 +1,7 @@
2000-07-13 <tytso@valinux.com>
* Release of E2fsprogs 1.19
2000-04-03 Theodore Ts'o <tytso@valinux.com>
* subst.c: For platforms that don't define optarg.h, manually

View File

@ -6,5 +6,5 @@
* may be redistributed under the GNU Public License.
*/
#define E2FSPROGS_VERSION "1.19-WIP"
#define E2FSPROGS_DATE "7-Jul-2000"
#define E2FSPROGS_VERSION "1.19"
#define E2FSPROGS_DATE "13-Jul-2000"