From b327e72a467751257dd2a956b7588bd7913152d6 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Sat, 28 Sep 2019 17:27:32 +0200 Subject: [PATCH] 6.9 --- lam-packaging/debian/changelog | 4 ++-- lam-packaging/debian/control | 2 +- lam/HISTORY | 2 +- lam/VERSION | 2 +- lam/templates/lib/extra/cropperjs/cropper.js | 6 +++++- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/lam-packaging/debian/changelog b/lam-packaging/debian/changelog index e08a435d..b9c5c343 100644 --- a/lam-packaging/debian/changelog +++ b/lam-packaging/debian/changelog @@ -1,8 +1,8 @@ -ldap-account-manager (6.9.RC1-1) unstable; urgency=medium +ldap-account-manager (6.9-1) unstable; urgency=medium * new upstream release - -- Roland Gruber Wed, 04 Sep 2019 17:31:14 +0200 + -- Roland Gruber Sat, 28 Sep 2019 17:12:37 +0200 ldap-account-manager (6.8-1) unstable; urgency=medium diff --git a/lam-packaging/debian/control b/lam-packaging/debian/control index dfdc988e..026798a0 100644 --- a/lam-packaging/debian/control +++ b/lam-packaging/debian/control @@ -2,7 +2,7 @@ Source: ldap-account-manager Maintainer: Roland Gruber Section: web Priority: optional -Standards-Version: 4.3.0 +Standards-Version: 4.4.0 Build-Depends: debhelper (>= 9), po-debconf, cleancss, node-uglify Homepage: https://www.ldap-account-manager.org/ diff --git a/lam/HISTORY b/lam/HISTORY index c4558951..b7e8e6b5 100644 --- a/lam/HISTORY +++ b/lam/HISTORY @@ -1,4 +1,4 @@ -September 2019 6.9 +28.09.2019 6.9 - Group account types can show member+owner count in list view - 2-factor authentication: -> Duo support diff --git a/lam/VERSION b/lam/VERSION index 8deb9194..12e41412 100644 --- a/lam/VERSION +++ b/lam/VERSION @@ -1 +1 @@ -6.9.RC1 +6.9 diff --git a/lam/templates/lib/extra/cropperjs/cropper.js b/lam/templates/lib/extra/cropperjs/cropper.js index bce27633..d2e19d6b 100644 --- a/lam/templates/lib/extra/cropperjs/cropper.js +++ b/lam/templates/lib/extra/cropperjs/cropper.js @@ -195,7 +195,11 @@ zoom: null }; - var TEMPLATE = '
' + '
' + '
' + '
' + '
' + '
' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '' + '
' + '
'; + var TEMPLATE = '
' + '
' + '
' + '
' + '
' + '
' + '' + + '' + '' + '' + '' + '' + + '' + '' + '' + '' + + '' + '' + '' + '' + + '' + '' + '' + '
' + '
'; /** * Check if the given value is not a number.