From d8f161adce6e6597c9b74cc48c78d2b93c2d7c98 Mon Sep 17 00:00:00 2001 From: James Valleroy Date: Mon, 31 Dec 2018 16:46:58 -0500 Subject: [PATCH] Release v0.46.0 to unstable Signed-off-by: James Valleroy --- debian/changelog | 52 ++++++++++++++++++++++++++++++++++++++++++++++ plinth/__init__.py | 2 +- 2 files changed, 53 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7f8a2477f..99727a22b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,55 @@ +plinth (0.46.0) unstable; urgency=medium + + [ Pavel Borecki ] + * Translated using Weblate (Czech) + + [ Johannes Keyser ] + * Translated using Weblate (German) + + [ advocatux ] + * Translated using Weblate (Spanish) + + [ prolinux ukraine ] + * Translated using Weblate (Ukrainian) + + [ Sunil Mohan Adapa ] + * logging: Don't log static file requests + * logging: Make cherrypy log to the main log + * logging: Don't log to a log file + * logging: Log to systemd journal directly + * logging: Separate logging init logic into a module + * logging: Implement colors for console messages + * searx: Update outdated Apache configuration + * sso: Update outdated Apache configuration + * letsencrypt: Use macros for configuring sites + * letsencrypt: Remove outdated Apache configuration + * logging: Remove references to old log files + * debian: Alter control file indentation + * storage: Add parted as dependency module + * debian: Add dependencies from freedombox-setup + * sudoers: Allow all admin users to become superusers + * Move update-motd script from freedombox-setup + * debian: Break current version of freedombox-setup + * Move preseed file from freedombox-setup + * debian: Use description from freedombox.org + * debian: Ignore debian/debhelper-build-stamp + * debian: Fix lintian warning about vcs ignore file + * debian: Don't change ownership recursively in postinst + * debian: Update short description + * debian: Rename plinth package to freedombox + + [ James Valleroy ] + * vagrant: Cleanup for obsolete log files + * debian: Move Recommends to binary package + * locale: Run update_translations + * doc: Fetch latest manual from wiki + * debian: Standards-Version is now 4.3.0 + + [ Petter Reinholdtsen ] + * Translated using Weblate (Norwegian Bokmål) + + -- James Valleroy Mon, 31 Dec 2018 16:46:25 -0500 + plinth (0.45.0) unstable; urgency=medium [ Doma Gergő ] diff --git a/plinth/__init__.py b/plinth/__init__.py index 7019cb716..d95a2cba9 100644 --- a/plinth/__init__.py +++ b/plinth/__init__.py @@ -18,4 +18,4 @@ Package init file. """ -__version__ = '0.45.0' +__version__ = '0.46.0'