Module: sip-router
Branch: 3.3
Commit: 3f931af601b0d590aeed85ce33a55f1aa287744b
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3f931af…
Author: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Committer: Peter Dunkley <peter.dunkley(a)crocodile-rcs.com>
Date: Tue Oct 16 20:58:16 2012 +0100
pkg/kamailio/fedora/16: Updated ver in .spec to 3.3.2
---
pkg/kamailio/fedora/16/kamailio.spec | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pkg/kamailio/fedora/16/kamailio.spec b/pkg/kamailio/fedora/16/kamailio.spec
index 3b3704c..2bec890 100644
--- a/pkg/kamailio/fedora/16/kamailio.spec
+++ b/pkg/kamailio/fedora/16/kamailio.spec
@@ -1,5 +1,5 @@
%define name kamailio
-%define ver 3.3.1
+%define ver 3.3.2
%define rel 0%{dist}
@@ -940,6 +940,8 @@ fi
%changelog
+* Tue Oct 16 2012 Peter Dunkley <peter(a)dunkley.me.uk>
+ - Updated ver to 3.3.2
* Fri Aug 3 2012 Peter Dunkley <peter(a)dunkley.me.uk>
- Updated ver to 3.3.1
* Sat Jun 30 2012 Peter Dunkley <peter(a)dunkley.me.uk>
Hello,
I am considering packaging Kamailio v3.3.2 at the beginning of next week
(Monday or Tuesday). If any of the devs have backports to be done, do
them before the end of this week.
Also, if someone spotted some fixes in the master that were not
backported, write to the lists so we can care of them.
Thanks,
Daniel
--
Daniel-Constantin Mierla - http://www.asipto.comhttp://twitter.com/#!/miconda - http://www.linkedin.com/in/miconda
Kamailio Advanced Training, Berlin, Nov 5-8, 2012 - http://asipto.com/u/kat
Kamailio Advanced Training, Miami, USA, Nov 12-14, 2012 - http://asipto.com/u/katu
Module: sip-router
Branch: master
Commit: b68fade258f29ad427950b42b44d706b95db4150
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b68fade…
Author: Olle E. Johansson <oej(a)edvina.net>
Committer: Olle E. Johansson <oej(a)edvina.net>
Date: Mon Oct 15 19:47:52 2012 +0200
Async typo fix
---
modules/async/doc/async_admin.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/async/doc/async_admin.xml b/modules/async/doc/async_admin.xml
index b8744b9..02d4b26 100644
--- a/modules/async/doc/async_admin.xml
+++ b/modules/async/doc/async_admin.xml
@@ -23,7 +23,7 @@
Async uses t_suspend() and t_continue() from the TM and TMX modules.
</para>
<para>
- Note that after invoking the an asynchronous operation, the processing
+ Note that after invoking the asynchronous operation, the processing
will continue later in another application process. Therefore variables
stored in private memory should not be used, try to use shared memory if you
want to get values after the processing is resumed (e.g., $avp(...),