Skip to content

Commit

Permalink
Release 3.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shamis committed Dec 17, 2019
1 parent 891b43b commit 81a14a6
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dderl
![GitHub](https://img.shields.io/github/license/K2InformaticsGmbH/dderl.svg)
![GitHub release](https://img.shields.io/github/release/K2InformaticsGmbH/dderl.svg)
![GitHub Release Date](https://img.shields.io/github/release-date/K2InformaticsGmbH/dderl.svg)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/K2InformaticsGmbH/dderl/3.7.1.svg)
![GitHub commits since latest release](https://img.shields.io/github/commits-since/K2InformaticsGmbH/dderl/3.7.2.svg)

WEB DataBase Browser Application.

Expand Down
7 changes: 7 additions & 0 deletions docs/DDERL-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ Application dderl

Release history with new or improved features and bugfixes

Version 3.7.2 (Release Date 17.12.2019)
======================================
* IMEM version changed to 3.7.2
* download csv badmatch error fixed (#638)
* increase the hold back time for first query results to 5 seconds
* moved unauthorized fun to dderl.erl (#637)

Version 3.7.1 (Release Date 22.11.2019)
======================================
* IMEM version changed to 3.7.1
Expand Down
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{erlimem, {git, "https://github.com/K2InformaticsGmbH/erlimem", {tag, "3.0.0"}}},
{erloci, {git, "https://github.com/K2InformaticsGmbH/erloci", {tag, "0.1.3"}}},
{esaml, {git, "https://github.com/K2InformaticsGmbH/esaml", {tag, "2.3.0"}}},
{imem, {git, "https://github.com/K2InformaticsGmbH/imem", {tag, "3.7.1"}}},
{imem, {git, "https://github.com/K2InformaticsGmbH/imem", {tag, "3.7.2"}}},
{ranch, {git, "https://github.com/K2InformaticsGmbH/ranch", {tag, "1.5.0"}}},

% hidden dependency within cowboy/cowlib (must be manually fetched)
Expand Down
2 changes: 1 addition & 1 deletion src/dderl.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{application, dderl,
[
{description, "Web based tool for exploring databases"},
{vsn, "3.7.1"},
{vsn, "3.7.2"},
{registered, []},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 81a14a6

Please sign in to comment.