Skip to content

Commit 0437a08

Browse files
authored
Merge pull request #179 from pixxelhq/master
v5.10.9-Pixxel-5.7.2
2 parents 48d7a2c + e377818 commit 0437a08

147 files changed

Lines changed: 3010 additions & 1035 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 5.10.9 released 1-Dec-2024
2+
- Add stack step to insert arbitrary text
3+
- Add stack step to insert telemetry verifications
4+
15
Version 5.10.8 released 21-Nov-2024
26
- Bug fix in the parameter archive: when rebuilding intervals with gaps, the gaps would not be properly encoded, causing errors in retrieval.
37
Implemented a consistency check which will inform if the parameter archive is corrupted and will suggest a rebuild of the specific interval.

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.yamcs</groupId>
55
<artifactId>yamcs</artifactId>
6-
<version>5.10.8-Pixxel-5.7.1</version>
6+
<version>5.10.9-Pixxel-5.7.2</version>
77
</parent>
88

99
<artifactId>distribution</artifactId>

examples/cascading/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>cascading</artifactId>

examples/ccsds-frames/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>ccsds-frames</artifactId>

examples/cfdp-udp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>cfdp-udp</artifactId>

examples/cfdp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>cfdp</artifactId>

examples/perftest1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>perftest1</artifactId>

examples/perftest2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>perftest2</artifactId>

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs</groupId>
77
<artifactId>yamcs</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<groupId>org.yamcs.examples</groupId>

examples/pus/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.yamcs.examples</groupId>
77
<artifactId>examples</artifactId>
8-
<version>5.10.8-Pixxel-5.7.1</version>
8+
<version>5.10.9-Pixxel-5.7.2</version>
99
</parent>
1010

1111
<artifactId>pus</artifactId>

0 commit comments

Comments
 (0)