On 5/10/2011 11:24 PM, Douglas Hubler wrote:
> This is a notice in accordance with bug fix release policy
>
>     http://wiki.sipfoundry.org/display/sipXecs/Bug+Fix+Release+Policy
>
If it was determined one of the bugfixes caused an issue, is there a way 
to back it out?
> Notes
> =============================
> - ** No security updates in this update **
> - ISO has *not* been rebuilt as decided in release policy. Yum update
> after installation is recommended for getting these updates
> - Thank you George, Mircea and Domenico for your fixes and everyone
> for your bug reports!
>
>
> Build Log
> =============================
>
> commit 157292d20020af90e1e905ce4859000758bbf581
> Author: George Niculae<geo...@ezuce.com>
> Date:   Tue May 10 13:14:42 2011 +0300
>
>      XX-9582: SipXbridge not working properly in 4.4. with HA cluster
>
>      - set sip trunk associated sbc device when loading EditGateway
> page (otherwise will save it always with the built in sbc from
> primary)
>
> M     
> sipXconfig/web/src/org/sipfoundry/sipxconfig/site/gateway/EditGateway.java
>
> commit 6b3e39ff982a669b19001738e2760cdaf9226131
> Author: Mircea Carasel<mirc...@ezuce.com>
> Date:   Mon May 9 18:34:45 2011 +0300
>
>      XX-9577: LDAP Authentication using user alias is not working
>
>      -obtained user's true username id and sent it to ldap
>
> M     
> sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/security/ConfigurableLdapAuthenticationProvider.java
>
> commit 909e62ed2259c5005f9bd298612e00ab08da5a50
> Author: George Niculae<geo...@ezuce.com>
> Date:   Fri May 6 02:35:07 2011 +0300
>
>      XX-9565: record and send message also after 1 is pressed and menu
> timeouts after 1 is pressed and wrong option provided
>
> M     sipXivr/src/main/java/org/sipfoundry/voicemail/Deposit.java
> M     sipXivr/src/main/java/org/sipfoundry/voicemail/VmMenu.java
>
> commit ca825992f141519912424c7602d810dfbeb10ca1
> Author: George Niculae<geo...@ezuce.com>
> Date:   Mon May 9 17:07:56 2011 +0300
>
>      Revert "XX-9565: record and send message also after 1 is pressed
> and menu timeouts after 1 is pressed and wrong option provided"
>
>      This reverts commit f9a297ab811027de76b8ba9964b2a8780c6cca7d.
>
> M     sipXivr/src/main/java/org/sipfoundry/voicemail/Deposit.java
> M     sipXivr/src/main/java/org/sipfoundry/voicemail/VmMenu.java
>
> commit f9a297ab811027de76b8ba9964b2a8780c6cca7d
> Author: George Niculae<geo...@ezuce.com>
> Date:   Fri May 6 02:35:07 2011 +0300
>
>      XX-9565: record and send message also after 1 is pressed and menu
> timeouts after 1 is pressed and wrong option provided
>
> M     sipXivr/src/main/java/org/sipfoundry/voicemail/Deposit.java
> M     sipXivr/src/main/java/org/sipfoundry/voicemail/VmMenu.java
>
> commit c9044a8087d183ec0945b69149c3b99e575dd306
> Author: George Niculae<geo...@ezuce.com>
> Date:   Fri Apr 29 16:30:15 2011 +0300
>
>      XX-8063: fixed 'SipTcpServer-3' - no room, ret = 9" error
>
>      Patch from Domenico Chierico, thanks!
>
> M     sipXtackLib/src/net/SipClient.cpp
> M     sipXtackLib/src/net/SipTcpServer.cpp
>
> commit 3dc3fa1783324615c2f1a03a40f73322bbb1e340
> Author: George Niculae<geo...@ezuce.com>
> Date:   Thu Apr 28 17:46:04 2011 +0300
>
>      XX-9574: User portal: automatic reload FS when conference change
>
>      - when changing conferences from user portal, FS automatically
> reloads so changes become effective without other action
>      - exposed SipxProcessContext.manageServices(Collection<  ? extends
> SipxService>  processes, Command command) - it will issue command on
> all locations for the given service collection
>      - when called from user portal EditConference will issue reload
> for FS service
>
> M     
> sipXconfig/neoconf/src/org/sipfoundry/sipxconfig/admin/commserver/SipxProcessContext.java
> M     
> sipXconfig/web/src/org/sipfoundry/sipxconfig/site/conference/EditBridge.java
> M     
> sipXconfig/web/src/org/sipfoundry/sipxconfig/site/conference/EditConference.java
> M     
> sipXconfig/web/src/org/sipfoundry/sipxconfig/site/conference/UserConferencesPanel.java
>
> commit 1da88129b3827b5799c980d3b25dd181209eb4ba
> Author: George Niculae<geo...@ezuce.com>
> Date:   Wed Apr 27 15:50:01 2011 +0300
>
>      XX-9573: remove call rate limit settings from sipxproxy.xml
>
> M     sipXconfig/neoconf/etc/sipxproxy/sipxproxy.properties
> M     sipXconfig/neoconf/etc/sipxproxy/sipxproxy.xml
>
> commit 63a7da5198f01244bb1259873d4afc51bb849fe2
> Author: George Niculae<geo...@ezuce.com>
> Date:   Thu Apr 21 12:47:46 2011 +0300
>
>      HttpMessage: change log level form warning to debug
>
> M     sipXtackLib/src/net/HttpMessage.cpp
>
> commit 3097e494c97776cd2b1e274a492154b51a39a9cf
> Author: George Niculae<geo...@ezuce.com>
> Date:   Wed Apr 20 14:28:44 2011 +0300
>
>      while parsing nattraversalrules.xml sipXproxy reports ERROR when
>      - publicaddress not found - this should be ok if address type set
> to STUN, changed log level to debug
>      - mediarelayexternaladdress not found - this is never written in
> nattraversalrules by config, changed log level to debug
>      - secureXMLRPC not found - never written in nattraversalrules.xml
> by config, changed log level to debug
>      - rediscovery-time not found - should be OK if address type set to
> public IP, changed log level to debug
>      - stun-server-address not found - should be OK if address type set
> to public IP, changed log level to debug
>
> M     sipXproxy/lib/authplugins/NatTraversalAgent/NatTraversalRules.cpp
> _______________________________________________
> sipx-users mailing list
> sipx-users@list.sipfoundry.org
> List Archive: http://list.sipfoundry.org/archive/sipx-users/

_______________________________________________
sipx-users mailing list
sipx-users@list.sipfoundry.org
List Archive: http://list.sipfoundry.org/archive/sipx-users/

Reply via email to