File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77
88 <groupId >io.github.pquiring</groupId >
99 <artifactId >javaforce</artifactId >
10- <version >70.0 </version >
10+ <version >70.1 </version >
1111
1212 <scm >
1313 <url >https://github.com/pquiring/javaforce</url >
Original file line number Diff line number Diff line change 11JavaForce SDK
22=============
33
4- Version 70.0
4+ Version 70.1
55
66Description
77===========
@@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
4646Checkout Javaforce and a specific version:
4747 git clone http://github.com/pquiring/javaforce
4848 cd javaforce
49- git checkout tags/70.0
49+ git checkout tags/70.1
5050 ant
5151Next build the native launchers.
5252
Original file line number Diff line number Diff line change 2121public class JF {
2222
2323 public static String getVersion () {
24- return "70.0 " ;
24+ return "70.1 " ;
2525 }
2626
2727 public static void main (String [] args ) {
Original file line number Diff line number Diff line change 11<project xmlns : if =" ant:if" xmlns : unless =" ant:unless" >
22 <!-- Note : any changes should be reflected in lib/package.sh -->
33 <!-- JavaForce version -->
4- <property name =" javaforce-version" value =" 70.0 " />
4+ <property name =" javaforce-version" value =" 70.1 " />
55 <!-- native dependancies versions -->
66 <property name =" glfw-version" value =" 3.4" />
77 <property name =" ffmpeg-version" value =" 5.1.2" />
Original file line number Diff line number Diff line change 11What's new...
22
3+ Oct 15/2024 : JF/70.1
4+ - jfDVR : greatly reduced viewer memory requirements
5+
36Oct 7/2024 : JF/70.0
47 - VoIP : added speex 8k,16k,32k audio codec (issue #21)
58 - VoIP : use "sip" prefix in URI for message() (issue #22)
You can’t perform that action at this time.
0 commit comments