Release v0.3.3 Update

This commit is contained in:
Sukchan Lee 2018-02-11 16:10:22 +00:00
parent 5d8231e6c2
commit 340b3cb69c
3 changed files with 38 additions and 2 deletions

36
debian/changelog vendored
View File

@ -1,3 +1,39 @@
nextepc (0.3.3-2~xenial) xenial; urgency=medium
* Minor bug fixes
-- Sukchan Lee <acetcom@gmail.com> Sun, 11 Feb 2018 16:08:14 +0000
nextepc (0.3.3-2~artful) artful; urgency=medium
* Minor bug fixes
-- Sukchan Lee <acetcom@gmail.com> Sun, 11 Feb 2018 16:05:44 +0000
nextepc (0.3.3-1~xenial) xenial; urgency=medium
* Minor bug fixes
-- Sukchan Lee <acetcom@gmail.com> Sun, 11 Feb 2018 15:39:37 +0000
nextepc (0.3.3-1~artful) artful; urgency=medium
* Minor bug fixes
-- Sukchan Lee <acetcom@gmail.com> Sun, 11 Feb 2018 15:33:57 +0000
nextepc (0.3.3~artful) artful; urgency=medium
* Minor bug fixes
-- Sukchan Lee <acetcom@gmail.com> Sun, 11 Feb 2018 15:05:08 +0000
nextepc (0.3.3~xenial) xenial; urgency=medium
* Minor bug fixes
-- Sukchan Lee <acetcom@gmail.com> Sun, 11 Feb 2018 15:00:24 +0000
nextepc (0.3.2~zesty) zesty; urgency=medium
* VoLTE Support

View File

@ -27,6 +27,8 @@ case "$1" in
if [ ! -L /etc/systemd/system/multi-user.target.wants/systemd-networkd.service ]; then
systemctl enable systemd-networkd
fi
systemctl restart systemd-udevd
systemctl restart systemd-networkd
;;
abort-upgrade|abort-remove|abort-deconfigure)

View File

@ -1,7 +1,5 @@
[Unit]
Description=NextEPC P-GW Daemon
Requires=systemd-udevd.service
Requires=systemd-networkd.service
After=networking.service
[Service]