Commit Graph

185 Commits

Author SHA1 Message Date
Theodore Ts'o
67f2b54667 Update release notes, etc., for the 1.46.2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2021-02-28 21:46:44 -05:00
Theodore Ts'o
df0fe7c9a3 Update release notes, etc., for the 1.46.1 release
(Also update some inaccuracies in the 1.46.0 release.)

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2021-02-09 18:36:32 -05:00
Theodore Ts'o
2b0d66bbec Update release notes, etc., for the 1.46.0 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2021-01-29 17:02:31 -05:00
Theodore Ts'o
fa86b5c2aa Update release notes, etc., for the 1.45.7 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2021-01-29 00:51:02 -05:00
Benno Schulenberg
af1a882fd2 release notes: delete two files that are fully contained within v1.41.txt
They are pure duplicates.

Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2020-10-27 23:41:06 -04:00
Theodore Ts'o
3ab2fd4e23 Define MKDIR_P in the Makefile.in files instead in MCONFIG.in
In the case where mkdir -p is not thread-safe (for example, if the
build environment is using busybox's mkdir) the configure script will
fall back to the slow (but safe) install-sh script.  In that case
MKDIR_P will be using a relative pathname; so we can't use speed
optimization of defining configure substitutions in MCONFIG.in, since
the substitution will be different depending on depth of the
subdirectory in the Makefile.in file.

https://github.com/tytso/e2fsprogs/issues/51

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2020-10-04 23:05:01 -04:00
Theodore Ts'o
29d22c4675 Update release notes, etc., for the 1.45.6 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2020-03-21 00:24:04 -04:00
Theodore Ts'o
c2b1ec5fbc Update release notes, etc., for the 1.45.5 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2020-01-06 18:10:17 -05:00
Theodore Ts'o
c2a8499d5d Update release notes, etc., for the 1.45.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-09-23 16:04:59 -04:00
Theodore Ts'o
1f56fb8123 Final updates to release notes, etc., for the v1.45.3 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-07-14 21:03:14 -04:00
Theodore Ts'o
bb788de9b0 debian: move logsave to its own package
Addresses-Debian-Bug: #923372
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-07-13 17:29:32 -04:00
Theodore Ts'o
61f8f51aac Update release notes, etc., for the 1.45.3 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-07-13 17:01:26 -04:00
Theodore Ts'o
40aa2743b5 Update release notes, etc., for the 1.45.2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-05-27 22:21:49 -04:00
Theodore Ts'o
2a214d1bba Update release notes, etc., for the 1.45.1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-05-12 21:23:53 -04:00
Theodore Ts'o
65c4930203 Update release notes, etc., for the 1.45.1-rc1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-05-06 19:31:31 -04:00
Theodore Ts'o
68e00dc507 Update release notes, etc., for the 1.45.0 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-03-07 00:40:14 -05:00
Theodore Ts'o
a92fbdd9a6 Update release notes, etc., for the 1.44.6 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2019-03-05 15:11:11 -05:00
Theodore Ts'o
112b38676b Fix various types in the v1.44.5 changelogs
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-12-18 01:04:25 -05:00
Theodore Ts'o
9a03c07e00 Update release notes, etc., for the 1.44.5 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-12-16 00:39:33 -05:00
Theodore Ts'o
b2ccbc0456 debian: create changelog for v1.44.5
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-12-16 00:39:26 -05:00
Theodore Ts'o
b1d874a6b8 Make sure all release note files have a single trailing empty line
This is needed so we can assemble a complete release notes file via a
command like:

cat $(/bin/ls -1 doc/RelNotes/v*.txt | tac) | gzip -9n > NEWS.gz

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-08-22 00:52:08 -04:00
Theodore Ts'o
40e66e2e8b Update release notes, etc., for the 1.44.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-08-18 22:26:58 -04:00
Ross Burton
5abc041492 build: use MKDIR_P instead of MKINSTALLDIRS
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-08-11 15:29:48 -04:00
Theodore Ts'o
85e53f42f9 Update release notes, etc., for the 1.44.3 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-07-10 01:40:38 -04:00
Theodore Ts'o
a3f2d97657 Update release notes, etc., for the 1.44.3-rc2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-07-04 09:46:45 -04:00
Theodore Ts'o
ae3a1d571b Update release notes, etc., for the 1.44.3-rc1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-06-25 10:16:38 -04:00
Theodore Ts'o
7b9ea51db3 Update release notes, etc., for the 1.44.2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-05-15 19:42:44 -04:00
Theodore Ts'o
748924621f Update release notes, etc., for the 1.44.1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-03-24 22:42:47 -04:00
Theodore Ts'o
b2428898a8 Fix date for v1.44.0 release notes
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-03-10 14:29:31 -05:00
Theodore Ts'o
2c2dd09357 Update release notes, etc., for the 1.44.0 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-03-07 14:47:46 -05:00
Theodore Ts'o
c8c41d4803 Update release notes, etc., for the 1.44.0-rc2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-03-04 18:44:40 -05:00
Theodore Ts'o
899425bb2a Update release notes, etc., for the 1.44.0-rc1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-02-27 23:41:07 -05:00
Theodore Ts'o
60bf373e45 Break up RELEASE-NOTES into files in doc/RelNotes
The RELEASE-NOTES file was getting too big as be unweildy.  It also
made it hard to have simultaneous releases of older maintenance
releases.  So split it up into smaller files in the doc/RelNotes
directory.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-02-27 17:32:27 -05:00
Theodore Ts'o
146649cd22 Update release notes, etc., for the 1.43.9 release
This also includes some debian package renames to conform with Debian
naming conventions.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-02-08 23:48:13 -05:00
Theodore Ts'o
af2eac481c Update release notes, etc., for the 1.43.8 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2018-01-01 23:52:58 -05:00
Tyson Nottingham
7a44346c80 Fix minor typos in libext2fs documentation
Signed-off-by: Tyson Nottingham <tgnottingham@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-12-21 11:11:53 -05:00
Theodore Ts'o
4c5e6cd6de Update release notes, etc., for the 1.43.7 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-10-16 01:45:45 -04:00
Sebastian Rasmussen
ce20096fc6 Fix typos in error messages and documentation
Signed-off-by: Sebastian Rasmussen <sebras@gmail.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Andreas Dilger <adilger@dilger.ca>
2017-10-15 23:00:03 -04:00
Theodore Ts'o
2172519d76 Update release notes, etc., for the 1.43.6 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-29 07:50:16 -04:00
Theodore Ts'o
a782b50ecd Add options to gzip and tar to create reproducible artificats
Also remove some long-unused rules from resize2fs's Makefile.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-13 19:54:30 -04:00
Theodore Ts'o
2a13c84b51 Update release notes, etc., for the 1.43.5 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-08-04 12:20:53 -04:00
Theodore Ts'o
3d66c4b20f Update release notes, etc., for the 1.43.4 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2017-01-31 18:26:24 -05:00
Theodore Ts'o
4e52870eeb Update release notes, etc., for 1.43.3 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-09-04 21:31:21 -04:00
Theodore Ts'o
f6acc1212d Update release notes, etc. for 1.43.2 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-09-01 15:46:32 -04:00
Theodore Ts'o
48203a389d Update release notes, etc. for 1.43.1 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-06-08 15:45:26 -04:00
Theodore Ts'o
d6adf070b0 Update release notes for a 1.43 (17-Mar-2016) 2016-05-17 01:32:58 -04:00
Theodore Ts'o
b3b7dafe91 Use texi2dvi --clean to work around a bug in texi2dvi
If the sources for e2fsprogs are located in a pathname that contains a
tilde character (which can happen when the sources are unpacked using
"apt-get source" when e2fsprogs has a pre-release test version),
texi2dvi will fail due to a bug (Debian bug #822492: "texinfo:
texi2dvi doesn't protect the ~ character in the second pass").  Work
around this bug by using texi2dvi --clean.

Addresses-Debian-Bug: #822227

Reported-by: svante.signell@gmail.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2016-04-30 22:19:59 -04:00
Theodore Ts'o
e622f9a14e Update release notes, etc. for final 1.42.13 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2015-05-17 21:33:25 -04:00
Theodore Ts'o
6b319481d9 Interim updates of release notes, etc. in preparation for 1.42.12 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-08-25 10:30:53 -04:00
Theodore Ts'o
de25d9c8c4 Update release notes, etc. for final 1.42.11 release
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
2014-07-10 00:48:58 -04:00