Skip to content

Commit

Permalink
[-release]Preparing version 6.2.59b.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sympa authors authored and ikedas committed Nov 25, 2020
1 parent 3c2cbdb commit 36739f1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Change Log

## [6.2.59b.1](https://github.com/sympa-community/sympa/tree/6.2.59b.1)

[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.58...6.2.59b.1)

**Implemented enhancements:**

- Show subjects of archived mails before deletion’s confirmation [\#1025](https://github.com/sympa-community/sympa/pull/1025) ([ldidry](https://github.com/ldidry))

**Fixed bugs:**

- Follow up to SA 2020-002 (CVE-2020-10936) [\#943](https://github.com/sympa-community/sympa/issues/943):
- Use alias wrapper only if it is really needed [\#946](https://github.com/sympa-community/sympa/issues/946)
- Add option to ./configure which prevents installation of `sympa_newaliases-wrapper` [\#1031](https://github.com/sympa-community/sympa/issues/1031)
- MySQL: Upgrading fails due to stricter SQL mode [\#1028](https://github.com/sympa-community/sympa/issues/1028)
- 🐛 — Fix confirmation for reporting as spam while deleting an archived mail [\#1022](https://github.com/sympa-community/sympa/pull/1022) ([ldidry](https://github.com/ldidry))
- Update a dependency MHonArc [\#1004](https://github.com/sympa-community/sympa/pull/1004) ([ikedas](https://github.com/ikedas))

**Closed issues:**

- Regression in the FCGI wrapper for WWSympa [\#1020](https://github.com/sympa-community/sympa/issues/1020)

## [6.2.58](https://github.com/sympa-community/sympa/tree/6.2.58) (2020-10-20)

[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.57b.2...6.2.58)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

AC_PREREQ(2.60)
AC_INIT(sympa, 6.2.58, [email protected])
AC_INIT(sympa, 6.2.59b.1, [email protected])
AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax])
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
AM_PO_SUBDIRS
Expand Down

0 comments on commit 36739f1

Please sign in to comment.