Skip to content

Commit

Permalink
Prepare release jsle-0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolae Mihalache committed Jul 28, 2022
1 parent ecb3fbf commit 4e8e0b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Version 0.16
Version 0.16 released 28-Jul-2022
- implemented get parameter and CLTU throw event
- fixed memory leaks caused by not freeing netty buffers at the end of the pipeline
- fixed bug in the frame recording caused by not consistenly using UTC times for the filenames

Version 0.15.1 released 22-Mar-2022
- bugfix: the recording of frames was stopped when an online link was stopped
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<groupId>org.yamcs</groupId>
<artifactId>jsle</artifactId>
<packaging>jar</packaging>
<version>0.16-SNAPSHOT</version>
<version>0.16</version>
<name>jsle</name>
<url>https://github.com/yamcs/jsle</url>
<description>Java implementation for the SLE (Space Link Extension) protocol.</description>
Expand Down Expand Up @@ -183,7 +183,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.3</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 4e8e0b3

Please sign in to comment.