Skip to content

Commit

Permalink
Update changelog, bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
tomek-o committed Oct 16, 2024
1 parent 839e2eb commit b2dd5ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
10 changes: 9 additions & 1 deletion tSIP/_doc/changelog.h
Original file line number Diff line number Diff line change
Expand Up @@ -1213,6 +1213,14 @@ Version 0.3.05
- added transport selection for outbound proxy
- FIXED H.264 RTP loss (setting SO_RCVBUF)
- added Lua SwitchAudioSourceToConfigured(OPTIONAL_callUid) function
- FIXED hangup and switching audio source for RTP multicast/unicast streaming function (broken in 0.3)
- FIXED hangup and switching audio source for RTP multicast/unicast streaming function (broken in 0.3)
Version 0.3.06
- FIXED button font style selection, added underline and strikeout effects
- FIXED auto-answer/DND buttons not being set down after restart
- using SENDONLY direction for hold
- video, avformat: fixed vidts overflow for mp3 playback
- video, avformat: fixed playback of mp3 files with MJPEG cover
- video: fixed exception when using colorbar generators or nullaudio video source modules
*/

12 changes: 6 additions & 6 deletions tSIP/tSIP.bdsproj
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">0</VersionInfo>
<VersionInfo Name="MinorVer">3</VersionInfo>
<VersionInfo Name="Release">5</VersionInfo>
<VersionInfo Name="Release">6</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
Expand All @@ -547,7 +547,7 @@
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName">Tomasz Ostrowski</VersionInfoKeys>
<VersionInfoKeys Name="FileDescription">SIP softphone</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">0.3.5.0</VersionInfoKeys>
<VersionInfoKeys Name="FileVersion">0.3.6.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"></VersionInfoKeys>
<VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys>
<VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys>
Expand Down Expand Up @@ -601,10 +601,10 @@
</IDEOPTIONS>
</BCBPROJECT>
<buildevents>
<buildevent file="tSIP.bdsproj">
<precompile mode="0" cancancel="-1" capture="-1" showconsole="0">REM build-tools\touch.exe "$(PROJECTDIR)\FormAbout.cpp"
<buildevent file="tSIP.bdsproj">
<precompile mode="0" cancancel="-1" capture="-1" showconsole="0">REM build-tools\touch.exe "$(PROJECTDIR)\FormAbout.cpp"
</precompile>
</buildevent>
</buildevents>
</buildevent>
</buildevents>
</CPlusPlusBuilder.Personality>
</BorlandProject>
Binary file modified tSIP/tSIP.res
Binary file not shown.

0 comments on commit b2dd5ab

Please sign in to comment.