svn commit: samba-web r1155 - in trunk: . download history

jerry at samba.org jerry at samba.org
Wed Nov 21 04:16:08 GMT 2007


Author: jerry
Date: 2007-11-21 04:16:07 +0000 (Wed, 21 Nov 2007)
New Revision: 1155

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba-web&rev=1155

Log:
Announce 3.0.27a.


Added:
   trunk/history/samba-3.0.27a.html
Modified:
   trunk/download/index.html
   trunk/header_columns.html
   trunk/history/header_history.html
   trunk/index.html


Changeset:
Modified: trunk/download/index.html
===================================================================
--- trunk/download/index.html	2007-11-16 14:21:54 UTC (rev 1154)
+++ trunk/download/index.html	2007-11-21 04:16:07 UTC (rev 1155)
@@ -19,7 +19,7 @@
 $ gpg --import samba-pubkey.asc
 $ gunzip samba-<em>version</em>.tar.gz
 $ gpg --verify samba-<em>release</em>.tar.asc
-gpg: Signature made Tue 26 Nov 2002 07:12:04 PM CST using DSA key ID 2F87AF6F
+gpg: Signature made Tue 20 Nov 2007 07:12:04 PM CST using DSA key ID 6568B7EA
 gpg: Good signature from &#34;Samba Distribution Verification Key&lsaquo;samba-bugs&#64;samba.org&rsaquo;
 </pre>
 

Modified: trunk/header_columns.html
===================================================================
--- trunk/header_columns.html	2007-11-16 14:21:54 UTC (rev 1154)
+++ trunk/header_columns.html	2007-11-21 04:16:07 UTC (rev 1155)
@@ -129,9 +129,9 @@
   <div class="releases">
     <h4>Current Stable Release</h4>
     <ul>
-    <li><a href="/samba/ftp/stable/samba-3.0.27.tar.gz">Samba 3.0.27 (gzipped)</a></li>
-    <li><a href="/samba/history/samba-3.0.27.html">Release Notes</a></li>
-    <li><a href="/samba/ftp/stable/samba-3.0.27.tar.asc">Signature</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.0.27a.tar.gz">Samba 3.0.27a (gzipped)</a></li>
+    <li><a href="/samba/history/samba-3.0.27a.html">Release Notes</a></li>
+    <li><a href="/samba/ftp/stable/samba-3.0.27a.tar.asc">Signature</a></li>
     </ul>
     
     <h4>Historical</h4>

Modified: trunk/history/header_history.html
===================================================================
--- trunk/history/header_history.html	2007-11-16 14:21:54 UTC (rev 1154)
+++ trunk/history/header_history.html	2007-11-21 04:16:07 UTC (rev 1155)
@@ -77,6 +77,7 @@
   <div class="notes">
     <h6>Release Notes</h6>
     <ul>
+    <li><a href="samba-3.0.27a.html">samba-3.0.27a</a></li>
     <li><a href="samba-3.0.27.html">samba-3.0.27</a></li>
     <li><a href="samba-3.0.26a.html">samba-3.0.26a</a></li>
     <li><a href="samba-3.0.26.html">samba-3.0.26</a></li>

Added: trunk/history/samba-3.0.27a.html
===================================================================
--- trunk/history/samba-3.0.27a.html	2007-11-16 14:21:54 UTC (rev 1154)
+++ trunk/history/samba-3.0.27a.html	2007-11-21 04:16:07 UTC (rev 1155)
@@ -0,0 +1,107 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+
+<head>
+<title>Samba - Release Notes Archive</title>
+</head>
+
+<body>
+
+   <H2>Samba 3.0.27a Available for Download</H2>
+
+<p>
+<pre>
+                   ===============================
+                   Release Notes for Samba 3.0.27a
+                             Nov 20, 2007
+                   ===============================
+
+Samba 3.0.27a is a bug fix release and is the current release
+for production servers running the Samba 3.0 series.
+
+Important fixes in 3.0.27a include:
+
+  o A crash bug regression experienced by smbfs clients caused
+    by the fix for CVE-2007-4572.
+
+
+######################################################################
+Changes
+#######
+
+Changes since 3.0.27
+--------------------
+
+o   Michael Adam <obnox at samba.org>
+    * BUG 4308: Add missing become_root/unbecome_root around calls of 
+      add_aliases.  Add same changes in create_token_from_username()
+      surrounding the call to getsampwsid().
+    * BUG 5083: Make solarisacl_sys_acl_get_fd() return a result when 
+      there is one (thereby fixing a memleak).
+    * BUG 5023: Fix smbd's interaction with NFSv4 ACL compatible VFS 
+      plugins such as GPFS and ZFS.
+
+
+o   Jeremy Allison <jra at samba.org>
+    * BUG 4978: Ensure that DOS attributes are copied with folders.
+    * Fix bug where tdb lock call interrupted with an alarm sig would 
+      not terminate and could lead to runaway smbd processes.
+    * Fix smbd crash bug which resulted from a regression in the patch
+      for CVE-2007-4572 patch.
+    * Prevent nmbd from adding non-initialized name to IP address
+      mappings to it's WINS database.
+
+
+o   Dmitry Butskoy <buc at odusz.so-cdu.ru>
+    * Properly catch errors in the query_user() callback to avoid
+      generated struct passwd replies with zero length usernames.
+
+
+o   Gerald (Jerry) Carter <jerry at samba.org>
+    * Prevent segv in winbindd running on a DC using the "idmap
+      backend" syntax.
+
+
+o   Steve Langasek <vorlon at debian.org>
+    * BUG 4781: Allow cleaning of /etc/mtab by canonicalizing mountpoint.
+
+
+o   Volker Lendecke <vl at samba.org>
+    * BUG 4028: Fix message popup sent via "smbclient -M".
+    * BUG 4984: Filename unix_convert() fixes for WinNT 4.0 clients.
+
+
+o   Stefan Metzmacher <metze at samba.org>
+    * Fix crash bug in pidl generated client code caused by
+      [in,out,unique] pointers.
+    * Fix crash bug in the group mapping code.
+
+
+o   Heinrich Mislik <Heinrich.Mislik at univie.ac.at>
+    * Fixes for AIX quota support.
+
+
+o   Tomasz Ostrowski <tometzky at batory.org.pl>
+    * BUG 4393: Prevent smbclient from dropping 0 bytes files from tar 
+      archives.
+
+
+o   Simo Sorce <idra at samba.org>
+    * Fixes for internal idmap domain list when "winbind trusted
+      domains only" is enabled.
+    * Fix 32/64-bit compatibility issues in the winbind request/response
+      structures.
+
+
+o   Martin Zielinski <mz at seh.de>
+    * Error code path fix for get_mydnsdomname().
+
+</pre>
+
+<p>Please refer to the original <a href="/samba/history/samba-3.0.26a.html">Samba
+3.0.27 Release Notes</a> for more details regarding changes in
+previous releases.</p>
+</body>
+</html>
+


Property changes on: trunk/history/samba-3.0.27a.html
___________________________________________________________________
Name: svn:executable
   + *

Modified: trunk/index.html
===================================================================
--- trunk/index.html	2007-11-16 14:21:54 UTC (rev 1154)
+++ trunk/index.html	2007-11-21 04:16:07 UTC (rev 1155)
@@ -19,19 +19,18 @@
 
     <h2>Current Release</h2>
 
-    <h4><a name="latest">15 Nov 2007</a></h4>
-    <p class="headline">Samba 3.0.27 Available for Download</p>
+    <h4><a name="latest">20 Nov 2007</a></h4>
+    <p class="headline">Samba 3.0.27a Available for Download</p>
 
-    <p>Samba 3.0.27 is a security release to
-       address <a href="/samba/security/CVE-2007-4572.html">CVE-2007-4572</a> 
-       and <a href="/samba/security/CVE-2007-5398.html">CVE-2007-5398</a>.</p>
+    <p>Samba 3.0.27a is a bug fix release and is the current release
+      for production servers running the Samba 3.0 series.</p>
 
-    <p>The <a href="/samba/ftp/stable/samba-3.0.27.tar.gz">Samba 3.0.27</a> source code
-       (<a href="/samba/ftp/stable/samba-3.0.27.tar.asc">GPG
+    <p>The <a href="/samba/ftp/stable/samba-3.0.27a.tar.gz">Samba 3.0.27a</a> source code
+       (<a href="/samba/ftp/stable/samba-3.0.27a.tar.asc">GPG
        signature</a>) can be downloaded now.   If you prefer, the 
-       <a href="/samba/ftp/patches/patch-3.0.26a-3.0.27.diffs.gz">patch 
+       <a href="/samba/ftp/patches/patch-3.0.27-3.0.27a.diffs.gz">patch 
        file against previous releases</a>
-       (<a href="/samba/ftp/patches/patch-3.0.26a-3.0.27.diffs.asc">GPG
+       (<a href="/samba/ftp/patches/patch-3.0.27-3.0.27a.diffs.asc">GPG
        signature</a>) is also available for download.   
        Please read these <a href="/samba/download/">instructions on  
        how to verify the gpg signature</a>.  Precompiled packages will



More information about the samba-cvs mailing list