File tree Expand file tree Collapse file tree 4 files changed +20
-2
lines changed
Expand file tree Collapse file tree 4 files changed +20
-2
lines changed Original file line number Diff line number Diff line change 1+ == ChangeLog (CoovaChilli-v1.7) ==
2+ * Update xt_coova.c (#545) update position index earlier to fix #544
3+ * src/dns.c: fix misleading indentation warning (#569)
4+ * add func check chilli status (#581)
5+ * dns: recognize QTYPE 65 (HTTPS/SVCB) in dns_copy_res() (#592)
6+ * xt_coova: fix compile with kernel>=5.17 (#597)
7+ * properly shutdown cmdsock (#594)
8+ * This is the last release with support for RFC 7710, cut before RFC 8910 support is merged (#595)
9+
110== ChangeLog (CoovaChilli-v1.6) ==
211* system.h: Fix compilation with kernel 4.19 + musl (#502)
312* docs: fix simple typo, tighest -> tightest (#523)
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.59] )
5- AC_INIT ( [ coova-chilli] ,[ 1.6 ] ,[ https://github.com/coova/coova-chilli/issues] )
5+ AC_INIT ( [ coova-chilli] ,[ 1.7 ] ,[ https://github.com/coova/coova-chilli/issues] )
66AC_CONFIG_SRCDIR ( [ src/chilli.c] )
77
88AM_INIT_AUTOMAKE
Original file line number Diff line number Diff line change 1+ coova-chilli (1.7) unstable; urgency=medium
2+
3+ * See ChangeLog
4+
5+ -- Sevan Janiyan <venture37@geeklan.co.uk> Wed, 20 Aug 2025 00:00:00 +0100
6+
17coova-chilli (1.6) unstable; urgency=medium
28
39 * See ChangeLog
Original file line number Diff line number Diff line change 11Summary: Coova-Chilli is a Wireless LAN Access Point Controller
22Name: coova-chilli
3- Version: 1.6
3+ Version: 1.7
44Release: 1%{?dist }
55URL: http://coova.github.io/
66Source0: %{name }-%{version }.tar.gz
9393
9494%changelog
9595
96+ * Wed Aug 20 2025 Sevan Janiyan <venture37@geeklan.co.uk>
97+ - 1.7 release
98+
9699* Sat Feb 20 2021 Sevan Janiyan <venture37@geeklan.co.uk>
97100- 1.6 release
98101
You can’t perform that action at this time.
0 commit comments