Skip to content

Commit

Permalink
Updated NEWS and Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleef committed Sep 26, 2023
1 parent 9322f56 commit 5b81dd8
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
48 changes: 48 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,53 @@
2023-09-26 Patrick van Kleef <[email protected]>

Updated version to 7.2.11 engine 3238

2023-09-26 Mitko Iliev <[email protected]>

Fixed issue with leading space before split

2023-09-26 Patrick van Kleef <[email protected]>

Fixed parameter name to XAnyNormalization in documentation

Reported-by: Arnoud Engelen

2023-09-26 Ted Thibodeau Jr <[email protected]>

Fixed wrong column name in debian/README.Debian

Fixed RDF to RDF/XML in human-facing serialization lists

Fixed human-facing typos in cetop.c

Fixed typos in viconfig.c

Fixed human-facing typos in configure.ac

2023-09-26 Patrick van Kleef <[email protected]>

Fixed startup time building VAD packages on linux/macos/unix

2023-09-25 Mitko Iliev <[email protected]>

Fixed issues mixing valid and invalid MIME types in Accept header (fixes #786)

Fixed href is needed in PROPPATCH response

Fixed show failed argument value to convert

2023-09-22 Patrick van Kleef <[email protected]>

Fixed missing export symbol for graphql plugin on musl c library

2023-09-22 Mitko Iliev <[email protected]>

Fixed missing entry for JSON-LD in RDF DET

2023-09-22 Patrick van Kleef <[email protected]>

Updated NEWS.md and Changelog

Updated version to 7.2.11-rc1

2023-09-22 Mitko Iliev <[email protected]>
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# NEWS

## September 22, 2023, v7.2.11-rc1:
## September 26, 2023, v7.2.11:

* Virtuoso Engine
- Added log info on manual enable/disable scheduler and checkpoint intervals
Expand All @@ -16,7 +16,9 @@
- Fixed issue with get_keyword with soap options vector
- Fixed issue with chash on many threads
- Fixed issue with lang matches
- Fixed issue loading graphql plugin with musl C library
- Fixed do not replace trx log prefix with CHECKPOINT command
- Fixed small typos in documentation and error messages

* SPARQL
- Fixed SPARQL property path query returning incorrect results
Expand All @@ -30,8 +32,10 @@
- Added option http_options_no_exec for http virtual path
- Added support for Content-Security-Policy header
- Added optional base url to http_xslt function as 3rd parameter
- Fixed issues mixing valid and invalid MIME types in Accept header
- Fixed issue writing log on delete/put/patch etc
- Fixed missing entry for JSON-LD in RDF DET
- Fixed issue with missing href in PROPPATCH response
- Fixed issue with base64 decode and trailing zeroes
- Fixed issue with dead http session

Expand Down

0 comments on commit 5b81dd8

Please sign in to comment.