-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* debian: add missing changelog entry for 1.5 * debian,rpm: cleanup provided packaging examples The spec file from distro/redhat is preferred over the one from suse, because it seems more up to date. Ideally, there should be a single spec file for both. Now given under /rpm. For debian, we remove the Makefile.am as the contents don't need any building. * build: don't force -Werror on build Warnings should definitely be fixed better than ignored, but given that it's usual for compilers to introduce new warnings in newer versions, it should not be a requirement to build releases. A better approach would have been to explicitly detect release builds and avoid -Werror if so (e.g. with AX_IS_RELEASE() from autoconf-archive) but for now just disable -Werror to make users happy. Fixes #521 * build: update version to 1.6
- Loading branch information
1 parent
08b48d9
commit 090526b
Showing
7 changed files
with
33 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
## Process this file with automake to produce Makefile.in | ||
ACLOCAL_AMFLAGS = -I m4 | ||
SUBDIRS = bstring | ||
EXTRA_DIST = CREDITS LICENSE acsite.m4 | ||
SUBDIRS = bstring | ||
EXTRA_DIST = CREDITS LICENSE acsite.m4 debian rpm | ||
if WITH_JSONLIB | ||
SUBDIRS += json | ||
endif | ||
SUBDIRS += src doc www conf debian distro | ||
SUBDIRS += src doc www conf | ||
if WITH_MINIPORTAL | ||
SUBDIRS += miniportal | ||
endif |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
coova-chilli (1.4) UNRELEASED; urgency=medium | ||
coova-chilli (1.6) unstable; urgency=medium | ||
|
||
* See ChangeLog | ||
|
||
-- Sevan Janiyan <[email protected]> Sat, 20 Feb 2021 00:00:00 +0100 | ||
|
||
coova-chilli (1.5) unstable; urgency=medium | ||
|
||
* See ChangeLog | ||
|
||
-- Sevan Janiyan <[email protected]> Sun, 24 Nov 2019 00:00:00 +0100 | ||
|
||
coova-chilli (1.4) unstable; urgency=medium | ||
|
||
* See ChangeLog | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Summary: Coova-Chilli is a Wireless LAN Access Point Controller | ||
Name: coova-chilli | ||
Version: 1.3.1.3 | ||
Version: 1.6 | ||
Release: 1%{?dist} | ||
URL: http://coova.github.io/ | ||
Source0: %{name}-%{version}.tar.gz | ||
|
@@ -92,6 +92,10 @@ fi | |
%{_mandir}/man8/*.8* | ||
|
||
%changelog | ||
|
||
* Sat Feb 20 2021 Sevan Janiyan <[email protected]> | ||
- 1.6 release | ||
|
||
* Fri Jun 26 2015 Giovanni Bezicheri <[email protected]> | ||
* Fix json encoding for radius reply. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters