Changeset 313 for branches/samba-3.0
- Timestamp:
- Aug 5, 2009, 6:44:10 PM (16 years ago)
- Location:
- branches/samba-3.0
- Files:
-
- 3 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/WHATSNEW.txt
r286 r313 1 ============================== 2 Release Notes for Samba 3.0.36 3 August, 5 2009 4 ============================== 5 6 7 This is the latest bugfix release of the Samba 3.0 series. 8 9 Please note, that the 3.0 series will be DISCONTINUED after this release! 10 There will be neither any bugfix release nor any security release. Updating 11 to the latest release series is strongly recommended. For more information 12 on current Samba releases, please see 13 14 http://wiki.samba.org/index.php/Samba3_Release_Planning 15 16 17 Major enhancements included in Samba 3.0.36 are: 18 19 o Fix Winbind crash on 'getent group' (bug #5906). 20 o Excel save operation corrupts file ACLs (bug #4308). 21 o Prevent segmentation fault on joining a very long domain name. 22 23 24 ###################################################################### 25 Changes 26 ####### 27 28 Changes since 3.0.35 29 -------------------- 30 31 32 o Michael Adam <obnox@samba.org> 33 * BUG 5906: Fix Winbind crash on 'getent group'. 34 * BUG 6066: netinet/ip.h present but cannot be compiled on Solaris. 35 36 37 o Jeremy Allison <jra@samba.org> 38 * BUG 4308: Excel save operation corrupts file ACLs. 39 * BUG 6099: In order to allow Win7 to connect to a Samba NT style 40 * BUG 6279: Fix Winbind crash. 41 PDC we set the flags before we know if it's an error or not. 42 * Fix logic error in try_chown. 43 * Correctly use chroot(). 44 * Fix bug in processing of open modes in POSIX open. 45 46 47 o GÃŒnther Deschner <gd@samba.org> 48 * Don't install the cifs.upcall binary twice. 49 50 51 o Steve French <smfrench@gmail.com> 52 * BUG 4640: Fix guest mounts in mount-cifs. 53 * Fix mount.cifs handling of -V option. 54 55 56 o Bhaskar Jain (bhajain) <bhajain@cisco.com> 57 * Prevent segmentation fault on joining a very long domain name. 58 59 60 o GÃŒnter Kukkukk <linux@kukkukk.com> 61 * Don't try and delete a default ACL from a file. 62 63 64 o Volker Lendecke <vl@samba.org> 65 * Add workaround for MS KB932762. 66 67 68 o Shirish Pargaonkar <shirishpargaonkar@gmail.com> 69 * BUG 4370: Clean-up entries in /etc/mtab after unmount. 70 * Add fakemount (-f) and nomtab (-n) flags to mount.cifs. 71 72 73 o Ted Percival <ted.percival@quest.com> 74 * Fix a crash during name resolution when log level >= 10 75 and libc segfaults if printf is passed NULL for a "%s" arg 76 (eg. Solaris). 77 78 79 o Miguel Suarez <Miguel.Suarez@stratus.com> 80 * BUG 6085: Fix build of vfs_default. 81 82 83 o Yasuma Takeda <yasuma@osstech.co.jp> 84 * BUG 6098: When the DNS server is invalid, the ads_find_dc() does not work 85 correctly. 86 87 88 ###################################################################### 89 Reporting bugs & Development Discussion 90 ####################################### 91 92 As 3.0 bugs will not be fixed any longer, it does not make sense to 93 create bug reports for this version. If there are any issues, please 94 retry with the latest Samba version and file a bug report for that 95 version if the issue still exists. 96 97 ====================================================================== 98 == Our Code, Our Bugs, Our Responsibility. 99 == The Samba Team 100 ====================================================================== 101 102 103 Release notes for older releases follow: 104 ------------------------------------------------- 105 1 106 ============================== 2 107 Release Notes for Samba 3.0.35 … … 44 149 ====================================================================== 45 150 46 47 Release notes for older releases follow: 48 ------------------------------------------------- 151 ---------------------------------------------------------------------- 49 152 50 153 ============================== -
branches/samba-3.0/examples/smb.conf.default
r1 r313 205 205 ; path = /home/samba 206 206 ; public = yes 207 ; writable = yes207 ; writable = no 208 208 ; printable = no 209 209 ; write list = @staff -
branches/samba-3.0/packaging/RHEL/makerpms.sh
r286 r313 21 21 USERID=`id -u` 22 22 GRPID=`id -g` 23 VERSION='3.0.3 5'23 VERSION='3.0.36' 24 24 REVISION='' 25 25 SPECFILE="samba.spec" -
branches/samba-3.0/packaging/RHEL/samba.spec
r286 r313 6 6 Packager: Samba Team <samba@samba.org> 7 7 Name: samba 8 Version: 3.0.3 58 Version: 3.0.36 9 9 Release: 1 10 10 Epoch: 0
Note:
See TracChangeset
for help on using the changeset viewer.