Skip to content

Commit

Permalink
Preparing release 2024.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
buchi committed Sep 3, 2024
1 parent ff9e6b4 commit d7ea67f
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 6 deletions.
18 changes: 18 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,24 @@ Versions are of the form MAJOR.MINOR.PATCH. Each MINOR release (MAJOR.MINOR.0) i
.. towncrier release notes start
2024.9.2 (2024-09-03)
---------------------

Bug fixes:


- Persist content stats log file in Docker deployments. [buchi] [GH-8029]
- Fix copying documents when deployed with Docker. [buchi] [TI-1009]
- Fix document_date when uploading mails with DnD, use mail header date. [amo] [TI-458]


Other changes:


- Disable colorization if env variable has an empty value. [buchi] [GH-8025]
- Disable Z2 access log in Docker deployments. [buchi] [GH-8030]


2024.9.1 (2024-08-19)
---------------------

Expand Down
1 change: 0 additions & 1 deletion changes/GH-8025.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8029.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/GH-8030.other

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-1009.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion changes/TI-458.bugfix

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os


version = '2024.9.2.dev0'
version = '2024.9.2'
maintainer = '4teamwork AG'


Expand Down
2 changes: 2 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ sablon = 0.3.1


[versions]
opengever.core = 2024.9.2

alabaster = 0.7.10
alembic = 1.4.3
amqp = 1.4.7
Expand Down

0 comments on commit d7ea67f

Please sign in to comment.