Skip to content

Commit

Permalink
[RELEASE] 2022.6.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joca-hms committed Jun 9, 2022
1 parent 52204db commit 329921d
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## Version 2022.6.10.1

### Changes

* Code refactoring.
* Updated ABP headers and lookup tables.
* Improved support for log files containing BOM and added support for UTF16.
This means the following formats are acceptable: ASCII, UTF-8, UTF-8-BOM,
UTF-16-BOM.
* Updated ABP_CIPID_IA_PRODUCT_NAME to support both numeric and character
display.

### Fixes

* Fixed NC object's instance name lookup logic.
* Fixed ABP_NW_EXCPT_INFO_NONE, the verbose string was incorrect.

---

## Version 2021.6.1.1

### Changes
Expand Down
Binary file modified doc/AbccSpiAnalyzer_Plugin_Quick_Start_Guide.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions source/AbccSpiMetadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
#define ABCC_SPI_METADATA_H_

#ifndef FILEVERSION_YEAR
#define FILEVERSION_YEAR 2021
#define FILEVERSION_YEAR 2022
#endif

#ifndef FILEVERSION_MONTH
#define FILEVERSION_MONTH 6
#endif

#ifndef FILEVERSION_DAY
#define FILEVERSION_DAY 8
#define FILEVERSION_DAY 10
#endif

#ifndef FILEVERSION_BUILD
Expand Down

0 comments on commit 329921d

Please sign in to comment.