From 33db2190b0c3386dc00063ac212cf687d7a6dcc5 Mon Sep 17 00:00:00 2001
From: Ralf Becker <RalfBecker@outdoor-training.de>
Date: Mon, 7 Feb 2022 12:13:40 +0200
Subject: [PATCH] Changelog for 21.1.20220207

---
 api/setup/setup.inc.php      |  2 +-
 doc/rpm-build/debian.changes | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/api/setup/setup.inc.php b/api/setup/setup.inc.php
index 3136422d34..a1dc6f6c77 100644
--- a/api/setup/setup.inc.php
+++ b/api/setup/setup.inc.php
@@ -14,7 +14,7 @@ $setup_info['api']['title']     = 'EGroupware API';
 $setup_info['api']['version']   = '21.1.003';
 $setup_info['api']['versions']['current_header'] = '1.29';
 // maintenance release in sync with changelog in doc/rpm-build/debian.changes
-$setup_info['api']['versions']['maintenance_release'] = '21.1.20211130';
+$setup_info['api']['versions']['maintenance_release'] = '21.1.20220207';
 $setup_info['api']['enable']    = 3;
 $setup_info['api']['app_order'] = 1;
 $setup_info['api']['license'] = 'GPL';
diff --git a/doc/rpm-build/debian.changes b/doc/rpm-build/debian.changes
index 69530644ae..af255e2efc 100644
--- a/doc/rpm-build/debian.changes
+++ b/doc/rpm-build/debian.changes
@@ -1,3 +1,21 @@
+egroupware-docker (21.1.20220207) hardy; urgency=low
+
+  * Calendar: fix not working placeholders $$date$$ & $$fullname$$
+  * CardDAV/Addressbook: fix GET request regression after REST API introduction
+  * CardDAV/ActiveDirectory: fix empty account-addressbook if sync-collection-report is used
+  * Etemplate: Add link icon overlay to link list
+  * Collabora: fix direct edits and such via a share end up in different Collabora edit-sessions
+  * Collabora: support for version 21.11+ (needs new egroupware-collabora-key package too!)
+  * Kanban/PostgreSQL: fix SQL error by replacing MySQL specific syntax with a sub-query
+  * OpenID Connect: implement "groups" claim and scope return memberships
+  * ProjectManager: Fix SQL error adding project list to Home
+  * Guacamole/Backup/Restore: fix not working restore for Guacamole
+  * EPL/Placetel: support more the one number-prefix / area-code
+  * EPL: CTI for Asterisk using ARI (Asterisk Rest API): click2dial, CRM-view and call-lists
+  * Setup/EPL: do not autoinstall uninstalled EPL apps when container restarts
+
+ -- Ralf Becker <rb@egroupware.org>  Mon, 07 Feb 2022 11:13:39 +0100
+
 egroupware-docker (21.1.20211130) hardy; urgency=low
 
   * PHP 8.0: tons of fixes to support 8.0, this is probably the last container using PHP 7.4 by default