]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Require new kernel modules
authorSam Hartman <hartmans@debian.org>
Tue, 15 Apr 2003 18:54:44 +0000 (18:54 +0000)
committerSam Hartman <hartmans@debian.org>
Tue, 15 Apr 2003 18:54:44 +0000 (18:54 +0000)
RELNOTES-1.2.9
debian/changelog
debian/control
debian/control.module
debian/control.module-image

index 645b3cc0b8d6ad207965bc45272369367d034f7a..c3f5987bc0da8fa8df7d1b690347b5daafd5f746 100644 (file)
@@ -34,6 +34,12 @@ All systems:
   across reboots.  This also allows clients to have an empty CellServDB
   as long as AFSDB support is enabled and ThisCell has AFSDB records.
 
+  A consequence of this is that an OpenAFS 1.2.9 afsd will not work
+  with kernel modules from OpenAFS releases prior to 1.2.9.  In general,
+  using mismatched afsd/kernel module pairs are considered unsupported;
+  it is not recommended that you use such a configuration on a regular
+  basis.
+
 - Corrected integer overflow in xdrmem_getbytes() routine in our xdr
   implementation, even thought it's unused.
 
@@ -49,6 +55,8 @@ Solaris:
 
 Linux:
 
+- On machines using 2.2 series kernels, 2.2.19 or higher is now required.
+
 - Notice NETUNREACH errors and timeout attempts to access AFS quickly
   when we're not on the network.
 
index 2f19585d02328364c60697f9dfcbc98336be92fe..93f9450df72d491343dd0c642190d482e0c4d08e 100644 (file)
@@ -1,7 +1,8 @@
 openafs (1.2.9-1) unstable; urgency=low
 
   * Literal newline fixes, Closes: #175627
-  * New upstream version
+         * Require new kernel modules per upstream change.
+       * New upstream version
   * Fix section of libopenafs-dev to libdevel
   * openafs-client stop should shut down afsd if it is running even if afs
     not mounted, Closes: #188000
index 4e22ba053d562331053e62bae212d92b16f0a72d..44fd2b7a16d7294284fa065c21ae419f263fe4f7 100644 (file)
@@ -7,8 +7,8 @@ Standards-Version: 3.5.0
 
 Package: openafs-client
 Architecture: i386 powerpc sparc alpha s390 ia64 hppa
-Depends: ${shlibs:Depends}, debconf,  openafs-modules-source|openafs-modules1
-Conflicts: arla, openafs-modules
+Depends: ${shlibs:Depends}, debconf,  openafs-modules-source|openafs-modules2
+Conflicts: arla, openafs-modules1
 Description: The AFS distributed filesystem- client support
  AFS is a distributed filesystem allowing cross-platform sharing of
  files among multiple computers.  Facilities are provided for access
index 7ceb277b4fbe7e52c2fed886fef4e1a251067b84..c72c5a6eda076e8602657509342f12df5440e5f7 100644 (file)
@@ -5,8 +5,8 @@ Maintainer: Sam Hartman <hartmans@debian.org>
 Standards-Version: 3.1.1
 
 Package: openafs-modules-=KVERS
-Conflicts: openafs-client (<< 1.2.2-0)
-Provides: openafs-modules1
+Conflicts: openafs-client (<< 1.2.9)
+Provides: openafs-modules2
 Architecture: any
 Description: The AFS distributed filesystem- Kernel Module
  AFS is a distributed filesystem allowing cross-platform sharing of
index 7d38b409b4f600251fbaa0da389e71592016ed34..f1aaf33926107b937af0bfc7a857db465420b342 100644 (file)
@@ -5,8 +5,8 @@ Maintainer: Sam Hartman <hartmans@debian.org>
 Standards-Version: 3.1.1
 
 Package: openafs-modules-=KVERS
-Conflicts: openafs-client (<< 1.2.2-0)
-Provides: openafs-modules1
+Conflicts: openafs-client (<< 1.2.9)
+Provides: openafs-modules2
 Architecture: any
 Recommends: kernel-image-=KVERS (= =KREVS)
 Description: The AFS distributed filesystem- Kernel Module