|
| 1 | +BREAKING(!) changes in 3.6.1 |
| 2 | +============================ |
| 3 | + |
| 4 | +* CMake is now used as build environment. autoconf and friends are gone. |
| 5 | + (#430, by Rob Day (@rkday).). See `build.sh` for CMake invocations. |
| 6 | + For a full build, do: |
| 7 | + |
| 8 | + cmake . -DUSE_GSL=1 -DUSE_PCAP=1 -DUSE_SSL=1 -DUSE_SCTP=1 |
| 9 | + make -j4 |
| 10 | + |
| 11 | + |
| 12 | +Bugs fixed in 3.6.1 |
| 13 | +=================== |
| 14 | + |
| 15 | +* Consistently unescape XML attributes when loading scenario (#458, by |
| 16 | + Steve Frécinaux (@nud)). |
| 17 | +* Fix buffer overflow in screen output (#479, reported by @brettowe). |
| 18 | +* Fix nonce count in auth headers (#421, by Cody Herzog (@codyherzog)). |
| 19 | +* Fix parser warning when trying to access 0-byte SDP body (by Lin Sun |
| 20 | + (@sunlin7)). |
| 21 | +* Fix pcapplay on FreeBSD (#434, by Rob Day (@rkday)). |
| 22 | +* Improve build validation (#424, by Stanislav Litvinenko (@dolk13)), a |
| 23 | + few compiler fixes, a few ncurses fixes (including #436, reported by |
| 24 | + @TamerL), build cleanup after CMake (#443, #442, by Orgad Shaneh |
| 25 | + (@orgads)) and libtinfo linker issues (Jeannot Langlois |
| 26 | + (@jeannotlanglois)). |
| 27 | +* Improve provided sipp.dtd file (#425, by David M. Lee (@leedm777)), |
| 28 | + and XML fixes by Rob Day. |
| 29 | +* Make it easier to deal with large SIP packets by adding an optional |
| 30 | + `CPPFLAGS=-DSIPP_MAX_MSG_SIZE=262144` flag (#422, by Cody Herzog |
| 31 | + (@codyherzog)). |
| 32 | + |
| 33 | + |
1 | 34 | BREAKING(!) changes in 3.6.0
|
2 | 35 | ============================
|
3 | 36 |
|
|
0 commit comments