Skip to content

Commit

Permalink
Merge branch 'release/7.2.9' into stable/7
Browse files Browse the repository at this point in the history
  • Loading branch information
pkleef committed Feb 27, 2023
2 parents 64e6ecd + 8ec07ef commit 795af34
Show file tree
Hide file tree
Showing 7,459 changed files with 16,991 additions and 10,610 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion CREDITS
@@ -1,7 +1,7 @@
Credits
=======

*Copyright (C) 1998-2022 OpenLink Software <vos.admin@openlinksw.com>*
*Copyright (C) 1998-2023 OpenLink Software <vos.admin@openlinksw.com>*


Included Functionality
Expand Down
2 changes: 1 addition & 1 deletion CREDITS.md
@@ -1,7 +1,7 @@
Credits
=======

*Copyright (C) 1998-2022 OpenLink Software <vos.admin@openlinksw.com>*
*Copyright (C) 1998-2023 OpenLink Software <vos.admin@openlinksw.com>*


Included Functionality
Expand Down
262 changes: 262 additions & 0 deletions ChangeLog
@@ -1,5 +1,267 @@
2023-02-27 Patrick van Kleef <pkleef@openlinksw.com>

Updated version to 7.2.9 engine 3236

Updated NEWS.md

2023-02-27 Mitko Iliev <imitko@openlinksw.com>

Fixed issue with LDP sparql queries and rdf views

2023-02-24 Patrick van Kleef <pkleef@openlinksw.com>

Updated ChangeLog

Updated version to 7.2.9-rc1

Fixed typo in column name

2023-02-24 Mitko Iliev <imitko@openlinksw.com>

Fixed issue in sparql query with variable in filter

The VOS 7.x sparql engine does not handle the case where filter on
equal does not contain a function call on the right hand side, so as a
workaround we use a call to iri().

2023-02-24 Patrick van Kleef <pkleef@openlinksw.com>

Published initial SECURITY.md

Reverted patch as this check is not needed during the build process

Fixed missing files in `make dist` tar file

Fixed issue running testsuite entry for GraphQL

2023-02-23 Patrick van Kleef <pkleef@openlinksw.com>

Added check for binaries needed by the testsuite

2023-02-22 Patrick van Kleef <pkleef@openlinksw.com>

Fixed portability issue finding the clock_gettime function

In Linux distributions pre glibc 2.17 this function was part of the
-lrt library.

In some versions of Solaris, this functions is part of the posix4
library.

2023-02-22 Patrick van Kleef <pkleef@openlinksw.com>

Fixed issue running TPC-D testsuite

2023-02-21 Mitko Iliev <imitko@openlinksw.com>

Added new tests for GraphQL

Added test for var out of query scope in distinct/oby

Fixed load get:accept not working

2023-02-21 Patrick van Kleef <pkleef@openlinksw.com>

Fixed SPARQL LOAD into an existing graph

2023-02-21 Mitko Iliev <imitko@openlinksw.com>

Fixed issue with 'revoke all privileges from xx'

2023-02-21 Patrick van Kleef <pkleef@openlinksw.com>

Backported PL debugger changes to vos

* Added support for GLOBALS command
* Added support for UP, DOWN in frame select mode
* Added support for printing cli flags
* Added support for printing composite box
* Fixed support for printing datetime
* Show more lines in BREAK list
* Code cleanup and indentation

2023-02-20 Mitko Iliev <imitko@openlinksw.com>

Added support for internal CA list in https client

Added http_cookie_to_vector() BIF

2023-02-20 Patrick van Kleef <pkleef@openlinksw.com>

Fixed issue with socks4 and socks5 proxy

2023-02-20 Mitko Iliev <imitko@openlinksw.com>

Added support for https connection timeout

Fixed --MM-DD is a valid gMonthYear

Fixed issue with permissions; users with SPARQL_SELECT role can now use REST interface

Added function RDF_DUMP_NQUADS_MT() multi-threaded nquad dump of rdf store

Added simple JSON to Turtle translator

2023-02-08 Mitko Iliev <imitko@openlinksw.com>

Added confirmation page when removing user account

Added Automatic Certificate Management Environment (ACME) client

2023-02-08 Patrick van Kleef <pkleef@openlinksw.com>

Added validation to default-graph param

2023-02-07 Mitko Iliev <imitko@openlinksw.com>

Added support to calc length of DV_DICT_ITERATOR

2023-02-06 Mitko Iliev <imitko@openlinksw.com>

Added support for X-SSL-CERT

2023-02-06 Patrick van Kleef <pkleef@openlinksw.com>

Removed fs vad

Fixed issue with loopback to local web server

Fixed build issue on Windows

Upgraded to Bootstrap 5.2.3 and Bootstrap-Icons 1.10.3

2023-02-06 Mitko Iliev <imitko@openlinksw.com>

Fixed missing BIF alias

2023-02-06 Patrick van Kleef <pkleef@openlinksw.com>

Merge branch 'feature/jsonld_parser_v7' into develop/7

Fixed building JSON/LD parser on windows

2023-02-06 Mitko Iliev <imitko@openlinksw.com>

Added testsuite for JSON/LD parser

Added JSON/LD to LDP

Added new DB.DBA.RDF_LOAD_JSON_LD() loader

Added SPARQL prefix for activity stream and goodrelations

Added new JSON/LD parser

Added UNAME declarations for JSON-LD parser

2023-02-05 Mitko Iliev <imitko@openlinksw.com>

Merged enhancements for GraphQL

2023-02-04 Patrick van Kleef <pkleef@openlinksw.com>

Backported fixes for guessing content type

Moved winsock support into engine

2023-02-04 Mitko Iliev <imitko@openlinksw.com>

Fixed issue with var outside of query scope

Fixed .well-known/host-meta & co for jrd+json output

Added few more common prefixes

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Added %{WSBaseUrl}s sprintf for current base of HTTP/S

Fixed issue with label insert when using with_delete

Added string_split BIF

2023-02-03 Patrick van Kleef <pkleef@openlinksw.com>

Fixed issue with empty debug info

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Added read timeout parameter for ws client connection

Fixed issue when socket is closed prematurely

Fixed issue with literals that have both a datatype and a language

2023-02-03 Patrick van Kleef <pkleef@openlinksw.com>

Added missing references of rdf:XMLLiteral

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Fixed issue with bad serialization

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Fixed issues comparing timezoneless dates

In the case where a date can be used as a number, we should
also compare the TZL flag.

This patch solves the following error:

Insert stopped becuase out of seg data here or elsewhere
host 0 key RDF_QUAD_IP slice 0

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Added IRI validation BIFs

2023-02-03 Patrick van Kleef <pkleef@openlinksw.com>

Fixed generation of @context shortcut names in JSON/LD with context output

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Fixed escape chars on iri strings

Fixed bad string for iri id output, missing vector types

2023-02-03 Patrick van Kleef <pkleef@openlinksw.com>

Added git SHA1 signature to status and log output

2023-02-03 Mitko Iliev <imitko@openlinksw.com>

Fixed do not try to make iri from non-compatible types

Fixed issue with group by on float (fixes #1081)

Fixed various aggregation issues

2023-02-02 Patrick van Kleef <pkleef@openlinksw.com>

Added support for monotonic clock (fixes #1089)

2023-01-10 Patrick van Kleef <pkleef@openlinksw.com>

Removed duplicate entries

Fixed issue when building outside of GIT tree (fixes #1084)

Fixed format of 'integer' and 'double' fields

Fixed wrong column name when changing DAV password (fixes #1083)

Updated version to 7.2.9-dev to mark the start of a new development cycle

Updated Copyright

2022-10-19 Patrick van Kleef <pkleef@openlinksw.com>

Merge branch 'release/7.2.8' into stable/7

Updated ChangeLog

Updated version to 7.2.8 engine 3235

Updated NEWS.md with final notes
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,7 +1,7 @@
License
=======

*Copyright (C) 1998-2022 OpenLink Software <vos.admin@openlinksw.com>*
*Copyright (C) 1998-2023 OpenLink Software <vos.admin@openlinksw.com>*

OpenLink Software's Virtuoso Open-Source (VOS) project
------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,7 +1,7 @@
License
=======

*Copyright (C) 1998-2022 OpenLink Software <vos.admin@openlinksw.com>*
*Copyright (C) 1998-2023 OpenLink Software <vos.admin@openlinksw.com>*

OpenLink Software's Virtuoso Open-Source (VOS) project
------------------------------------------------------
Expand Down
4 changes: 3 additions & 1 deletion Makefile.am
Expand Up @@ -2,7 +2,7 @@
# This file is part of the OpenLink Software Virtuoso Open-Source (VOS)
# project.
#
# Copyright (C) 1998-2022 OpenLink Software
# Copyright (C) 1998-2023 OpenLink Software
#
# This project is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down Expand Up @@ -35,6 +35,7 @@ dist_doc_DATA = \
$(srcdir)/INSTALL.md \
$(srcdir)/LICENSE \
$(srcdir)/LICENSE.md \
$(srcdir)/SECURITY.md \
$(srcdir)/NEWS.md \
$(srcdir)/README.md \
$(srcdir)/README.ANYTIME.md \
Expand Down Expand Up @@ -124,6 +125,7 @@ EXTRA_DIST = \
$(srcdir)/README.sesame3.md \
$(srcdir)/README.UPGRADE.md \
$(srcdir)/README.WINDOWS.md \
$(srcdir)/SECURITY.md \
$(srcdir)/autogen.sh \
$(srcdir)/bin/generate \
$(srcdir)/bin/installer/virtuoso.ini bin/installer/demo.ini \
Expand Down

0 comments on commit 795af34

Please sign in to comment.