Skip to content

Commit 2c358c4

Browse files
committed
modified: CHANGELOG.md
1 parent d17b096 commit 2c358c4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.0.36] - 2023-05-30
2+
3+
* updated the mongoose C networking library to v7.10
4+
* re-worked internal messaging to take advantage of the new mongoose v7.10 lock-free message queue (_*improved performance*_)
5+
* applied glib atomic reference counting to the user session C structure (_*improved reliability*_)
6+
17
## [5.0.35] - 2023-05-24
28

39
* Introduced a hard limit of 500 Splatalogue spectral lines that can be displayed simultaneously in the website. This has been done in order to prevent an information overload and a website slowdown. The 500 lines that are displayed will be chosen as a random subset of the larger than 500 original number of lines. Please refine your search criteria to avoid a hard limit. If the hard limit has been reached information will be displayed in the web browser JavaScript console (press F12 to view it in most browsers).

src/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#define VERSION_MAJOR 5
44
#define VERSION_MINOR 0
5-
#define VERSION_SUB 35
5+
#define VERSION_SUB 36
66

77
#define STR_HELPER(x) #x
88
#define STR(x) STR_HELPER(x)

0 commit comments

Comments
 (0)