1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-25 23:36:20 +02:00

Don't overwrite previous cookies (bug #539)

This commit is contained in:
Jakub Vrana
2017-04-09 11:03:42 +02:00
parent fb71941daa
commit fb7bd02713
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
Adminer 4.3.1-dev:
Fix permanent logging after logout (bug #539)
PostgreSQL: Fix index size computation in PostgreSQL < 9.0 (regression from 4.3.0)
PostgreSQL: Fix nullable fields in export
PostgreSQL: Support JSON and JSONB data types