Skip to content

Commit 8ee1523

Browse files
Sympa authorsIkeda
Sympa authors
authored and
Ikeda
committed
[-release]Preparing version 6.2.45b.1
1 parent 5428803 commit 8ee1523

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

NEWS.md

+30
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Change Log
22

3+
## [6.2.45b.1](https://github.com/sympa-community/sympa/tree/6.2.45b.1) (2019-07-20)
4+
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.44...6.2.45b.1)
5+
6+
**Changes:**
7+
8+
- Perl: From now on, Perl earlier than 5.10.1 will never be supported [\#620](https://github.com/sympa-community/sympa/issues/620).
9+
- Data sources: Codebase has entirely been rewritten. Some behavior will be changed [\#693](https://github.com/sympa-community/sympa/issues/693).
10+
11+
**Implemented enhancements:**
12+
13+
- Make it clear that a list is being moderated [\#636](https://github.com/sympa-community/sympa/issues/636)
14+
- Add « report as spam » button in archives [\#634](https://github.com/sympa-community/sympa/issues/634)
15+
- Make it clear on web interface that a list is being moderated [\#638](https://github.com/sympa-community/sympa/pull/638) ([ldidry](https://github.com/ldidry))
16+
17+
**Fixed bugs:**
18+
19+
- `stats` page generates entries in Apache error log [\#700](https://github.com/sympa-community/sympa/issues/700)
20+
- `web_tt2/info.tt2` generates some noise in Apache error log [\#688](https://github.com/sympa-community/sympa/issues/688)
21+
- Death of the `task_manager` process [\#681](https://github.com/sympa-community/sympa/issues/681)
22+
- Error in `web_tt2/subindex.tt2` [\#673](https://github.com/sympa-community/sympa/issues/673)
23+
- DMARC protection: "`p`" tag was not applied to subdomains [\#654](https://github.com/sympa-community/sympa/issues/654)
24+
- Missing path after installation [\#274](https://github.com/sympa-community/sympa/issues/274)
25+
- mtime of files like `.last_change.admin` were not updated [\#671](https://github.com/sympa-community/sympa/pull/671) ([ikedas](https://github.com/ikedas))
26+
27+
**Merged pull requests:**
28+
29+
- Drop support for Perl 5.8.x \(\#620\) [\#683](https://github.com/sympa-community/sympa/pull/683) ([ikedas](https://github.com/ikedas))
30+
- Fix tidying of `src/lib/Sympa/List.pm` [\#677](https://github.com/sympa-community/sympa/pull/677) ([ldidry](https://github.com/ldidry))
31+
- Improving data sources [\#516](https://github.com/sympa-community/sympa/pull/516) [\#680](https://github.com/sympa-community/sympa/pull/680) ([ikedas](https://github.com/ikedas))
32+
333
## [6.2.44](https://github.com/sympa-community/sympa/tree/6.2.44)
434

535
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.43b.2...6.2.44)

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# along with this program. If not, see <http://www.gnu.org/licenses/>.
2626

2727
AC_PREREQ(2.60)
28-
AC_INIT(sympa, 6.2.44, [email protected])
28+
AC_INIT(sympa, 6.2.45b.1, [email protected])
2929
AM_INIT_AUTOMAKE([foreign -Wall -Werror 1.9 tar-pax])
3030
m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
3131
AM_PO_SUBDIRS

0 commit comments

Comments
 (0)