diff options
Diffstat (limited to 'packaging/Debian/debian/changelog')
-rw-r--r-- | packaging/Debian/debian/changelog | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/packaging/Debian/debian/changelog b/packaging/Debian/debian/changelog index ad556c0d8c..a3d27b56d4 100644 --- a/packaging/Debian/debian/changelog +++ b/packaging/Debian/debian/changelog @@ -1,3 +1,25 @@ +samba (3.0.0beta3-0.1) unstable; urgency=low + + * Local build. + + -- Debian User <somebody@somwhere.net> Tue, 15 Jul 2003 11:05:39 -0400 + +samba (3.0.0beta2-2) unstable; urgency=low + + * Drag new unpackaged tools into the packages: smbcquotas (smbclient), + vfs modules (samba), smbtree(1) manpage (smbclient), tdbbackup(8) + manpage (samba). (closes: #151158) + * Switch to DH_COMPAT level 4: + - no explicit conffile listings needed + - the postinst for libsmbclient is now completely autogenerated + - use the default init script handling (with support for + invoke-rc.d) in debhelper, instead of the currently buggy upgrade + path (closes: #185439) + - add support for ${misc:Depends} in control for those packages with + init scripts + + -- Steve Langasek <vorlon@debian.org> Sat, 12 Jul 2003 19:27:31 -0500 + samba (3.0.0beta2-1) unstable; urgency=low * New upstream release @@ -13,6 +35,20 @@ samba (3.0.0beta2-1) unstable; urgency=low - Handle an empty 'passdb backend' list gracefully (closes: #193946). * Don't set 'display charset' anymore on upgrade, since this is now grabbed from the locale by default -- a much better option. + * Removed time.c.patch which is now in the upstream sources. + * Update FHS patch for two new tdb files (netsamlogon_cache.tdb, + privilege.tdb). + * Remove python-linker.patch, since the Kerberos package has been + fixed to no longer use rpath + * Remove configure.patch: the hppa glibc bug this was added for is + long since fixed, and upstream isn't interested in supporting this + kludge. + * Update references to missing documentation in sample smb.conf file + (closes: #187632). + * Fix handling of krb5 link line, building on a patch from Stefan + Metzmacher <metze@metzemix.de>. + * Add patch so smbclient's tar support works with popt + (closes: #194921). -- Steve Langasek <vorlon@debian.org> Wed, 2 Jul 2003 20:59:09 -0500 |