evoadmin-mail/debian/changelog

161 lines
4.4 KiB
Plaintext
Raw Permalink Normal View History

2024-02-23 17:24:50 +01:00
evoadmin-mail (1.0.11-1) unstable; urgency=medium
* Fix PHP 8 related issues
-- David Prévot <dprevot@evolix.fr> Fri, 23 Feb 2024 17:24:22 +0100
2024-02-13 11:20:35 +01:00
evoadmin-mail (1.0.10-1) unstable; urgency=medium
* Force system dependencies loading
* php-twig is psr-4 only since Bookworm
-- David Prévot <dprevot@evolix.fr> Tue, 13 Feb 2024 11:20:16 +0100
2023-12-22 14:51:09 +01:00
evoadmin-mail (1.0.9-2) unstable; urgency=medium
[ William Hirigoyen ]
* Use slapd instead of ldapvi command in postinst to fix ncurse error when
installing without TTY (e.g. via Ansible)
[ David Prevot ]
* Add slapd dependency
-- David Prévot <dprevot@evolix.fr> Fri, 22 Dec 2023 14:49:32 +0100
2023-07-26 17:52:43 +02:00
evoadmin-mail (1.0.9-1) unstable; urgency=medium
[ David Prevot ]
* Fix typo in FormController.php
* Set self as Maintainer
-- David Prévot <dprevot@evolix.fr> Wed, 26 Jul 2023 17:52:35 +0200
2023-07-26 16:12:32 +02:00
evoadmin-mail (1.0.8-1) unstable; urgency=medium
[ David Prevot ]
* CI: Clean up before build
* Dont impose local build
* CI: Dont use Drone CI anymore
* Fix USERDIR to delete
[ William Hirigoyen ]
* Rename default admin from evoadmin to evolix.
-- David Prévot <dprevot@evolix.fr> Wed, 26 Jul 2023 16:11:09 +0200
2022-06-30 11:23:10 +02:00
evoadmin-mail (1.0.7-1) unstable; urgency=medium
[ Victor LABORIE ]
* Don't force Vagrant::DEFAULT_SERVER_URL (doesn't work with recent Vagrant version)
[ Gregory Colpart ]
* Add sudo script to move pseudo-homedirectory when deleting user
[ David Prevot ]
* CI:
+ Dont sign packages
+ Fetch git tags (needed by gbp)
+ Build Bullseye package under Bullseye
+ Dont rely on /tmp
+ Add .Jenkinsfile
* debian/copyright:
+ Use secure copyright file specification URI.
+ Update
* debian/control:
+ Bump debhelper from deprecated 9 to 13.
+ Set debhelper-compat version in Build-Depends.
+ Set Rules-Requires-Root: no.
+ Document Homepage
+ Update Standards-Version to 4.5.1
* debian/postinst: Add #DEBHELPER# token
* Improve upstream import
* Drop useless dh-exec
-- David Prévot <dprevot@evolix.fr> Thu, 30 Jun 2022 11:19:59 +0200
2019-10-10 15:17:08 +02:00
evoadmin-mail (1.0.6-1) unstable; urgency=medium
* Fix bug when updating aliases
2019-10-10 15:17:08 +02:00
-- Victor Laborie <vlaborie@evolix.fr> Thu, 10 Oct 2019 15:16:39 +0200
2019-03-28 15:36:50 +01:00
evoadmin-mail (1.0.5-1) unstable; urgency=medium
* Quota path is now configurable
2019-03-28 15:36:50 +01:00
-- Victor Laborie <vlaborie@evolix.fr> Thu, 28 Mar 2019 15:36:16 +0100
2019-03-28 14:18:00 +01:00
evoadmin-mail (1.0.4-1) unstable; urgency=medium
* Do not use base.html for login page
* Fix Twig loading on PHP 5.6
* Fix dependencies on Debian Jessie
-- Victor Laborie <vlaborie@evolix.fr> Thu, 28 Mar 2019 14:16:14 +0100
evoadmin-mail (1.0.3-3) unstable; urgency=low
* Reduce extended description line length
-- Victor Laborie <vlaborie@evolix.fr> Fri, 11 Jan 2019 15:34:49 +0100
2019-01-11 10:02:01 +01:00
evoadmin-mail (1.0.3-2) unstable; urgency=high
* Add missing dependency php-ldap
-- Victor Laborie <vlaborie@evolix.fr> Fri, 11 Jan 2019 10:00:32 +0100
2019-01-10 14:41:14 +01:00
evoadmin-mail (1.0.3-1) unstable; urgency=medium
* Mailaccept need mail address (add domain)
2019-01-10 14:41:14 +01:00
-- Victor Laborie <vlaborie@evolix.fr> Thu, 10 Jan 2019 14:40:38 +0100
2019-01-09 17:15:06 +01:00
evoadmin-mail (1.0.2-1) unstable; urgency=medium
* Add missing support of alias/redirection edit in account update
-- Victor Laborie <vlaborie@evolix.fr> Wed, 09 Jan 2019 17:14:35 +0100
2018-12-07 14:55:19 +01:00
evoadmin-mail (1.0.1-4) unstable; urgency=low
* Autoconfig and fixperms
-- Victor Laborie <vlaborie@evolix.fr> Fri, 07 Dec 2018 14:54:23 +0100
evoadmin-mail (1.0.1-3) unstable; urgency=medium
* Create evoadmin-mail user in postinst script
-- Victor Laborie <vlaborie@evolix.fr> Thu, 06 Dec 2018 16:55:39 +0100
evoadmin-mail (1.0.1-2) unstable; urgency=low
* Add crontab for run get-size-no-quota.sh every 30m
-- Victor Laborie <vlaborie@evolix.fr> Thu, 06 Dec 2018 11:30:50 +0100
2018-12-06 11:21:59 +01:00
evoadmin-mail (1.0.1-1) unstable; urgency=low
* get-size-no-quota.sh is configurable by ENV var
2018-12-06 11:21:59 +01:00
-- Victor Laborie <vlaborie@evolix.fr> Thu, 06 Dec 2018 11:21:00 +0100
evoadmin-mail (1.0.0-3) unstable; urgency=low
* Create /etc/evoadmin-mail and /var/lib/evoadmin-mail directories
-- Victor Laborie <vlaborie@evolix.fr> Thu, 06 Dec 2018 11:16:52 +0100
2018-12-05 14:48:07 +01:00
evoadmin-mail (1.0.0-2) unstable; urgency=low
* Add php-cli to dependencies
-- Victor Laborie <vlaborie@evolix.fr> Wed, 05 Dec 2018 14:47:05 +0100
2018-12-05 12:03:39 +01:00
evoadmin-mail (1.0.0-1) unstable; urgency=low
* Initial release.
-- Victor Laborie <vlaborie@evolix.fr> Wed, 05 Dec 2018 11:59:50 +0100