Changeset 313 for branches/samba-3.0


Ignore:
Timestamp:
Aug 5, 2009, 6:44:10 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (rest)

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
     7This is the latest bugfix release of the Samba 3.0 series.
     8
     9Please note, that the 3.0 series will be DISCONTINUED after this release!
     10There will be neither any bugfix release nor any security release. Updating
     11to the latest release series is strongly recommended. For more information
     12on current Samba releases, please see
     13
     14http://wiki.samba.org/index.php/Samba3_Release_Planning
     15
     16
     17Major 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######################################################################
     25Changes
     26#######
     27
     28Changes since 3.0.35
     29--------------------
     30
     31
     32o   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
     37o   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
     47o   GÃŒnther Deschner <gd@samba.org>
     48    * Don't install the cifs.upcall binary twice.
     49
     50
     51o   Steve French <smfrench@gmail.com>
     52    * BUG 4640: Fix guest mounts in mount-cifs.
     53    * Fix mount.cifs handling of -V option.
     54
     55
     56o   Bhaskar Jain (bhajain) <bhajain@cisco.com>
     57    * Prevent segmentation fault on joining a very long domain name.
     58
     59
     60o   GÃŒnter Kukkukk <linux@kukkukk.com>
     61    * Don't try and delete a default ACL from a file.
     62
     63
     64o   Volker Lendecke <vl@samba.org>
     65    * Add workaround for MS KB932762.
     66
     67
     68o   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
     73o   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
     79o   Miguel Suarez <Miguel.Suarez@stratus.com>
     80    * BUG 6085: Fix build of vfs_default.
     81
     82
     83o   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######################################################################
     89Reporting bugs & Development Discussion
     90#######################################
     91
     92As 3.0 bugs will not be fixed any longer, it does not make sense to
     93create bug reports for this version. If there are any issues, please
     94retry with the latest Samba version and file a bug report for that
     95version if the issue still exists.
     96
     97======================================================================
     98== Our Code, Our Bugs, Our Responsibility.
     99== The Samba Team
     100======================================================================
     101
     102
     103Release notes for older releases follow:
     104-------------------------------------------------
     105
    1106                   ==============================
    2107                   Release Notes for Samba 3.0.35
     
    44149======================================================================
    45150
    46 
    47 Release notes for older releases follow:
    48 -------------------------------------------------
     151----------------------------------------------------------------------
    49152
    50153                   ==============================
  • branches/samba-3.0/examples/smb.conf.default

    r1 r313  
    205205;   path = /home/samba
    206206;   public = yes
    207 ;   writable = yes
     207;   writable = no
    208208;   printable = no
    209209;   write list = @staff
  • branches/samba-3.0/packaging/RHEL/makerpms.sh

    r286 r313  
    2121USERID=`id -u`
    2222GRPID=`id -g`
    23 VERSION='3.0.35'
     23VERSION='3.0.36'
    2424REVISION=''
    2525SPECFILE="samba.spec"
  • branches/samba-3.0/packaging/RHEL/samba.spec

    r286 r313  
    66Packager: Samba Team <samba@samba.org>
    77Name:         samba
    8 Version:      3.0.35
     8Version:      3.0.36
    99Release:      1
    1010Epoch:        0
Note: See TracChangeset for help on using the changeset viewer.