Skip to content

Commit

Permalink
Increase version to 2.3.2 and update Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerardo E. Cruz-Ortiz committed Mar 12, 2020
1 parent 44d8fde commit 3ad9a10
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ This lab application is a non-flight utility to send commands to the cFS Bundle.
ci_lab is a simple command uplink application that accepts CCSDS telecommand packets over a UDP/IP port. It does not provide a full CCSDS Telecommand stack implementation.

## Version Notes

- 2.3.2: DEVELOPMENT
- Use OSAL socket API instead of BSD sockets
- Remove PDU introspection code
- Update command and telemetry logic
- Collect globals as a single top-level global structure
- Minor changes, see https://github.com/nasa/ci_lab/pull/38
- 2.3.1: DEVELOPMENT
- Code style and enforcement (see https://github.com/nasa/ci_lab/pull/31)
- **2.3.0 OFFICIAL RELEASE**:
Expand All @@ -26,4 +31,3 @@ Dependence on cfe platform config header is undesirable, and the check is not en
For best results, submit issues:questions or issues:help wanted requests at https://github.com/nasa/cFS.

Official cFS page: http://cfs.gsfc.nasa.gov

2 changes: 1 addition & 1 deletion fsw/src/ci_lab_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#define CI_LAB_MAJOR_VERSION 2
#define CI_LAB_MINOR_VERSION 3
#define CI_LAB_REVISION 1
#define CI_LAB_REVISION 2
#define CI_LAB_MISSION_REV 0

#endif /* _ci_lab_version_h_ */
Expand Down

0 comments on commit 3ad9a10

Please sign in to comment.