summaryrefslogtreecommitdiffstats
path: root/WHATSNEW.txt
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-06-19 12:13:46 +0000
committerGerald Carter <jerry@samba.org>2006-06-19 12:13:46 +0000
commitaa39f8aeab4ff08fd083cf913576f24104b08fde (patch)
tree46d96c9a35a003803628e032f24de9146dc944e7 /WHATSNEW.txt
parenta1dd753bc22fb9fe98e146078f9e45b972c69fe0 (diff)
downloadsamba-aa39f8aeab4ff08fd083cf913576f24104b08fde.tar.gz
samba-aa39f8aeab4ff08fd083cf913576f24104b08fde.tar.xz
samba-aa39f8aeab4ff08fd083cf913576f24104b08fde.zip
r16348: * merging changes from SAMBA_3_0 r16346
* updating release notes to match
Diffstat (limited to 'WHATSNEW.txt')
-rw-r--r--WHATSNEW.txt40
1 files changed, 33 insertions, 7 deletions
diff --git a/WHATSNEW.txt b/WHATSNEW.txt
index 2bc092c8f80..2143a8868ed 100644
--- a/WHATSNEW.txt
+++ b/WHATSNEW.txt
@@ -1,6 +1,6 @@
=================================
- Release Notes for Samba 3.0.23rc2
- Jun XX, 2006
+ Release Notes for Samba 3.0.23rc3
+ Jun 19, 2006
=================================
This is the third release candidate of the 3.0.23 code base and is
@@ -10,12 +10,13 @@ Your testing and feedback is greatly appreciated.
We would like to thank the developers of Klocwork for their analysis
of the Samba source tree. This release candidate includes fixes
-for over two dozen defects reported by the Klocwork code analyzer.
-
+for over three dozen defects reported by the Klocwork code analyzer.
Common issues addressed in 3.0.23rc3 include:
- o
+ o Many more warnings from the Klocwork code analyzer.
+ o Various portability bugs on AIX, Solaris, and True64.
+
######################################################################
Changes
@@ -32,6 +33,11 @@ o Jeremy Allison <jra@samba.org>
* Cleanup pdb_get_XXX() methods and ensure that a failure
to allocate memory for a samu user structure is reported
as a failure to the calling function.
+ * Fix memleak in printing gencache contents.
+ * Fix warnings reported by gcc4 -O6 on 64-bit systems
+ * Fix naming conflicts with 'net usershare' structures and
+ Solaris header files.
+ * Fix memleaks on error paths from the ASN.1 parsing code.
o Gerald (Jerry) Carter <jerry@samba.org>
@@ -43,19 +49,39 @@ o Gerald (Jerry) Carter <jerry@samba.org>
o Guenther Deschner <gd@samba.org>
* Fix memleaks in winbindd ads searches.
* Fix timestamp bug in pam_winbindd which forced users to change
- passwords prematurelty.
+ passwords prematurely.
* Small debug message cleanups.
+ * Small fixes for 'net ads password'.
+ * Add TCP fallback for our implementation of the CHANGEPW
+ kpasswd calls.
+ * BUG 3843: Allow to set passwords directly when creating users
+ via "net rpc user add"
+ * Add "rpc shell" to the usage text for the net command.
+
+
+o Bjoern Jacke <samba@j3e.de>.
+ * Fix DMAPI compile failures on AIX and True64.
+ * Fix AIX PIC suffix (use .o instead of .po).
o Volker Lendecke <vl@samba.org>
* Fixes for various Klocwork defect reports.
- * Fixes for two Coverity defect reports.
+ * Fixes for various Coverity defect reports.
o Jason Mader <jason@ncac.gwu.edu>
* Compiler warning fixes.
+o James Peach <jpeach@sgi.com>
+ * Ensure smbclient always prompts on standard output when in
+ interactive mode.
+
+
+o Andreas Schwab
+ * Correct syntax error in aclocal.m4.
+
+
Release Notes for older release follow:
--------------------------------------------------