[asterisk-commits] lmadsen: tag 1.8.4-rc3 r315144 - in /tags/1.8.4-rc3: ./ main/

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Mon Apr 25 09:50:10 CDT 2011


Author: lmadsen
Date: Mon Apr 25 09:50:06 2011
New Revision: 315144

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=315144
Log:
Merge changes for 1.8.4-rc3

Modified:
    tags/1.8.4-rc3/.version
    tags/1.8.4-rc3/ChangeLog
    tags/1.8.4-rc3/main/lock.c

Modified: tags/1.8.4-rc3/.version
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.4-rc3/.version?view=diff&rev=315144&r1=315143&r2=315144
==============================================================================
--- tags/1.8.4-rc3/.version (original)
+++ tags/1.8.4-rc3/.version Mon Apr 25 09:50:06 2011
@@ -1,1 +1,1 @@
-1.8.4-rc2
+1.8.4-rc3

Modified: tags/1.8.4-rc3/ChangeLog
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.4-rc3/ChangeLog?view=diff&rev=315144&r1=315143&r2=315144
==============================================================================
--- tags/1.8.4-rc3/ChangeLog (original)
+++ tags/1.8.4-rc3/ChangeLog Mon Apr 25 09:50:06 2011
@@ -1,3 +1,18 @@
+2011-04-25  Leif Madsen <lmadsen at digium.com>
+
+	* Asterisk 1.8.4-rc3 Released.
+
+	* Use SSLv23_client_method instead of old SSLv2 only.
+
+		(closes issue 0019095)
+		(closes issue 0019138)
+		Reported by: tzafrir
+		Patches: 
+		      no_ssl2.diff uploaded by tzafrir (license 46)
+		      Tested by: russell, chazzam
+
+	* Resolve crash in ast_mutex_init()
+
 2011-02-25  Leif Madsen <lmadsen at digium.com>
 
 	* Asterisk 1.8.4-rc2 Released.

Modified: tags/1.8.4-rc3/main/lock.c
URL: http://svnview.digium.com/svn/asterisk/tags/1.8.4-rc3/main/lock.c?view=diff&rev=315144&r1=315143&r2=315144
==============================================================================
--- tags/1.8.4-rc3/main/lock.c (original)
+++ tags/1.8.4-rc3/main/lock.c Mon Apr 25 09:50:06 2011
@@ -47,6 +47,7 @@
 	int res;
 	pthread_mutexattr_t  attr;
 
+	t->track = NULL;
 #ifdef DEBUG_THREADS
 #if defined(AST_MUTEX_INIT_W_CONSTRUCTORS) && defined(CAN_COMPARE_MUTEX_TO_INIT_VALUE)
 	if ((t->mutex) != ((pthread_mutex_t) PTHREAD_MUTEX_INITIALIZER)) {




More information about the asterisk-commits mailing list