Skip to content

Commit

Permalink
JF/70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pquiring committed Oct 7, 2024
1 parent a418e86 commit 0a1f23a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>io.github.pquiring</groupId>
<artifactId>javaforce</artifactId>
<version>69.1</version>
<version>70.0</version>

<scm>
<url>https://github.com/pquiring/javaforce</url>
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JavaForce SDK
=============

Version 69.1
Version 70.0

Description
===========
Expand Down Expand Up @@ -46,7 +46,7 @@ Before checking out the source make sure to configure line endings:
Checkout Javaforce and a specific version:
git clone http://github.com/pquiring/javaforce
cd javaforce
git checkout tags/69.1
git checkout tags/70.0
ant
Next build the native launchers.

Expand Down
2 changes: 1 addition & 1 deletion src/javaforce/JF.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
public class JF {

public static String getVersion() {
return "69.1";
return "70.0";
}

public static void main(String[] args) {
Expand Down
2 changes: 1 addition & 1 deletion versions.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<project xmlns:if="ant:if" xmlns:unless="ant:unless">
<!-- Note : any changes should be reflected in lib/package.sh -->
<!-- JavaForce version -->
<property name="javaforce-version" value="69.1"/>
<property name="javaforce-version" value="70.0"/>
<!-- native dependancies versions -->
<property name="glfw-version" value="3.4"/>
<property name="ffmpeg-version" value="5.1.2"/>
Expand Down
17 changes: 17 additions & 0 deletions whatsnew.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
What's new...

Oct 7/2024 : JF/70.0
- VoIP : added speex 8k,16k,32k audio codec (issue #20)
- VoIP : use "sip" prefix in URI for message() (issue #21)
- default can be changed with SIPClient.setMessageURI()
- jfPhone/1.31
- added support for speex,speex16,speex32
- debian/fedora repos
- URL now includes a component for OS version
- this is required mainly because of ffmpeg
- sym links are used for old URLs
- debian:bookworm
- fedora:40
- linux loader improvements
- no longer links against X11 and other libs
- only libc and libm are required
- improved Java location detection

Oct 3/2024 : JF/69.1
- jfDVR/0.31
- increased viewer max memory size to 12GB
Expand Down

0 comments on commit 0a1f23a

Please sign in to comment.