~ubuntu-branches/ubuntu/feisty/nfs-utils/feisty

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Anibal Monsalve Salazar
  • Date: 2006-07-08 14:26:40 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20060708142640-r171kjj2a13gy2kz
Tags: 1:1.0.9-1
* Updated co-mantainer mail address.
* New upstream release.
  - Added 'mount.nfs' utility which can be used as a mount helper
    to mount nfs filesystems. It does not yet support 'user' mounts.
  - Makefile/autoconf tidyups
  - No compiles with no warnings
  - deleted debian/* at request of debian maintainer
  - deleted assorted other unused files
  - mountd can be run multi-threaded for configurations with many hundreds
    of clients (mountd -t 20).  Default is single-threaded
  - Support for selection NFS version to be exported, and protocol to
    use.  This requires kernel patches that should be in linux 2.6.19.
  - Use 65534 rather than -2 for default anon.  This makes no difference in many
    cases, but is important in some.
  - New utility 'rpcdebug' for controlled kernel 'debug' options for nfs and nfsd.
  - nfsstat reports NFSv4 operation statistics that should be available in
    linux 2.6.18.
  - assorted other fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
nfs-utils (1:1.0.9-1) unstable; urgency=high
 
2
 
 
3
  * Updated co-mantainer mail address.
 
4
  * New upstream release.
 
5
    - Added 'mount.nfs' utility which can be used as a mount helper
 
6
      to mount nfs filesystems. It does not yet support 'user' mounts.
 
7
    - Makefile/autoconf tidyups
 
8
    - No compiles with no warnings
 
9
    - deleted debian/* at request of debian maintainer
 
10
    - deleted assorted other unused files
 
11
    - mountd can be run multi-threaded for configurations with many hundreds
 
12
      of clients (mountd -t 20).  Default is single-threaded
 
13
    - Support for selection NFS version to be exported, and protocol to
 
14
      use.  This requires kernel patches that should be in linux 2.6.19.
 
15
    - Use 65534 rather than -2 for default anon.  This makes no difference in many
 
16
      cases, but is important in some.
 
17
    - New utility 'rpcdebug' for controlled kernel 'debug' options for nfs and nfsd.
 
18
    - nfsstat reports NFSv4 operation statistics that should be available in
 
19
      linux 2.6.18.
 
20
    - assorted other fixes
 
21
 
 
22
 -- Anibal Monsalve Salazar <anibal@debian.org>  Sat, 08 Jul 2006 14:26:40 +1000
 
23
 
 
24
nfs-utils (1:1.0.8+1.0.9pre1-3) unstable; urgency=high
 
25
 
 
26
  * Add patch from upstream to check for common mount options like "user"
 
27
    or "noauto". (Closes: #376839)
 
28
  * Remove obsolete copying of config.{sub,guess} in debian/rules.
 
29
 
 
30
 -- Steinar H. Gunderson <sesse@debian.org>  Fri,  7 Jul 2006 21:12:06 +0200
 
31
 
 
32
nfs-utils (1:1.0.8+1.0.9pre1-2) unstable; urgency=low
 
33
 
 
34
  * Provide LSB dependency information in the nfs-common and nfs-kernel-server
 
35
    init scripts; replaces the obsolete chkconfig info. (Closes: #376976)
 
36
  * Update the long descriptions.
 
37
 
 
38
 -- Steinar H. Gunderson <sesse@debian.org>  Thu,  6 Jul 2006 19:37:58 +0200
 
39
 
1
40
nfs-utils (1:1.0.8+1.0.9pre1-1) unstable; urgency=low
2
41
 
3
42
  * New upstream release.