Skip to content

Commit d46b28a

Browse files
committed
Populate ChangeLog with changes since v1.6 & bump version
This is the last release with support for RFC 7710, cut before RFC 8910 support is merged (#595)
1 parent f81bbbe commit d46b28a

File tree

4 files changed

+20
-2
lines changed

4 files changed

+20
-2
lines changed

ChangeLog

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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)

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_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])
66
AC_CONFIG_SRCDIR([src/chilli.c])
77

88
AM_INIT_AUTOMAKE

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
coova-chilli (1.6) unstable; urgency=medium
28

39
* See ChangeLog

rpm/coova-chilli.spec

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Summary: Coova-Chilli is a Wireless LAN Access Point Controller
22
Name: coova-chilli
3-
Version: 1.6
3+
Version: 1.7
44
Release: 1%{?dist}
55
URL: http://coova.github.io/
66
Source0: %{name}-%{version}.tar.gz
@@ -93,6 +93,9 @@ fi
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

0 commit comments

Comments
 (0)