summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorjkar8572 <jkar8572>2001-11-02 12:29:59 +0000
committerjkar8572 <jkar8572>2001-11-02 12:29:59 +0000
commit4b6e612eec355fda234e7957e08d943eb6872813 (patch)
treecda775d49752918359bc2295bb4642b547514380 /Changelog
parentcce82760169395862473d5a99beeb01513deb3a2 (diff)
Updated Changelog.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog121
1 files changed, 92 insertions, 29 deletions
diff --git a/Changelog b/Changelog
index 73a9492..713d444 100644
--- a/Changelog
+++ b/Changelog
@@ -1,25 +1,63 @@
-Changes in quota-package from 2.00 to 3.01
+Changes in quota-tools from 3.01-final to 3.01
-* This is a complete rewrite of the quota package, most importantly adding
- support for the new Linux quota format and also support for XFS quota.
+* quotastats should now work better on old kernels (Jan Kara)
+* quotacheck is more strict in checking it's arguments (Jan Kara)
+* edquota and setquota should be now save to run for working user
+ (number of used blocks and inodes could be wrong in previous versions)
+ (Jan Kara)
-* The internal data structures and algorithms were redesigned and rewritten by
- Jan Kara (jack@ucw.cz) so that different versions and different types of
- quota can be used with these tools.
+Changes in quota-tools from 3.01-pre9 to 3.01-final
-* Support for XFS quota has been added by Nathan Scott (nathans@sgi.com).
-
-* Add options like RPC, ALT_FORMAT, RPC_SETQUOTA, EXT2_DIRECT to configure.
- (Jan Kara)
+* quotacheck is using ext2_ino_t if defined (Jani Jaakkola, Jan Kara)
+* rpc.rquotad now closes stdin, stdout unless run on foreground (Jani Jaakkola)
+* setquota can be disabled in rpc.rquotad by commandline option (Jani Jaakkola)
+* quota-tools should now work well also on RH 7.1 (Anders Blomdell, Jan Kara)
+* quotacheck makes backup files only when told by option (Preston Brown)
+* quotacheck now uses vfsv0 format when no quotafile is found (Jan Kara)
+* fixed mountpoint scanning bug when bad mountpoint was specified (Jan Kara)
+* fixed bug when device was specified instead of mountpoint (Preston Brown)
+* fixed bug when scanning mountpoint NFS mounted filesystem (Jan Kara)
+* repquota now resolves more names at once which makes it
+ a lot faster (Jan Kara)
-* Fix atoi() -> strtol() and detect mistakes in numeric input. (Jan Kara)
-* Add '-V' option to all tools to display the version. (Jan Kara)
+Changes in quota-tools from 3.01-pre8 to 3.01-pre9
-* Reworked time conversion routines. (Jan Kara)
+* Improved host access handling (Jan Kara)
+* Improved RPC error reporting (Jan Kara)
+* Fixed bug in quotaon when run of kernel with XFS (Jan Kara)
+* Implemented new mtab scanning with fallback to fstab when mtab not
+ found (Jan Kara)
+* Improved speed of repquota for old quota format (Jan Kara)
+* New Makefile style (Jan Kara)
+* Fixed bug in configure in detecting of e2fslib (Jan Kara)
+* Implemented automatic choice of units in quota(1) and repquota(8) (Jan Kara)
-* setquota - added -t parameter and allow variable number of filesystems to
- be specified. (Jan Kara)
+
+Changes in quota-tools from 3.01-pre7 to 3.01-pre8
+
+* Fixed typo in option in convertquota. (Jan Kara)
+* Grace times are updated when quota limits are set. (Jan Kara)
+* Fixed possible segfault in rpc.rquotad when no filesystems with quota
+ were found. (Jan Kara)
+
+
+Changes in quota-tools from 3.01-pre6 to 3.01-pre7
+
+* Fixed a bug in quotacheck (SEGFAULT on -aR) (Jan Kara)
+* Fixed bug in rquota (grace times) (Jan Kara)
+
+
+Changes in quota-tools from 3.01-pre5 to 3.01-pre6
+
+* Fixed bug in quotacheck for new quota format (it created corrupted quota
+ files). (Jan Kara)
+* Fixed bug in version reporting for quot. (Jan Kara)
+* repquota now has -t option - when specified it will be truncating names so
+ output will be nicer (Jan Kara)
+
+
+Changes in quota-tools from 3.01-pre2 to 3.01-pre5
* Fixed endian bug in the ext2 mount by LABEL or by UUID handling code, and
added XFS support to this code also. (Nathan Scott)
@@ -59,7 +97,32 @@ Changes in quota-package from 2.00 to 3.01
* Manpage cleanup
-Changes in quota-package from 1.70 to 2.00
+
+Changes in quota-tools from 2.00 to 3.01-pre2
+
+* This is a complete rewrite of the quota package, most importantly adding
+ support for the new Linux quota format and also support for XFS quota.
+
+* The internal data structures and algorithms were redesigned and rewritten by
+ Jan Kara (jack@ucw.cz) so that different versions and different types of
+ quota can be used with these tools.
+
+* Support for XFS quota has been added by Nathan Scott (nathans@sgi.com).
+
+* Add options like RPC, ALT_FORMAT, RPC_SETQUOTA, EXT2_DIRECT to configure.
+ (Jan Kara)
+
+* Fix atoi() -> strtol() and detect mistakes in numeric input. (Jan Kara)
+
+* Add '-V' option to all tools to display the version. (Jan Kara)
+
+* Reworked time conversion routines. (Jan Kara)
+
+* setquota - added -t parameter and allow variable number of filesystems to
+ be specified. (Jan Kara)
+
+
+Changes in quota-tools from 1.70 to 2.00
* Added patches from Steven Walker <smw8923@cmsu2.cmsu.edu> for supporting
rpc_setquota call and tcp-wrappers check in rquotad.
@@ -116,7 +179,7 @@ Changes in quota-package from 1.70 to 2.00
in the localy known through name-services.
(Modified the patches send by Oscar Martín <oscar@cdrtcampos.es>)
-Changes in quota-package from 1.65 to 1.70
+Changes in quota-tools from 1.65 to 1.70
* Fixed problems when turning off one type of quota taking offline the
other type too.
@@ -127,7 +190,7 @@ Changes in quota-package from 1.65 to 1.70
* Added setquota (to se quotas from the commandline) as send to me by
Martin Bene <mb@sime.com>
-Changes in quota-package from 1.60 to 1.65
+Changes in quota-tools from 1.60 to 1.65
* Created new diffs again for the newer kernel (2.1.[78]x).
@@ -141,7 +204,7 @@ Changes in quota-package from 1.60 to 1.65
for the kernel-nfsd too. (Most other filesystems are gone and the ones
remaining either don't need quotas or are not used by big groups of users.)
-Changes in quota-package from 1.55 to 1.60
+Changes in quota-tools from 1.55 to 1.60
* Added new option to kernel root_squash which means when that option is
set the kernel system threats root as any normal user and he cannot
@@ -155,7 +218,7 @@ Changes in quota-package from 1.55 to 1.60
* Added extra check to rpc.rquotad to check the special device type when
scanning the /dev dir for the right device.
-Changes in quota-package from 1.52 to 1.55
+Changes in quota-tools from 1.52 to 1.55
* Added all patches and enhancements I collected the last few months.
(As always some have undergone some rewriting and are only a special
@@ -173,7 +236,7 @@ Changes in quota-package from 1.52 to 1.55
Berlin Linux seminar. And because they describe everything in detail
its a nice enhancement to the current HTML docs.
-Changes in quota-package from 1.50 to 1.52
+Changes in quota-tools from 1.50 to 1.52
* Hopefully fixed some problems with makefiles and the like.
@@ -183,7 +246,7 @@ Changes in quota-package from 1.50 to 1.52
time and feel like it I will put all my new enhancements in my very own
(just a bit different) kernel sourcetree back into the mainstream kernels.)
-Changes in quota-package from 1.34 to 1.50
+Changes in quota-tools from 1.34 to 1.50
* Wrote some new docs, right into html use Mosaic, Netscape or lynx or
whatever HTML-browser to see whats in. Also did the manual-pages,
@@ -230,7 +293,7 @@ Changes in quota-package from 1.34 to 1.50
* Added some stats to the code which can be viewed with quotastats. Not real
interesting at the user level but quite handy debugging the quota system.
-Changes in quota-package from 1.33 to 1.34
+Changes in quota-tooles from 1.33 to 1.34
* Changed hasquota.c to not insert a slash when the mnt->mnt_dir already ends
with a slash. So something like //quota.user shouldn't happen anymore.
@@ -274,7 +337,7 @@ Changes in quota-package from 1.33 to 1.34
the quotaon function that should now return a propper errno on failure and
not the standard EIO that it was in earlier versions.
-Changes in quota-package from 1.32 to 1.33
+Changes in quota-tools from 1.32 to 1.33
* Ported the stuff back to the normal kernel to make a diff-file quite easy.
@@ -291,14 +354,14 @@ Changes in quota-package from 1.32 to 1.33
* Fixed quotacheck not to memset the whole quota when there are no blocks
allocated by this user.
-Changes in quota-package from 1.31 to 1.32
+Changes in quota-tools from 1.31 to 1.32
* Fixed diff-files, the are now made as unified diffs.
* Checked the specifications for the rquota service, I was correct we only need
to respond to udp connections.
-Changes in quota-package from 1.3 to 1.31
+Changes in quota-tools from 1.3 to 1.31
* Changed quotacheck program to stuff directories it encounters on a
directory stack and check them later on. This way there is at any
@@ -322,7 +385,7 @@ Changes in quota-package from 1.3 to 1.31
reporting this. If there are still problems I will hear so and try to fix them
as soon as I can.
-Changes in quota-package from 1.2 to 1.3
+Changes in quota-tools from 1.2 to 1.3
* We only reply to rpc_quota_request made to the udp port of the
rquotad, I just removed support for the TCP service, I don't
@@ -425,7 +488,7 @@ Changes in quota-package from 1.2 to 1.3
searching. We must doe an vfs_open_filp when a process forks and the
filepointers are copied or incremented.
-Changes in quota-package from 1.1 to 1.2
+Changes in quota-tools from 1.1 to 1.2
* Changed repquota.c to display at max 8 chars of username.
@@ -465,7 +528,7 @@ Changes in quota-package from 1.1 to 1.2
* Changed edquota behaviour with -p flag. It now copies the current
usage to the new situation.
-Changes in quota-package from 1.0 to 1.1
+Changes in quota-tools from 1.0 to 1.1
* Moved check to test on quota on a certain filesystem to seperate file
hasquota.c