Skip to content

Commit

Permalink
Merge pull request #207 from nqminds/changelog
Browse files Browse the repository at this point in the history
Added changelog update for 0.0.8
  • Loading branch information
mereacre authored Jul 26, 2022
2 parents 478e0fa + bcb223a commit 20e12a9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 57 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
- Create the path to sqlite db if none exist
- Terminate the eloop for capture, mdns and runctl threads
- Reload config.ini when SIGHUP
- Convert uint64_t time types to time_t
- recap tool file for instantiating the capture db from a pcap file

## [0.0.8] - 2022-06-28
## [0.0.8] - 2022-07-26
### Added
- If there are no VLAN interfaces created, edgesec will try to set an IP if no IP present
- Added changelog file starting from version 0.0.8
- Compile doxygen with CI actions and added docs as iframe to [https://edgesec.info](https://edgesec.info)


### Changed
- The dnsmasq config uses three types of interfaces (bridge, interface and wifi interface) for the config
- Changed the code licence info to linux kernel style licence

### Removed
- Quarantine parameter removed from the config.ini
- Docusaurus page moved to [https://edgesec.info](https://edgesec.info) site and repo [https://github.com/nqminds/edgesec.info](https://github.com/nqminds/edgesec.info)
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# edgesec
# [edgesec](https://edgesec.info)

[![GitHub release (latest stable SemVer)](https://img.shields.io/github/v/release/nqminds/edgesec?label=stable&logo=github&sort=semver)](https://github.com/nqminds/nqm-ssh-tunnel/releases)
[![Build Debian Packages](https://github.com/nqminds/edgesec/actions/workflows/create-debs.yml/badge.svg)](https://github.com/nqminds/edgesec/actions/workflows/create-debs.yml)
Expand Down
67 changes: 12 additions & 55 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,60 +1,17 @@
edgesec (1:0.0.8) UNRELEASED; urgency=low
edgesec (0.0.8) UNRELEASED; urgency=low

* Removed `libedgesec` package.
All of edgesec dependencies are either in the `Depends:` section,
or are statically linked to the edgesec binary.
* Removed `edgesec-common` package. The `/etc/edgesec/config.ini` file is now
included in the `edgesec` package, as all other executable/binary packages
that reply on `/etc/edgesec/config.ini` are gone.
* Added
- If there are no VLAN interfaces created, edgesec will try to set an IP if no IP present
- Added changelog file starting from version 0.0.8
- Compile doxygen with CI actions and added docs as iframe to [https://edgesec.info](https://edgesec.info)

-- Alois Klink <alois@nquiringminds.com> Fri, 01 Jul 2022 12:10:50 +0100

edgesec (0.9.9-alpha6) UNRELEASED; urgency=low
* Changed
- The dnsmasq config uses three types of interfaces (bridge, interface and wifi interface) for the config
- Changed the code licence info to linux kernel style licence

* Fixed missing `edgesec-common` `/etc/edgesec/config.ini` file
* Removed
- Quarantine parameter removed from the config.ini
- Docusaurus page moved to [https://edgesec.info](https://edgesec.info) site and repo [https://github.com/nqminds/edgesec.info](https://github.com/nqminds/edgesec.info)

-- Alois Klink <alois@nquiringminds.com> Fri, 22 Apr 2022 11:18:50 +0100

edgesec (0.9.9-alpha5) UNRELEASED; urgency=low

* Add `edgesec-mdnsf` package that creates the `mdnsf` executable.
* Removed EDGESec cloud service packages:
- `sqlsyncsrv`
- `revclient`
* Removed EDGESec non-core packages
- `restsrv`
- `revsrv`

-- Alois Klink <alois@nquiringminds.com> Fri, 08 Apr 2022 13:29:50 +0100

edgesec (0.9.9-alpha4) UNRELEASED; urgency=low

* Use `libmnl0` instead of building our own libmnl.

-- Alois Klink <alois@nquiringminds.com> Mon, 01 Nov 2021 18:54:09 +0000

edgesec (0.9.9-alpha3) UNRELEASED; urgency=low

* `restsrv` is now a dependency on `edgesec`.
* fixes `restsrv` systemd service bug, so it should now run correctly.
* `capsrv` service now runs in cleaning mode only
* `edgesec-common` CA certificate is now the certificate
on `edgesec-1.nqm-1.com`
* `revclient` now connects to `edgesec-1.nqm-1.com` instead of `localhost`.
* added `revsrv` and `sqlsyncsrv`.
These debs should be run on an cloud server.

-- Alois Klink <alois@nquiringminds.com> Wed, 27 Oct 2021 01:06:09 +0100

edgesec (0.9.9-alpha2) UNRELEASED; urgency=low

* Seperates package into multiple subpackages.
restsrv is now it's own `.deb` and can be installed seperately.

-- Alois Klink <alois@nquiringminds.com> Tue, 25 Oct 2021 20:58:38 +0100

edgesec (0.9.9-alpha1) UNRELEASED; urgency=low

* Initial release.

-- Alois Klink <alois@nquiringminds.com> Tue, 07 Sep 2021 14:12:38 +0100
-- Alexandru Mereacre <mereacre@gmail.com> Tue, 26 Jul 2022 11:52:50 +0100

0 comments on commit 20e12a9

Please sign in to comment.