Skip to content

Releases: pquiring/javaforce

53.2

28 Mar 14:59
Compare
Choose a tag to compare

Mar 28/2024 : JF/53.2

  • jfKVM/0.2
    • migration support
    • NFS support

53.1

27 Mar 13:27
Compare
Choose a tag to compare

Mar 27/2024 : JF/53.1

  • fix ffmpeg support
    • use avformat_alloc_output_context2() instead of custom function which fixes support for ffmpeg 6.1.1
    • removed libav.org support
  • moved jnlp to utils/jnlp

53.0

26 Mar 12:22
Compare
Choose a tag to compare

Mar 26/2024 : JF/53.0

  • jfKVM/0.1
    • after weeks of work and over 250 commits latest project is ready
    • jfKVM is a Virtual Machine Management System
    • drop in replacement for VMWare ESXi hypervisor
    • see docs for more info
    • want to thank Broadcom for the motivation to build this ;)

52.6

04 Mar 16:27
Compare
Choose a tag to compare

Mar 4/2024 : JF/52.6

  • jfDVR/0.22
    • fixed some thread leaks
  • added LDAP.memberOf()

52.5

26 Feb 14:46
Compare
Choose a tag to compare

Feb 26/2024 : JF/52.5

  • jfDVR/0.21
    • finally fixed stability issues (v0.13-v0.20 were unstable)
      the problem was my old nemesis the garbage collector
      switching to the ZGC has seemed to fix the issue
    • many minor fixes
  • upgraded to GLFW/3.4

52.4

23 Feb 23:22
Compare
Choose a tag to compare

Feb 23/2024 : JF/52.4

  • many improvements to RTSP support
  • jfDVR/0.20
  • jfMedia/0.21

52.3

21 Feb 13:27
Compare
Choose a tag to compare

Feb 21/2024 : JF/52.3

  • fixed memory leaks in ffmpeg
  • re-released all ffmpeg based apps

52.2

19 Feb 21:04
Compare
Choose a tag to compare

Feb 19/2024 : JF/52.2

  • improved native loaders
    • all shared libraries are now automatically loaded
    • if a project needs ffmpeg it MUST include "FFMPEG=true" in its cfg file

52.1

18 Feb 17:15
Compare
Choose a tag to compare

Feb 18/2024 : JF/52.1

  • jfDVR/0.15
    • fixed stability issues

52.0

17 Feb 20:14
Compare
Choose a tag to compare

Feb 17/2024 : JF/52.0

  • jfDVR/0.14
    • fix config issues
    • fix service shutdown
    • fix viewer/decoder
  • jfMedia/0.18
    • add fullscreen function
  • cleanup native loader