From ead8c07f29dbba1f9c485dbfff6451971a710e87 Mon Sep 17 00:00:00 2001 From: Samba Release Account Date: Mon, 18 Mar 2002 03:33:19 +0000 Subject: [PATCH] preparing for release of 3.0-alpha17 (This used to be commit a772386d34178ffb8926bfd071ad028de40cefaf) --- WHATSNEW.txt | 14 ++++++++++++++ source3/include/version.h | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 485c8f0d453..3a30b7b1efc 100644 --- a/WHATSNEW.txt +++ b/WHATSNEW.txt @@ -1,6 +1,20 @@ WHATS NEW IN Samba 3.0 alphaX ============================= +Changes in alpha17 +- OpenLinux packaging updates (jht) +- Locking updates - fix zero timeout (tridge, jra) +- Default ACL support (jra, based on code from Olaf Frczyk ) +- printing updates - spoolss stuff (tpot) +- 'make install' directory creation fixes (abartlet) +- Lots of fixes for SID handling, local v domain sids etc +- better mangle debugging (abartlet) +- fixes to allow 'net' to return more than 1000 users from ADS (jmcd) + - winbind support to come very shortly +- lock some more tdbs to allow concurrent access for backups +- 'net' help cleanups (jmcd) +- 'net join' automatic transport detection + Changes in alpha16 - LDAP schema updates (jerry) - initial ADS LDAP printer advertising (jmcd) diff --git a/source3/include/version.h b/source3/include/version.h index bd8113de1b0..afc40a8cf90 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha16" +#define VERSION "3.0-alpha17"