Skip to content

Commit

Permalink
Merge pull request #580 from exasol/develop
Browse files Browse the repository at this point in the history
Changelog:
#578: Prepared release 4.2.0 (#579)
  • Loading branch information
tomuben authored May 2, 2022
2 parents c4b07ac + 75de7b5 commit 169f6d0
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
9 changes: 6 additions & 3 deletions doc/changes/changes-4.2.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# script-languages-release 4.1.0, released t.b.d.
# script-languages-release 4.2.0, released 2022-05-02

Code name:
Code name: Vagrant setup and bugfix for Pandas Dataframe

## Summary

This release fixes a bug in the Python UDF client which occurred when emitting Pandas dataframes.
Also, it adds initial support for setting up a virtual machine via Vagrant, which can be used to build this project.
Besides, this releases contains several security fixes.

## [Package Version Comparison between Release 4.1.0 and 4.2.0](package_diffs/4.2.0/README.md)

Expand All @@ -21,7 +24,7 @@ This release uses version 0.x.0 of the container tool.

## Documentation

- n/a
- #578: Prepared release 4.2.0

## Refactoring

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
| 1 | libcurl4-openssl-dev | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.10 | UPDATED |
| 2 | libsmbclient-dev | 2:4.13.17~dfsg-0ubuntu0.21.04.1 | 2:4.13.17~dfsg-0ubuntu0.21.04.2 | UPDATED |
| 3 | libsmbclient | 2:4.13.17~dfsg-0ubuntu0.21.04.1 | 2:4.13.17~dfsg-0ubuntu0.21.04.2 | UPDATED |
| 4 | git | 1:2.25.1-1ubuntu3.2 | 1:2.25.1-1ubuntu3.3 | UPDATED |
| 4 | git | 1:2.25.1-1ubuntu3.2 | 1:2.25.1-1ubuntu3.4 | UPDATED |
| 5 | ldap-utils | 2.4.49+dfsg-2ubuntu1.8 | 2.4.49+dfsg-2ubuntu1.8 | |
| 6 | libhiredis-dev | 0.14.0-6 | 0.14.0-6 | |
| 7 | gnupg | 2.2.19-3ubuntu2.1 | 2.2.19-3ubuntu2.1 | |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!-- markdown-link-check-disable -->

| | Package | Version in 4.1.0 | Version in 4.2.0 | Status |
|---:|:------------------------|:-------------------------|:---------------------------|:---------|
| 0 | python3.8-dev | 3.8.10-0ubuntu1~20.04.2 | 3.8.10-0ubuntu1~20.04.4 | UPDATED |
| 1 | curl | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.10 | UPDATED |
| 2 | openjdk-11-jdk-headless | 11.0.14+9-0ubuntu2~20.04 | 11.0.14.1+1-0ubuntu1~20.04 | UPDATED |
| 3 | ca-certificates | 20210119~20.04.2 | 20210119~20.04.2 | |
| 4 | python3-distutils | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04 | |
| | Package | Version in 4.1.0 | Version in 4.2.0 | Status |
|---:|:------------------------|:-------------------------|:----------------------------|:---------|
| 0 | python3.8-dev | 3.8.10-0ubuntu1~20.04.2 | 3.8.10-0ubuntu1~20.04.4 | UPDATED |
| 1 | curl | 7.68.0-1ubuntu2.7 | 7.68.0-1ubuntu2.10 | UPDATED |
| 2 | openjdk-11-jdk-headless | 11.0.14+9-0ubuntu2~20.04 | 11.0.15+10-0ubuntu0.20.04.1 | UPDATED |
| 3 | ca-certificates | 20210119~20.04.2 | 20210119~20.04.2 | |
| 4 | python3-distutils | 3.8.10-0ubuntu1~20.04 | 3.8.10-0ubuntu1~20.04 | |

0 comments on commit 169f6d0

Please sign in to comment.