diff --git a/Cargo.lock b/Cargo.lock index b71aed5..7b56096 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "unipager" -version = "0.5.1" +version = "0.6.0" dependencies = [ "lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 034655f..e3a0140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "unipager" -version = "0.5.1" +version = "0.6.0" authors = ["Thomas Gatzweiler "] [dependencies] diff --git a/debian/changelog b/debian/changelog index ed7a1b6..185f535 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +unipager (0.6.0) unstable; urgency=medium + + * Adds the ability to send test transmissions + * Adds a display of the queue size to the web interface + + -- RWTH Amateurfunkgruppe Fri, 26 May 2017 08:00:00 +0200 + unipager (0.5.1) unstable; urgency=medium * Adds server-side TimeSlot calculation @@ -5,7 +12,7 @@ unipager (0.5.1) unstable; urgency=medium -- RWTH Amateurfunkgruppe Mon, 27 Mar 2017 12:00:00 +0100 - unipager (0.5.0) unstable; urgency=medium +unipager (0.5.0) unstable; urgency=medium * RustPager has been renamed to UniPager