Release v0.46.0 to unstable

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2018-12-31 16:46:58 -05:00
parent f93b6e2d54
commit d8f161adce
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808
2 changed files with 53 additions and 1 deletions

52
debian/changelog vendored
View File

@ -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 <jvalleroy@mailbox.org> Mon, 31 Dec 2018 16:46:25 -0500
plinth (0.45.0) unstable; urgency=medium
[ Doma Gergő ]

View File

@ -18,4 +18,4 @@
Package init file.
"""
__version__ = '0.45.0'
__version__ = '0.46.0'