SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for quota-debuginfo-3.16-50.2.x86_64.rpm :
Tue Nov 11 13:00:00 2008 nadvornikAATTsuse.cz
- requires nfs-kernel-server [bnc#431212]

Mon Oct 20 14:00:00 2008 nadvornikAATTsuse.cz
- added support for quota formats with hidden quota files
(Jan Kara) [fate#302681]

Mon Aug 25 14:00:00 2008 lmichnovicAATTsuse.cz
- added $local_fs for Required-Stop in boot.quota, quotad scripts

Tue Aug 19 14:00:00 2008 lmichnovicAATTsuse.cz
- added $remote_fs for Required-Stop in quotad init script

Mon Aug 18 14:00:00 2008 lmichnovicAATTsuse.cz
- added $null for stop service in init.d script

Mon May 5 14:00:00 2008 lmichnovicAATTsuse.cz
- installing missing quota_nld binary (
*install_nld.patch)
[bnc#386754]

Tue Apr 15 14:00:00 2008 lmichnovicAATTsuse.cz
- fixed missing inclusion of limits.h (glibc2_8.patch)

Mon Apr 14 14:00:00 2008 lmichnovicAATTsuse.cz
- enabled compilation with netlink
- needed rewrite of configure check (
*dbus_header_check.patch)
- added pkg-config into BuildReq

Fri Mar 14 13:00:00 2008 lmichnovicAATTsuse.cz
- excluding files /usr/include/rpcsvc/rquota.
*

Thu Mar 13 13:00:00 2008 lmichnovicAATTsuse.cz
- update to version 3.16
+ quota_nld should be now usable. It parses messages about
+ exceeded quotas sent by kernel via netlink (works for kernel
+ 2.6.24 and newer) and currently supports printing of these
+ messages to console and/or system DBUS. If someone wanted to
+ write support for GNOME/KDE/other desktop which would show a
+ dialog in case message comes over DBUS, he is most welcome.
- Changes:

* added information message about journaled quota to quotacheck

* added pointers to quota_nld and warnquota to some manpages

* ported quota_nld to libnl-1.1

* let setquota batch mode accept comments and blank lines,
add -c option

* print more verbose list of compile options when --version
specified

* quotaon(8) should work only on local filesystems

* made possible to use quota rpc in mixed NFSv3 and NFSv4
environments

* fixed compilation with openLDAP library versions 2.1 and 2.2

* always define allow_severity and deny_severity for older
versions of libwrap

* cleaned up host_access() handling

* configure script now correctly reports checking of libwrap

* added MPFS to the list of supported filesystems

* updated Polish translations

* fixed typo in a quotaon message

* fixed warnquota to check URI only if LDAP enabled
- obsoletes
*ignore_nfs.patch, mode.patch changed to makefile.patch

Fri Dec 7 13:00:00 2007 lmichnovicAATTsuse.cz
- quotad service is not enabled during installation any more
[#346541]
- split off quota-nfs which contains only quotad related files
- added Requires on packages with services needed to start
quotad service
- updated README.SUSE and created README.quotad.SUSE

Wed Nov 14 13:00:00 2007 lmichnovicAATTsuse.cz
- fixed typo in SUSE/README [#341453] and written additional info
regarding managing quota support within YaST since openSUSE 10.3

Thu Sep 13 14:00:00 2007 lmichnovicAATTsuse.cz
- Ignoring NFS mount points when shutting down quota with quotaoff
[#310426] (ignore_nfs.patch)

Thu Aug 9 14:00:00 2007 lmichnovicAATTsuse.cz
- fixed running quotacheck on mounted partition [#298713]
- added $network should be enabled when stoping quota service
because nfs mounts are still mounted and cause time out

Tue Jul 17 14:00:00 2007 lmichnovicAATTsuse.cz
- update to 3.15 final. Changes since 3.15 beta:

* added a wrapper script around setquota which also updates LDAP
- installing ldap-scripts

Mon Jul 2 14:00:00 2007 lmichnovicAATTsuse.cz
- adjusted print formatting (
*type.patch)

Thu Jun 21 14:00:00 2007 lmichnovicAATTsuse.cz
- rewritten headers of init scripts to fulfill LSB
(quota-SUSE.tar.bz2); obsoletes patch lsb
- now starting boot.quota script during boot automatically
FATE #120106
- update to version 3.15 beta
- obsoletes patches: cflags, pie
- netlink feature is disabled now (needs kernel patch)

* implemented quota netlink daemon to listen to kernel netlink
messages and send them to DBUS or write them to the console

* modified configure scripts and warnquota to check for new LDAP
library and allow use of URI

* fix LDAP scripts to set VISUAL instead of EDITOR

* added ext4 filesystem to the list of supported filesystems

* pot.o is now compiled with CFLAGS

* use -fPIE for compilation when available

* fixed some more problems XFS quotaon

* fixed two mistakes in quotaon(8) manpage

* added option -A to quota(1) to report all NFS mountpoints

* fixed XFS handling to work with loopback mounted devices

* fixed mountpoints scanning to make XFS -x delete command work

* fixes of signed vs unsigned int issues

* fixed a format string bug in reporting of raw grace times in repquota

* added repquota(8) and quota(1) option for better parsable output

* fixed error handling in edquota(8) when creating tmp file

Tue Apr 24 14:00:00 2007 lmichnovicAATTsuse.cz
- added Short-Description into quotad script to fulfill LSB
specification (lsb.diff)

Mon Mar 19 13:00:00 2007 lmichnovicAATTsuse.cz
- fixed compiling some files without RPM_OPT_FLAGS and -fPIE
(cflags.diff)
- patch quota-%{version}.diff renamed to quota-%{version}-mode.diff

Thu Oct 5 14:00:00 2006 mjancarAATTsuse.cz
- update to 3.14

* updated Polish translations (Jakub Bogusz)

* print user/group names in error messages when cannot get quota information (Michal Marek, Jan Kara)

* added option --always-resolve to force resolving even names with digits only (Jan Kara)

* minor language corrections in manpages (Jan Kara)

* implemented long options parsing for all quota tools (Jan Kara)

* quota(1) has -f option to specify filesystem list (Jan Kara)

* corrected some informal language in messages (Jan Kara)

* we cannot even stat NFS mounts in local mode as server may be unreachable (Jan Kara)

* fixed error messages in getprivs() (Jan Kara, Brian Morris)

* made UID/GID prints unsigned (Matthew Kent)

* fixed very verbose printing for quotacheck (Jan Kara)

* fixed off-by-one bug in mount options parsing (Jan Kara)

* implemented nicer message formatting for warnquota(8) (Jan Kara)

* quota(1) has -w option to supress line wrapping for long device names (Jan Kara)

* quota(1) prints grace time even if hard limit is reached (Jan Kara)

* fixed journaled quota format detection in quotacheck (Jan Kara)

Fri Jul 28 14:00:00 2006 olhAATTsuse.de
- boot.swap, boot.clock and boot.localfs are optional for boot.quota (#181972)


 
ICM