Skip to content

Commit a6b8d99

Browse files
Sympa authorsikedas
authored andcommitted
[-release]Preparing version 6.2.67b.3
1 parent 723bdc9 commit a6b8d99

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

NEWS.md

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,37 @@
11
# Change Log
22

3-
## [6.2.67b.2](https://github.com/sympa-community/sympa/tree/6.2.67b.2) (2021-11-26)
3+
## [6.2.67b.3](https://github.com/sympa-community/sympa/tree/6.2.67b.3) (2021-12-20)
44

5-
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.67b.1...6.2.67b.2)
5+
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.67b.2...6.2.67b.3)
66

77
**Incompatible changes:**
88

99
- sympa.pl: `--import` option was deprecated. Use `--add` option instead [\#1251](https://github.com/sympa-community/sympa/pull/1251).
1010

1111
**Implemented enhancements:**
1212

13+
- sympa.pl: Now `sympa.pl` has the new name `sympa` and the new command line format [\#1286](https://github.com/sympa-community/sympa/pull/1286). For backward compatibility, The older name and form will also be supported.
14+
- sympa.pl: Adding a new option --add, and expand --add and --del options [\#1251](https://github.com/sympa-community/sympa/pull/1251) [\#1282](https://github.com/sympa-community/sympa/pull/1282) [\#1285](https://github.com/sympa-community/sympa/pull/1285)
15+
16+
**Fixed bugs:**
17+
18+
- Cosmetic problems in Listmaster Admin menu [\#1294](https://github.com/sympa-community/sympa/issues/1294)
19+
- Listmaster Admin's menu entry "Edit Robot Config" missing when in "Skins, CSS and colors" [\#1291](https://github.com/sympa-community/sympa/issues/1291)
20+
- Create a list as copy does not copy all configuration \(template files\) [\#1290](https://github.com/sympa-community/sympa/issues/1290)
21+
- make check: PERL5LIB environment variable was overwritten [\#1299](https://github.com/sympa-community/sympa/pull/1299)
22+
- macOS: t/Tools\_File.t fails. [\#1288](https://github.com/sympa-community/sympa/pull/1288)
23+
24+
**Merged pull requests:**
25+
26+
- Adding the workflow for automated testing [\#1287](https://github.com/sympa-community/sympa/pull/1287) [\#1301](https://github.com/sympa-community/sympa/pull/1301)
27+
28+
## [6.2.67b.2](https://github.com/sympa-community/sympa/tree/6.2.67b.2) (2021-11-26)
29+
30+
[Full Changelog](https://github.com/sympa-community/sympa/compare/6.2.67b.1...6.2.67b.2)
31+
32+
**Implemented enhancements:**
33+
1334
- Build process: Use configured Perl on "make tidyall" [\#1269](https://github.com/sympa-community/sympa/pull/1269)
14-
- sympa.pl: Adding a new option --add, and expand --add and --del options [\#1251](https://github.com/sympa-community/sympa/pull/1251) [\#1282](https://github.com/sympa-community/sympa/pull/1282)
1535

1636
**Fixed bugs:**
1737

configure.ac

Lines changed: 1 addition & 1 deletion
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.67b.2, sympa-developpers@listes.renater.fr)
28+
AC_INIT(sympa, 6.2.67b.3, sympa-developpers@listes.renater.fr)
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)