File: RELEASE

package info (click to toggle)
sofia-sip 1.12.11%2B20110422.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 16,572 kB
  • ctags: 15,728
  • sloc: ansic: 145,548; sh: 12,185; makefile: 1,228; cpp: 915; awk: 640; sed: 198
file content (97 lines) | stat: -rw-r--r-- 3,765 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
==============================================
Release notes for current version of Sofia-SIP
==============================================

Changes since last release
--------------------------

<changes since last written in freshmeat.net "Changes:" style;
 and in less than 10 lines, written in 3rd person English, with
 complete sentences />

Bugs in blaa and foo have been fixed. The stack now supports
use of foobar...

API/ABI changes and versioning
------------------------------

<see previous release notes at
 http://sofia-sip.sourceforge.net/relnotes/ for examples ;
 - should include all changes to public headers, and
   other important information to developers;
 - and should be updated _continuously_! />

**template**: New features in API are marked with Doxytag macro @VERSION_1_XX_X.

libsofia-sip-ua:
- **template**: Added foobar() function (sofia-sip/foobar.h).
- Added SOATAG_USER_O_LINE() tag (sofia-sip/soa_tag.h)
- Added msg_q_value() function (sofia-sip/msg_mime.h).
- Added msg_accept_match() function (sofia-sip/msg_mime.h).
- Added NUTAG_AUTO100() tag (sofia-sip/nua_tag.h)
- Added NUTAG_ACCEPT_MULTIPART() tag (sofia-sip/nua_tag.h).
- Added NUTAG_MAX_RETRY_AFTER() tag (sofia-sip/nua_tag.h)
- Added NUTAG_APPL_EVENT() tag (sofia-sip/nua_tag.h)
- Added NUTAG_DEFERRABLE_TIMERS() tag (sofia-sip/nua_tag.h).
- Added typedef su_time64_t and functions su_now64(), su_stamp64(),
  su_time64_to_time(), su_time_to_time64(), su_time64_add(), and
  su_duration64() (sofia-sip/su_time.h).
- Added su_root_stamp64() and su_root_stamp64_offset() (sofia-sip/su_wait.h).
- This release is ABI/API compatible with applications linked against
  any 1.12.x release. However, applications built against this release won't
  work against an older library. The ABI has been tested with the nua module
  unit test (test_nua) built against original 1.12.0 release.

libsofia-sip-ua-glib:
- No ABI/API changes, compatible with 1.12.0. Note, libsofia-sip-ua-glib
  interface is not considered stable and may change in a future 1.12.x
  release.

Contributors to this release
----------------------------

<list of people who contributed to _this_ release
 - update as people's patches are added, or when you commit stuff
 - current development team members (see AUTHORS) may be omitted,
   or listed at the end of the contribur list (depending on the scope
   of the work done since the last release)
 - name of the contributor should be enough (email addresses in AUTHORS),
   plus a _brief_ description of what was contributed
 - roughly sorted by number of patches accepted
/>

- 
- **template**: First Surname (patch to nua/soa/msg)

See the AUTHORS file in the distribution package.

Notes on new features
---------------------

<information about major new features
 - new/changed/removed functionality
 - links to further documentation
 - section may be omitted for minor releases
/>

Bugs fixed in this release
--------------------------

< notable bugs fixed in this release
 - check the sf.net bug tracker; see closed bugs,
   sorted by closing date
 - other bugs as fixed in CVS/darcs
/>

- **template**: #9499652 sf.net bug item title
- If initial OPTIONS used to verify registration fails, it is not retried
  after re-REGISTER.
- Fixed multiple Coverity issues.
- Updating SDP version on o= line if the SDP was changed processing answer.
  Thanks for Kristian Tronnberg for reporting the issue.
- Incorporated fixes for multiple issues from Freeswitch.
- MeeGo bug #15577: msg_addr_zero confuses sizeof pointer for sizeof *pointer
- MeeGo bug #15573: su_task_init use of sizeof typedef causes analysis tool 
  to fret  (reports by timeless)
- Now using same Call-ID when retransmitting authenticated requests by NUA
  (report by Olivier Deme)