diff options
author | Samba Release Account <samba-bugs@samba.org> | 2002-03-18 03:33:19 +0000 |
---|---|---|
committer | Samba Release Account <samba-bugs@samba.org> | 2002-03-18 03:33:19 +0000 |
commit | ead8c07f29dbba1f9c485dbfff6451971a710e87 (patch) | |
tree | 613e1e937bd4ecccfb6e4fca79c5ad333688a422 | |
parent | 0b7f9e7a7cafdf5309a979bffabfb7ee11d734bc (diff) | |
download | samba-ead8c07f29dbba1f9c485dbfff6451971a710e87.tar.gz samba-ead8c07f29dbba1f9c485dbfff6451971a710e87.tar.bz2 samba-ead8c07f29dbba1f9c485dbfff6451971a710e87.zip |
preparing for release of 3.0-alpha17
(This used to be commit a772386d34178ffb8926bfd071ad028de40cefaf)
-rw-r--r-- | WHATSNEW.txt | 14 | ||||
-rw-r--r-- | source3/include/version.h | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt index 485c8f0d45..3a30b7b1ef 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 <olaf@cbk.poznan.pl>) +- 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 bd8113de1b..afc40a8cf9 100644 --- a/source3/include/version.h +++ b/source3/include/version.h @@ -1 +1 @@ -#define VERSION "3.0-alpha16" +#define VERSION "3.0-alpha17" |