From 9ea4ef9f1407a070d2a53e06eae9fd9c92c4fc8e Mon Sep 17 00:00:00 2001 From: Pasi Lallinaho Date: Mon, 7 Oct 2024 13:55:10 +0300 Subject: [PATCH] Migrate release notes to the site and list them on release pages (closes #7) --- Gemfile | 1 + Gemfile.lock | 2 + _config.yml | 4 + _layouts/release.html | 8 +- _releasedocs/16.10/release-notes.md | 79 ++++++ _releasedocs/17.04/release-notes.md | 122 ++++++++ _releasedocs/17.10/release-notes.md | 166 +++++++++++ _releasedocs/18.04/release-notes.md | 220 ++++++++++++++ _releasedocs/18.10/manilla-folders.png | Bin 0 -> 4789 bytes _releasedocs/18.10/pavucontrol-greybird.png | Bin 0 -> 15670 bytes _releasedocs/18.10/release-notes.md | 164 +++++++++++ _releasedocs/18.10/xubuntu-cosmic.png | Bin 0 -> 670537 bytes _releasedocs/19.04/release-notes.md | 149 ++++++++++ _releasedocs/19.10/emoji_popup.png | Bin 0 -> 45378 bytes _releasedocs/19.10/release-notes.md | 154 ++++++++++ _releasedocs/19.10/screensaver.png | Bin 0 -> 60188 bytes _releasedocs/20.04/greybird-dark.png | Bin 0 -> 195356 bytes _releasedocs/20.04/packages.png | Bin 0 -> 29153 bytes _releasedocs/20.04/release-notes.md | 240 ++++++++++++++++ .../20.04/wallpaper-contest-winners.png | Bin 0 -> 1552702 bytes _releasedocs/20.10/release-notes.md | 206 ++++++++++++++ _releasedocs/21.04/keyboard-shortcuts.md | 107 +++++++ _releasedocs/21.04/release-notes.md | 235 +++++++++++++++ _releasedocs/21.04/xubuntu_21.04.png | Bin 0 -> 129012 bytes _releasedocs/21.10/keyboard-shortcuts.md | 71 +++++ _releasedocs/21.10/release-notes.md | 211 ++++++++++++++ _releasedocs/22.04/release-notes.md | 251 ++++++++++++++++ _releasedocs/22.04/upgrading.md | 20 ++ .../xubuntu-wallpaper-contest-winners.png | Bin 0 -> 1210929 bytes _releasedocs/22.10/release-notes.md | 237 ++++++++++++++++ _releasedocs/22.10/sgt-puzzles-mosaic.png | Bin 0 -> 98285 bytes _releasedocs/22.10/upgrading.md | 20 ++ _releasedocs/22.10/xubuntu-22.10.png | Bin 0 -> 161848 bytes _releasedocs/23.04/release-notes.md | 219 ++++++++++++++ _releasedocs/23.10/release-notes.md | 241 ++++++++++++++++ _releasedocs/23.10/upgrading.md | 20 ++ _releasedocs/23.10/xubuntu-23.10.png | Bin 0 -> 188137 bytes _releasedocs/24.04/release-notes.md | 268 ++++++++++++++++++ _releasedocs/24.04/upgrading.md | 20 ++ 39 files changed, 3434 insertions(+), 1 deletion(-) create mode 100644 _releasedocs/16.10/release-notes.md create mode 100644 _releasedocs/17.04/release-notes.md create mode 100644 _releasedocs/17.10/release-notes.md create mode 100644 _releasedocs/18.04/release-notes.md create mode 100644 _releasedocs/18.10/manilla-folders.png create mode 100644 _releasedocs/18.10/pavucontrol-greybird.png create mode 100644 _releasedocs/18.10/release-notes.md create mode 100644 _releasedocs/18.10/xubuntu-cosmic.png create mode 100644 _releasedocs/19.04/release-notes.md create mode 100644 _releasedocs/19.10/emoji_popup.png create mode 100644 _releasedocs/19.10/release-notes.md create mode 100644 _releasedocs/19.10/screensaver.png create mode 100644 _releasedocs/20.04/greybird-dark.png create mode 100644 _releasedocs/20.04/packages.png create mode 100644 _releasedocs/20.04/release-notes.md create mode 100644 _releasedocs/20.04/wallpaper-contest-winners.png create mode 100644 _releasedocs/20.10/release-notes.md create mode 100644 _releasedocs/21.04/keyboard-shortcuts.md create mode 100644 _releasedocs/21.04/release-notes.md create mode 100644 _releasedocs/21.04/xubuntu_21.04.png create mode 100644 _releasedocs/21.10/keyboard-shortcuts.md create mode 100644 _releasedocs/21.10/release-notes.md create mode 100644 _releasedocs/22.04/release-notes.md create mode 100644 _releasedocs/22.04/upgrading.md create mode 100644 _releasedocs/22.04/xubuntu-wallpaper-contest-winners.png create mode 100644 _releasedocs/22.10/release-notes.md create mode 100644 _releasedocs/22.10/sgt-puzzles-mosaic.png create mode 100644 _releasedocs/22.10/upgrading.md create mode 100644 _releasedocs/22.10/xubuntu-22.10.png create mode 100644 _releasedocs/23.04/release-notes.md create mode 100644 _releasedocs/23.10/release-notes.md create mode 100644 _releasedocs/23.10/upgrading.md create mode 100644 _releasedocs/23.10/xubuntu-23.10.png create mode 100644 _releasedocs/24.04/release-notes.md create mode 100644 _releasedocs/24.04/upgrading.md diff --git a/Gemfile b/Gemfile index 48958e3..a00fb86 100644 --- a/Gemfile +++ b/Gemfile @@ -20,6 +20,7 @@ gem "github-pages", "~> 231", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" + gem "jekyll_custom_permalink", "~> 0.0" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index 1e56262..57b4efb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -201,6 +201,7 @@ GEM jekyll (>= 3.3, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) + jekyll_custom_permalink (0.0.1) jemoji (0.13.0) gemoji (>= 3, < 5) html-pipeline (~> 2.2) @@ -267,6 +268,7 @@ PLATFORMS DEPENDENCIES github-pages (~> 231) jekyll-feed (~> 0.6) + jekyll_custom_permalink (~> 0.0) kramdown-parser-gfm tzinfo (~> 1.2) tzinfo-data diff --git a/_config.yml b/_config.yml index 190381b..a9f1d3c 100644 --- a/_config.yml +++ b/_config.yml @@ -32,6 +32,10 @@ collections: releases: output: true permalink: /release/:title + releasedocs: + output: true + custom_permalink_placeholders: ["release"] + permalink: /release/:release/doc/:title/ series: output: true permalink: /serie/:title diff --git a/_layouts/release.html b/_layouts/release.html index cbe2ada..5e4c83c 100644 --- a/_layouts/release.html +++ b/_layouts/release.html @@ -10,7 +10,13 @@

{{ page.title }}

Codename
{{ page.codename }}
Release Date
{{ page.date_rel }}
End of Life
{{ page.date_eol }}
-
Release Links
+
Release Links
+ {%- assign docs = site.releasedocs | where: "release", page.version -%} + {%- for doc in docs -%} + {%- capture doc_url -%}{{ page.url | relative_url }}/doc/{{ doc.slug }}/{%- endcapture -%} + {{ doc.title }}
+ {%- endfor -%} +
{%- assign site_date = site.time | date: '%Y%m%d' -%} diff --git a/_releasedocs/16.10/release-notes.md b/_releasedocs/16.10/release-notes.md new file mode 100644 index 0000000..eed4efe --- /dev/null +++ b/_releasedocs/16.10/release-notes.md @@ -0,0 +1,79 @@ +--- +layout: page +release: "16.10" +link_name: "Release Notes" +title: "Xubuntu 16.10 Release Notes" +--- + +**Xubuntu 16.10 (Yakkety Yak)** + +## Known Issues +### Installer Issues + +* Various virtual machine issues can show up. More so with VirtualBox or VMWare. + +### General Issues + +* [792085](https://bugs.launchpad.net/bugs/792085) Automatic remount of safely removed usb 3.0 drive + +### Xubuntu Issues + +* [1631715](https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1631715) Password needed twice restarting from suspend +* Thunar + * [1311926](https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1311926) Thunar file order changes when renaming + * [1512120](https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1512120) Thunar crashes on file renaming + * [1514912](https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1514912) Thunar crash while copying + * [1540186](https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1540186) Thunar crash while dragging and dropping + +## Changes + +* Thunar + * Add upstream bugzilla patch to reduce crashes on file move. +* xfce4-whiskermenu-plugin + * New upstream release + * Use dm-tool instead of gdmflexiserver for user-switching +* lightdm-gtk-greeter-settings + * New upstream release +* xfce4-dict + * New upstream release +* xfce4-weather-plugin + * New upstream release + * Remove negative sign when temperature is rounded to 0 °F + * Update API url for Yr.no service + +## Changelogs + +### Major application versions + +* catfish ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/c/catfish/catfish_1.4.2-0ubuntu1/changelog)) +* menulibre ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/m/menulibre/menulibre_2.1.3-0ubuntu1/changelog)) +* xfpanel-switch ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfpanel-switch/xfpanel-switch_1.0.4-0ubuntu1/changelog)) +* mugshot ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/m/mugshot/mugshot_0.3.1-0ubuntu1/changelog)) +* parole ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/p/parole/parole_0.8.1-1ubuntu4/changelog)) +* thunar ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/t/thunar/thunar_1.6.10-2ubuntu2/changelog)) +* xfdesktop4 ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfdesktop4/xfdesktop4_4.12.3-2ubuntu1/changelog)) +* xfwm4 ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfwm4/xfwm4_4.12.3-1ubuntu2/changelog)) +* xfce4-power-manager ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfce4-power-manager/xfce4-power-manager_1.4.4-4ubuntu2/changelog)) +* xfce4-whiskermenu-plugin ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfce4-whiskermenu-plugin/xfce4-whiskermenu-plugin_1.6.0-0ubuntu1/changelog)) +* xubuntu-artwork ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xubuntu-artwork/xubuntu-artwork_16.10.0/changelog)) +* xubuntu-default-settings ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xubuntu-default-settings/xubuntu-default-settings_16.10.2/changelog)) +* xubuntu-docs ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xubuntu-docs/xubuntu-docs_16.04.4/changelog)) +* xubuntu-meta ([changelog](https://launchpad.net/ubuntu/+source/xubuntu-meta/+changelog )) + +### Other Application Versions + +* blueman ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/b/blueman/blueman_2.0.4-1ubuntu2/changelog )) +* exo ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/e/exo/exo_0.10.7-1/changelog )) +* firefox ([changelog]( http///changelogs.ubuntu.com/changelogs/pool/main/f/firefox/firefox_48.0+build2-0ubuntu1/changelog)) +* gtk-theme-config ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/g/gtk-theme-config/gtk-theme-config_1.2.1-0ubuntu1/changelog )) +* gtk2-engines-xfce ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/g/gtk2-engines-xfce/gtk2-engines-xfce_3.2.0-2/changelog)) +* lightdm-gtk-greeter ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/l/lightdm-gtk-greeter/lightdm-gtk-greeter_2.0.1-2ubuntu4/changelog)) +* lightdm-gtk-greeter-settings ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/l/lightdm-gtk-greeter-settings/lightdm-gtk-greeter-settings_1.2.1-1/changelog)) +* orage ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/o/orage/orage_4.12.1-2build1/changelog )) +* pavucontrol ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/p/pavucontrol/pavucontrol_3.0-3build1/changelog)) +* thunderbird ([changelog](http://changelogs.ubuntu.com/changelogs/pool/main/t/thunderbird/thunderbird_38.6.0+build1-0ubuntu1/changelog )) +* xfburn ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfburn/xfburn_0.5.4-1/changelog )) +* xfce4-cpugraph-plugin ([ changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin_1.0.5-1build1/changelog )) +* xfce4-dict ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfce4-dict/xfce4-dict_0.7.2-0ubuntu1/changelog )) +* xfce4-notes-plugin ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfce4-notes-plugin/xfce4-notes-plugin_1.8.1-1/changelog)) +* xfce4-weather-plugin ([changelog](http://changelogs.ubuntu.com/changelogs/pool/universe/x/xfce4-weather-plugin/xfce4-weather-plugin_0.8.7-3/changelog )) diff --git a/_releasedocs/17.04/release-notes.md b/_releasedocs/17.04/release-notes.md new file mode 100644 index 0000000..4ba18c3 --- /dev/null +++ b/_releasedocs/17.04/release-notes.md @@ -0,0 +1,122 @@ +--- +layout: page +release: "17.04" +link_name: "Release Notes" +title: "Xubuntu 17.04 Release Notes" +--- + +**Xubuntu 17.04 (Zesty Zapus)** + +Xubuntu 17.04 will be supported for 9 months until January 2018. If you need Long Term Support, it is recommended you use [Xubuntu 16.04 LTS](https://xubuntu.org/news/xubuntu-16-04-release/) instead. + +Several Xfce panel plugins and applications have been ported to GTK+ 3, paving the way for improved theming and further development. Core Xfce libraries exo and libxfce4ui have also been updated with full GTK+ 3 support, the latter adding support for Glade development in Xubuntu with the installation of ''libxfce4ui-glade''. The Greybird and Numix themes have also been refreshed with improved support for the toolkit. + +Camera functionality has been restored in Mugshot, Parole introduced a new mini mode and improvements for network streams, and a number of welcome fixes have made their way into Thunar and Ristretto. *Simon Tatham's Portable Puzzle Collection* ([sgt-puzzles](https://launchpad.net/ubuntu/+source/sgt-puzzles)), an addicting collection of logic games, has been included along with the new *SGT Puzzles Collection* ([sgt-launcher](https://launchpad.net/ubuntu/+source/sgt-launcher)). + +This release is based on the 4.10.x Linux release series. LibreOffice 5.3 includes a number of fixes and introduces new experimental interface options. Firefox 52 and Thunderbird 45 are included. + +For new installs a swap file will be used instead of a swap partition. Upgrades from earlier versions are not affected. + +See the main Ubuntu [ Release Note]( https://wiki.ubuntu.com/ZestyZapus/ReleaseNotes ) for more general issues and updates. + +While thanks are due to all of those who contributed to this release, the Xubuntu Testing Team would particularly like to thank all of those who have reported on the Iso Tracker during this cycle. + +## Notable Issues + +### Installer Issues + +* System encryption password set before setting keyboard locale ([1047384](https://launchpad.net/bugs/1047384)) + * **Workround:** Start the installation with the correct keymap. ([Use F3](https://help.ubuntu.com/community/BootOptions#Changing_the_CD.27s_Default_Boot_Options )) to set your keymap *before* booting to Try or Install Xubuntu from that menu. + +### General Issues + +* Parole Media Player + * Parole progress bar lag ([1667786](https://launchpad.net/bugs/1667786)) + * Parole crashes while fast forwarding with the playback slider ([1374887](https://launchpad.net/bugs/1374887)) + * Parole Clear History (Open Location) crashes ([1214541](https://launchpad.net/bugs/1214514)) + * Parole Clear History (Open Recent) clears global history ([1681886](https://launchpad.net/bugs/1681886)) +* Thunar File Manager + * Thunar occasionally hangs after file changes ([13481](https://bugzilla.xfce.org/show_bug.cgi?id=13481) / [13472](https://bugzilla.xfce.org/show_bug.cgi?id=13472)) + * Thunar occasionally doesn't refresh window ([13364](https://bugzilla.xfce.org/show_bug.cgi?id=13364)) +* SGT Puzzles Collection: Menu bar grayed out ([1670610](https://launchpad.net/bugs/1670610)) +* Xfce Indicator Plugin: Label missing from "Clear Known Indicators" dialog ([1644971](https://launchpad.net/bugs/1644917)) + +## Changes and Bug Fixes + +* Thunar + * Fixes to various issues related to copying and renaming +* Parole + * New release includes "mini mode" and improved streaming support +* xfce4-notifyd + * New release includes "do not disturb" mode, notification muting, persistence support +* xfce4-taskmanager + * New release includes ability to click on window to select process +* xubuntu-default-settings + * New file templates included - OpenDocument Writer, OpenDocument Spreadsheet + * Improved QT5 application appearance (requires installation of ''qt5-style-plugins'') +* sgt-launcher + * New launcher for Simon Tatham's Portable Puzzle Collection + +## Changelogs + +### Xubuntu/Other Packages + +* blueman ([changelog](https://launchpad.net/ubuntu/zesty/+source/blueman/+changelog)) +* gtk-theme-config ([changelog](https://launchpad.net/ubuntu/zesty/+source/gtk-theme-config/+changelog)) +* gtk2-engines-xfce ([changelog](https://launchpad.net/ubuntu/zesty/+source/gtk2-engines-xfce/+changelog)) +* lightdm-gtk-greeter ([changelog](https://launchpad.net/ubuntu/zesty/+source/lightdm-gtk-greeter/+changelog)) +* lightdm-gtk-greeter-settings ([changelog](https://launchpad.net/ubuntu/zesty/+source/lightdm-gtk-greeter-settings/+changelog)) +* menulibre ([changelog](https://launchpad.net/ubuntu/zesty/+source/menulibre/+changelog)) +* mugshot ([changelog](https://launchpad.net/ubuntu/zesty/+source/mugshot/+changelog)) +* pavucontrol ([changelog](https://launchpad.net/ubuntu/zesty/+source/pavucontrol/+changelog)) +* sgt-launcher ([changelog](https://launchpad.net/ubuntu/zesty/+source/sgt-launcher/+changelog)) +* shimmer-themes ([changelog](https://launchpad.net/ubuntu/zesty/+source/shimmer-themes/+changelog)) +* xfce4-volumed ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-volumed/+changelog)) +* xfpanel-switch ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfpanel-switch/+changelog)) +* xubuntu-artwork ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-artwork/+changelog)) +* xubuntu-core ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-core/+changelog)) +* xubuntu-default-settings ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-default-settings/+changelog)) +* xubuntu-desktop ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-desktop/+changelog)) +* xubuntu-docs ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-docs/+changelog)) +* xubuntu-icon-theme ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-icon-theme/+changelog)) +* xubuntu-meta ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-meta/+changelog)) +* xubuntu-wallpapers ([changelog](https://launchpad.net/ubuntu/zesty/+source/xubuntu-wallpapers/+changelog)) + +### Xfce Core +* exo ([changelog](https://launchpad.net/ubuntu/zesty/+source/exo/+changelog)) +* thunar ([changelog](https://launchpad.net/ubuntu/zesty/+source/thunar/+changelog)) +* xfce4-appfinder ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-appfinder/+changelog)) +* xfce4-panel ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-panel/+changelog)) +* xfce4-power-manager ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-power-manager/+changelog)) +* xfce4-session ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-session/+changelog)) +* xfce4-settings ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-settings/+changelog)) +* xfconf ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfconf/+changelog)) +* xfdesktop4 ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfdesktop4/+changelog)) +* xfwm4 ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfwm4/+changelog)) + +### Xfce Applications + +* catfish ([changelog](https://launchpad.net/ubuntu/zesty/+source/catfish/+changelog)) +* mousepad ([changelog](https://launchpad.net/ubuntu/zesty/+source/mousepad/+changelog)) +* orage ([changelog](https://launchpad.net/ubuntu/zesty/+source/orage/+changelog)) +* parole ([changelog](https://launchpad.net/ubuntu/zesty/+source/parole/+changelog)) +* xfburn ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfburn/+changelog)) +* xfce4-notifyd ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-notifyd/+changelog)) +* xfce4-screenshooter ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-screenshooter/+changelog)) +* xfce4-taskmanager ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-taskmanager/+changelog)) +* xfce4-terminal ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-terminal/+changelog)) + +### Xfce Panel Plugins +* xfce4-cpugraph-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-cpugraph-plugin/+changelog)) +* xfce4-dict ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-dict/+changelog)) +* xfce4-indicator-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-indicator-plugin/+changelog)) +* xfce4-mailwatch-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-mailwatch-plugin/+changelog)) +* xfce4-netload-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-netload-plugin/+changelog)) +* xfce4-notes-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-notes-plugin/+changelog) +* xfce4-places-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-places-plugin/+changelog)) +* xfce4-quicklauncher-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-quicklauncher-plugin/+changelog)) +* xfce4-systemload-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-systemload-plugin/+changelog)) +* xfce4-verve-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-verve-plugin/+changelog)) +* xfce4-weather-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-weather-plugin/+changelog)) +* xfce4-whiskermenu-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-whiskermenu-plugin/+changelog)) +* xfce4-xkb-plugin ([changelog](https://launchpad.net/ubuntu/zesty/+source/xfce4-xkb-plugin/+changelog)) diff --git a/_releasedocs/17.10/release-notes.md b/_releasedocs/17.10/release-notes.md new file mode 100644 index 0000000..af1e7a8 --- /dev/null +++ b/_releasedocs/17.10/release-notes.md @@ -0,0 +1,166 @@ +--- +layout: page +release: "17.10" +link_name: "Release Notes" +title: "Xubuntu 17.10 Release Notes" +--- + +## Notable Changes + +### Incompatibility with BIOS in certain Lenovo, Acer systems + +A bug in the Linux 4.13 kernel shipped in Ubuntu 17.10 can leave users unable to update any of their BIOS settings, including their system’s boot order, after booting this version of Ubuntu. + +A kernel with a fix for this issue will be available in zesty-updates shortly, but, the Ubuntu 17.10 installer images still contain the kernel with this bug. **Users with affected systems should not upgrade to Ubuntu 17.10 or boot an Ubuntu 17.10 installer image until this issue as resolved.** Doing so may result in your computer requiring professional servicing in order to restore BIOS functionality. + +A full list of known affected models can be found in [Bug 1734147](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1734147) + +If you have already installed Ubuntu 17.10 on an affected system, you may not immediately notice this problem because Ubuntu will continue to boot from disk. To verify whether your system has been affected by this bug, create a USB stick with the Ubuntu 16.04 desktop image and try to boot it. If you are able to boot it, your system has most likely not been impacted by this bug. + +### Appearance Updates + +* Client side decorations (CSD) now consume much less space with the Greybird GTK+ theme. +* New device, mimetype, and monochrome panel icons have been included with the elementary-xfce icon theme. +* The new wallpaper adds a refreshing touch of green to the desktop. + + +### Application Updates + +* GNOME Font Viewer is now included by default. This application simplifies viewing and installing fonts. +* LibreOffice 5.3 -> 5.4 +* Firefox 52 -> 56 +* Thunderbird 45.8 -> 52.4 +* Numerous Xfce and other components have been updated. + +### Technical Updates + +* The Xfce Dictionary, Genmon Plugin, and Mount Plugin have been ported to GTK+ 3. +* Exo's GTK+ 3 support has been further improved. +* Tumbler has been ported to GDBus and the Clipman plugin has been ported to GtkApplication. +* Python 3.5 -> 3.6 +* GTK+ 3.24 -> 3.26. GTK+ 3.26 includes support for Unicode 10.0.0 and support for color Emoji. + +## Updates from the Ubuntu Desktop Team + +We usually just link directly to the Ubuntu release [notes](https://wiki.ubuntu.com/ArtfulAardvark/ReleaseNotes), but there are several significant improvements that affect all flavors and our users. + +### Accelerated Video Playback (Intel) + +The Ubuntu Desktop team has been hard at work to get accelerated video playback working out of the box [ +[1](https://insights.ubuntu.com/2017/07/07/ubuntu-desktop-weekly-update-july-7-2017/), +[2](https://insights.ubuntu.com/2017/07/14/ubuntu-desktop-weekly-update-july-14-2017/), +[3](https://insights.ubuntu.com/2017/07/28/ubuntu-desktop-weekly-update-july-28-2017/), +[6](https://insights.ubuntu.com/2017/09/08/ubuntu-desktop-weekly-update-september-8-2017/) +]. Intel users may also see some performance improvements in Parole Media Player since it shares the GStreamer backend. Chromium users might also see some performance improvements [ +[3](https://insights.ubuntu.com/2017/07/28/ubuntu-desktop-weekly-update-july-28-2017/), +[4](https://insights.ubuntu.com/2017/08/11/ubuntu-desktop-weekly-update-august-11-2017/) +]. + +[See this page for more information.](https://wiki.ubuntu.com/IntelQuickSyncVideo) + +### Bluetooth and USB Audio + +There’s been a number of changes to BlueZ and PulseAudio this cycle which should make Bluetooth and USB audio devices work much better by default [ +[2](https://insights.ubuntu.com/2017/07/14/ubuntu-desktop-weekly-update-july-14-2017/), +[4](https://insights.ubuntu.com/2017/08/11/ubuntu-desktop-weekly-update-august-11-2017/), +[5](https://insights.ubuntu.com/2017/08/25/ubuntu-desktop-weekly-update-august-25-2017/) +]. + +### Driverless Printing + +Driverless printing has been added to Ubuntu. This provides support for most modern printers: IPP Everywhere, Apple AirPrint, Mopria, PCLm, and Wifi Direct as supported. Other printers can still be added from the Printers dialog [ +[5](https://insights.ubuntu.com/2017/08/25/ubuntu-desktop-weekly-update-august-25-2017/), +[6](https://insights.ubuntu.com/2017/09/08/ubuntu-desktop-weekly-update-september-8-2017/) +]. + +## Notable Issues + +### Installer Issues + +* System encryption password set before setting keyboard locale ([1047384](https://launchpad.net/bugs/1047384)) + * **Workround:** Start the installation with the correct keymap. ([Use F3](https://help.ubuntu.com/community/BootOptions#Changing_the_CD.27s_Default_Boot_Options )) to set your keymap *before* booting to Try or Install Xubuntu from that menu. +* Keyboard layout issues noted in Ubuntu or other flavours during installation: + * Auto-selected keyboard layout no longer matches chosen region ([1706859](https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1706859 )) +* "Force UEFI installation" dialog has non-working Go Back/Continue buttons ([ 1724482](https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1724482 )) +* No restart after installation ([ 1723760](https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1723760 )) + +### General Issues + +* Network indicators + * Currently at times the panel could show 2 network icons, this appears to be a race condition which we have not been able to rectify in time for release. While this is an appearance issue only as far as we know, you can if you wish restart networking, the affected plugin or the panel. This fixes the issue in your running session but does not prevent the issue from re-appearing. +* Parole Media Player + * Parole progress bar lag ([1667786](https://launchpad.net/bugs/1667786)) + * Parole crashes while fast forwarding with the playback slider ([1374887](https://launchpad.net/bugs/1374887)) + * Parole Clear History (Open Location) crashes ([1214541](https://launchpad.net/bugs/1214514)) + * Play button inactive ([1705243](https://bugs.launchpad.net/parole/+bug/1705243)) +* GNOME Software: GDBUS.Error:org.freedesktop.Dbus.Error.ServiceUnkown Error message ([1713009](https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1713009)) +* SGT Puzzles Collection: Menu bar grayed out ([1670610](https://launchpad.net/bugs/1670610)) +* Thunar: Restoring non-empty folders spawns warning - leaves copy behind ([1687075](https://bugs.launchpad.net/ubuntu/+source/thunar/+bug/1687075)) +* Xfce Indicator Plugin: Label missing from "Clear Known Indicators" dialog ([1644971](https://launchpad.net/bugs/1644917)) +* Xfce Indicator Plugin: Checkboxes for hidden/visible indicators not working properly ([1311685](https://bugs.launchpad.net/ubuntu/+source/xfce4-indicator-plugin/+bug/1311685)) + +## Changelogs + +### Xubuntu/Other Packages + +* blueman ([changelog](https://launchpad.net/ubuntu/artful/+source/blueman/+changelog)) +* gtk-theme-config ([changelog](https://launchpad.net/ubuntu/artful/+source/gtk-theme-config/+changelog)) +* gtk2-engines-xfce ([changelog](https://launchpad.net/ubuntu/artful/+source/gtk2-engines-xfce/+changelog)) +* lightdm-gtk-greeter ([changelog](https://launchpad.net/ubuntu/artful/+source/lightdm-gtk-greeter/+changelog)) +* lightdm-gtk-greeter-settings ([changelog](https://launchpad.net/ubuntu/artful/+source/lightdm-gtk-greeter-settings/+changelog)) +* menulibre ([changelog](https://launchpad.net/ubuntu/artful/+source/menulibre/+changelog)) +* mugshot ([changelog](https://launchpad.net/ubuntu/artful/+source/mugshot/+changelog)) +* pavucontrol ([changelog](https://launchpad.net/ubuntu/artful/+source/pavucontrol/+changelog)) +* sgt-launcher ([changelog](https://launchpad.net/ubuntu/artful/+source/sgt-launcher/+changelog)) +* shimmer-themes ([changelog](https://launchpad.net/ubuntu/artful/+source/shimmer-themes/+changelog)) +* xfce4-volumed ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-volumed/+changelog)) +* xfpanel-switch ([changelog](https://launchpad.net/ubuntu/artful/+source/xfpanel-switch/+changelog)) +* xubuntu-artwork ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-artwork/+changelog)) +* xubuntu-core ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-core/+changelog)) +* xubuntu-default-settings ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-default-settings/+changelog)) +* xubuntu-desktop ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-desktop/+changelog)) +* xubuntu-docs ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-docs/+changelog)) +* xubuntu-icon-theme ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-icon-theme/+changelog)) +* xubuntu-meta ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-meta/+changelog)) +* xubuntu-wallpapers ([changelog](https://launchpad.net/ubuntu/artful/+source/xubuntu-wallpapers/+changelog)) + +### Xfce Core + +* exo ([changelog](https://launchpad.net/ubuntu/artful/+source/exo/+changelog)) +* thunar ([changelog](https://launchpad.net/ubuntu/artful/+source/thunar/+changelog)) +* xfce4-appfinder ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-appfinder/+changelog)) +* xfce4-panel ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-panel/+changelog)) +* xfce4-power-manager ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-power-manager/+changelog)) +* xfce4-session ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-session/+changelog)) +* xfce4-settings ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-settings/+changelog)) +* xfconf ([changelog](https://launchpad.net/ubuntu/artful/+source/xfconf/+changelog)) +* xfdesktop4 ([changelog](https://launchpad.net/ubuntu/artful/+source/xfdesktop4/+changelog)) +* xfwm4 ([changelog](https://launchpad.net/ubuntu/artful/+source/xfwm4/+changelog)) + +### Xfce Applications + +* catfish ([changelog](https://launchpad.net/ubuntu/artful/+source/catfish/+changelog)) +* mousepad ([changelog](https://launchpad.net/ubuntu/artful/+source/mousepad/+changelog)) +* orage ([changelog](https://launchpad.net/ubuntu/artful/+source/orage/+changelog)) +* parole ([changelog](https://launchpad.net/ubuntu/artful/+source/parole/+changelog)) +* xfburn ([changelog](https://launchpad.net/ubuntu/artful/+source/xfburn/+changelog)) +* xfce4-notifyd ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-notifyd/+changelog)) +* xfce4-screenshooter ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-screenshooter/+changelog)) +* xfce4-taskmanager ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-taskmanager/+changelog)) +* xfce4-terminal ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-terminal/+changelog)) + +### Xfce Panel Plugins + +* xfce4-cpugraph-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-cpugraph-plugin/+changelog)) +* xfce4-dict ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-dict/+changelog)) +* xfce4-indicator-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-indicator-plugin/+changelog)) +* xfce4-mailwatch-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-mailwatch-plugin/+changelog)) +* xfce4-netload-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-netload-plugin/+changelog)) +* xfce4-notes-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-notes-plugin/+changelog) +* xfce4-places-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-places-plugin/+changelog)) +* xfce4-quicklauncher-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-quicklauncher-plugin/+changelog)) +* xfce4-systemload-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-systemload-plugin/+changelog)) +* xfce4-verve-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-verve-plugin/+changelog)) +* xfce4-weather-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-weather-plugin/+changelog)) +* xfce4-whiskermenu-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-whiskermenu-plugin/+changelog)) +* xfce4-xkb-plugin ([changelog](https://launchpad.net/ubuntu/artful/+source/xfce4-xkb-plugin/+changelog)) diff --git a/_releasedocs/18.04/release-notes.md b/_releasedocs/18.04/release-notes.md new file mode 100644 index 0000000..c05bba9 --- /dev/null +++ b/_releasedocs/18.04/release-notes.md @@ -0,0 +1,220 @@ +--- +layout: page +release: "18.04" +link_name: "Release Notes" +title: "Xubuntu 18.04 Release Notes" +--- + +## Notable Issues + +### Installer Issues + +* **It must be noted that it is close to impossible for our small team of testers to be in a position to work through all the varying parameters available during installation. We do however aim to test all the possible methods of installation (including for OEM and using encryption) available either on a virtual machine or on hardware (where hardware has been used during testing then Xubuntu QA will where possible make that known on the iso testing tracker). Further installation testing information can be on the Ubuntu installation release note(s) listed below** + +* Keyboard layout issues noted in Ubuntu or other flavours during installation: + * Auto-selected keyboard layout no longer matches chosen region ([1706859](https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1706859)) +* "Force UEFI installation" dialog has non-working Go Back/Continue buttons ([1724482](https://bugs.launchpad.net/ubuntu/+source/ubiquity/+bug/1724482)) +* No restart after installation ([1723760](https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1723760)) + +### General Issues +* At least one Nvidia driver causes issues when removed via Additional Drivers ([ 1761593](https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1761593)) +* Network indicators + * Currently at times the panel could show 2 network icons, this appears to be a race condition which we have not been able to rectify in time for release. +* Parole Media Player: Play button inactive ([1705243](https://bugs.launchpad.net/parole/+bug/1705243)) +* SGT Puzzles Collection: Menu bar grayed out ([1670610](https://launchpad.net/bugs/1670610)) +* Xfce Indicator Plugin: Checkboxes for hidden/visible indicators not working properly ([1311685](https://bugs.launchpad.net/ubuntu/+source/xfce4-indicator-plugin/+bug/1311685)) +* Applications Menu plugin clips panel icon ([1756608](https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1756608)) +* Launch and Directory Menu items icons are too small ([1756612](https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1756612)) +* No network from suspend resume (r8169 Ethernet Card) ([1752772](https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1752772)) +* Double login required from suspend ([1760078](https://bugs.launchpad.net/ubuntu/+source/lightdm/+bug/1760078)) +* Wrong resolution at unlock screen (Nvidia) ([1760068](https://bugs.launchpad.net/ubuntu/+source/light-locker/+bug/1760068)) + +#### Ubuntu Generic Release Note + +The main Ubuntu release [note](https://wiki.ubuntu.com/BionicBeaver/ReleaseNotes) covers both many of the other packages we carry and more generic issues. + +## Major Updates + +### Appearance + +This release, we decided to remove the GTK Theme Configuration tool. It is no longer possible to override colors in all themes with a single application due to recent developments in GTK. It may return in a later release, but with limited functionality or theme support. + +The Greybird GTK theme has been updated to version 3.22.8. This feature release includes improved HiDPI support, Chrome/ium GTK 3 styles, a new dark theme, smaller switches, and improved scales, and greater consistency between GTK 2 and GTK 3 applications. + +### Panel Plugins + +#### PulseAudio Plugin + +With Xubuntu 18.04, we replaced the Sound Indicator with the Xfce PulseAudio Plugin. Some key features include: + +* Select, move, and control audio output and input from the plugin menu +* Middle click the icon to quickly mute and unmute +* Control playback of media players +* Increase volume levels beyond 100% +* Enable universal multimedia key control for any media player with MPRIS2 support +* Swap between playlists in supported applications + +#### Status Notifier Plugin + +This new plugin replaces the Application Indicator with a more configurable and better supported option. It supports indicators provided by indicator-application as well as the FreeDesktop.org StatusNotifierItem specification. Configuration options include: + +* Configurable icon size +* Square icons – all items will be at least as wide as they are tall +* Symbolic icons – Application indicators will be displayed with a symbolic icon if it is available +* Hide or show individual application indicators + +#### Notification Plugin + +We've included the new xfce4-notifyd panel plugin in Xubuntu 18.04. This plugin makes it easy to toggle "Do Not Disturb" mode and view missed notifications. + +### Desktop Applications + +Xfce is a very modular desktop environment, and for a long time we have shipped several GNOME components to fill our productivity software needs. In Bionic, we have decided to swap out a few pieces of GNOME with corresponding bits from MATE. MATE (formerly GNOME 2) shares several design elements with Xfce, making these components feel at home on the Xubuntu desktop. The features of these components are almost identical, so you won't miss out on anything. + +* Document Viewer: Evince → Atril +* Archive Manager: File Roller → Engrampa +* Calculator: GNOME Calculator → MATE Calculator + +#### Utilities + +##### Catfish 1.4.4 + +Catfish 1.4.4 is included with Xubuntu 18.04. This maintenance release features improved performance, additional error handling, and numerous translation updates. + +##### MenuLibre 2.2.0 + +MenuLibre 2.2.0 is a significant release with a multitude of new features, fixes, and supported desktops. Users can now test their launchers directly from MenuLibre. Additionally, you can sort submenus, install launchers in any directory, and identify issues in existing launchers. Desktop environment support has been extended to include Budgie, Cinnamon, EDE, LXQt, KDE Plasma, MATE, and Pantheon. + +#### Xfce + +##### Parole Media Player 1.0.1 + +Parole 1.0.0 introduces the new “Automatic” video output, selected by default. This new output will automatically select the best available option for your hardware, leading to improved performance and reduced configuration issues. Videos are finally playable in Virtualbox with this update. + +##### Thunar 1.6.15 + +Thunar has had a lot of development time in recent months while it heads toward a stable GTK+ 3 release. This release benefits from that development with a large number of bug fixes backported to ensure that Thunar is and continues to be a dependable file manager. + +##### Xfce Power Manager 1.6.1 + +Xfce Power Manager has been ported to GTK+ 3 and includes a number of improvements and new features. + +* Improved “Presentation Mode” ensures the screensaver is inhibited while active +* Option to display battery percentage and/or remaining run time when on battery power +* Numerous bug fixes + +##### Xfce Notifications 0.4.2 + +The latest version of the Xfce notification daemon includes a panel plugin, support for links in notifications, and improved markup support. The panel plugin allows for quick access to the “do not disturb” mode and recent notifications. + +#### LibreOffice 6.0 + +The latest version of LibreOffice is included with Xubuntu 18.04. This release features better file compatibility with Microsoft Office, Abiword, and QuarkExpress. One of the major release highlights is the inclusion of the elementary icon theme for all installations (including Windows and Mac OS X). This theme was first featured in Xubuntu 16.04 "Xenial Xerus". + +#### Firefox & Thunderbird + +The latest and greatest versions of Firefox and Thunderbird are included. Firefox recently rolled out their “Quantum” changes, making recent releases incredibly responsive and faster than ever. + +### Xfce + +Development on Xfce 4.14 is moving right along, but will not be included in Xubuntu 18.04. While we won’t be getting the next generation Xfce desktop, we do have some additional stable updates and development goodies for everyone to enjoy. + +#### Applications + +* Xfburn 0.5.5 +* Xfce Panel 4.12.2 +* Xfce Power Manager 1.6.1 (Now GTK+ 3) +* Xfce Terminal 0.8.7 +* Xfce Weather Plugin 0.8.10 +* Xfce Whisker Menu Plugin 2.1.5 +* Xfce XKB Plugin 0.8.1 (Now GTK+ 3) + +#### Libraries + +* exo 0.12.0 (first stable Xfce 4.14-ready release) +* libxfce4ui 4.13.4 + +### Login & Locking + +The Xubuntu login screen has had several improvements this development cycle, and there are more on the way! LightDM GTK+ Greeter has received fixes for accessibility, autologin, and the occasional freeze with multiple monitors. It's accompanying configuration tool now detects more recent GTK themes. + +### Hardware Support + +#### Bluetooth + +The PulseAudio Bluetooth module has been included, meaning Bluetooth audio devices will now work out of the box in Xubuntu! Blueman has been updated to version 2.0.5 and includes several fixes for game controllers and modems. + +#### Numlock + +We’ve integrated numlockx into our startup for improved support of keyboard number pads. Numlock will now automatically be enabled for all users, regardless of BIOS support. + +## Xubuntu core +The [Xubuntu core](https://xubuntu.org/news/introducing-xubuntu-core/) project is still solely a community based effort and as such, the produced ISOs can be downloaded from the unofficial [contributor's site](https://unit193.net/xubuntu/core/). + +## Changelogs + +### Xubuntu/Other Packages + +* blueman ([changelog](https://launchpad.net/ubuntu/bionic/+source/blueman/+changelog)) +* gtk-theme-config ([changelog](https://launchpad.net/ubuntu/bionic/+source/gtk-theme-config/+changelog)) +* gtk2-engines-xfce ([changelog](https://launchpad.net/ubuntu/bionic/+source/gtk2-engines-xfce/+changelog)) +* lightdm-gtk-greeter ([changelog](https://launchpad.net/ubuntu/bionic/+source/lightdm-gtk-greeter/+changelog)) +* lightdm-gtk-greeter-settings ([changelog](https://launchpad.net/ubuntu/bionic/+source/lightdm-gtk-greeter-settings/+changelog)) +* menulibre ([changelog](https://launchpad.net/ubuntu/bionic/+source/menulibre/+changelog)) +* mugshot ([changelog](https://launchpad.net/ubuntu/bionic/+source/mugshot/+changelog)) +* pavucontrol ([changelog](https://launchpad.net/ubuntu/bionic/+source/pavucontrol/+changelog)) +* sgt-launcher ([changelog](https://launchpad.net/ubuntu/bionic/+source/sgt-launcher/+changelog)) +* shimmer-themes ([changelog](https://launchpad.net/ubuntu/bionic/+source/shimmer-themes/+changelog)) +* xfce4-volumed ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-volumed/+changelog)) +* xfpanel-switch ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfpanel-switch/+changelog)) +* xubuntu-artwork ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-artwork/+changelog)) +* xubuntu-core ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-meta/+changelog)) +* xubuntu-default-settings ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-default-settings/+changelog)) +* xubuntu-desktop ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-meta/+changelog)) +* xubuntu-docs ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-docs/+changelog)) +* xubuntu-icon-theme ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-icon-theme/+changelog)) +* xubuntu-meta ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-meta/+changelog)) +* xubuntu-wallpapers ([changelog](https://launchpad.net/ubuntu/bionic/+source/xubuntu-artwork/+changelog)) + +### Xfce Core + +* exo ([changelog](https://launchpad.net/ubuntu/bionic/+source/exo/+changelog)) +* thunar ([changelog](https://launchpad.net/ubuntu/bionic/+source/thunar/+changelog)) +* xfce4-appfinder ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-appfinder/+changelog)) +* xfce4-panel ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-panel/+changelog)) +* xfce4-power-manager ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-power-manager/+changelog)) +* xfce4-session ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-session/+changelog)) +* xfce4-settings ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-settings/+changelog)) +* xfconf ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfconf/+changelog)) +* xfdesktop4 ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfdesktop4/+changelog)) +* xfwm4 ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfwm4/+changelog)) + +### Xfce Applications + +* catfish ([changelog](https://launchpad.net/ubuntu/bionic/+source/catfish/+changelog)) +* mousepad ([changelog](https://launchpad.net/ubuntu/bionic/+source/mousepad/+changelog)) +* orage ([changelog](https://launchpad.net/ubuntu/bionic/+source/orage/+changelog)) +* parole ([changelog](https://launchpad.net/ubuntu/bionic/+source/parole/+changelog)) +* xfburn ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfburn/+changelog)) +* xfce4-notifyd ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-notifyd/+changelog)) +* xfce4-screenshooter ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-screenshooter/+changelog)) +* xfce4-taskmanager ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-taskmanager/+changelog)) +* xfce4-terminal ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-terminal/+changelog)) + +### Xfce Panel Plugins + +* xfce4-cpugraph-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-cpugraph-plugin/+changelog)) +* xfce4-dict ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-dict/+changelog)) +* xfce4-indicator-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-indicator-plugin/+changelog)) +* xfce4-mailwatch-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-mailwatch-plugin/+changelog)) +* xfce4-netload-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-netload-plugin/+changelog)) +* xfce4-notes-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-notes-plugin/+changelog) +* xfce4-places-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-places-plugin/+changelog)) +* xfce4-pulseaudio-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-pulseaudio-plugin/+changelog)) +* xfce4-quicklauncher-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-quicklauncher-plugin/+changelog)) +* xfce4-statusnotifier-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-statusnotifier-plugin/+changelog)) +* xfce4-systemload-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-systemload-plugin/+changelog)) +* xfce4-verve-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-verve-plugin/+changelog)) +* xfce4-weather-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-weather-plugin/+changelog)) +* xfce4-whiskermenu-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-whiskermenu-plugin/+changelog)) +* xfce4-xkb-plugin ([changelog](https://launchpad.net/ubuntu/bionic/+source/xfce4-xkb-plugin/+changelog)) diff --git a/_releasedocs/18.10/manilla-folders.png b/_releasedocs/18.10/manilla-folders.png new file mode 100644 index 0000000000000000000000000000000000000000..8a286c3139b7be8eaadbcbb1452dcf049e7db5ed GIT binary patch literal 4789 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 literal 0 HcmV?d00001 diff --git a/_releasedocs/18.10/pavucontrol-greybird.png b/_releasedocs/18.10/pavucontrol-greybird.png new file mode 100644 index 0000000000000000000000000000000000000000..1b21019e95763276863ac25bd51a9675037b57c9 GIT binary patch literal 15670 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 literal 0 HcmV?d00001 diff --git a/_releasedocs/18.10/release-notes.md b/_releasedocs/18.10/release-notes.md new file mode 100644 index 0000000..a7a9809 --- /dev/null +++ b/_releasedocs/18.10/release-notes.md @@ -0,0 +1,164 @@ +--- +layout: page +release: "18.10" +link_name: "Release Notes" +title: "Xubuntu 18.10 Release Notes" +--- + +## Upgrading from 18.04 + +For 32 bit installations this is [disabled](https://wiki.ubuntu.com/CosmicCuttlefish/ReleaseNotes#Upgrades_on_i386) and currently out of our control. + +## Installer Issues + +**It must be noted that it is close to impossible for our small team of testers to be in a position to work through all the varying parameters available during installation. We do however aim to test all the possible methods of installation (including for OEM and using encryption) available either on a virtual machine or on hardware (where hardware has been used during testing then Xubuntu QA will where possible make that known on the iso testing tracker). Further installation testing information can be on the Ubuntu installation release note(s) listed below** + +* No restart after installation ([1723760](https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1723760)) + +## General Issues + +* **GNOME Software crashes on 32-bit architectures** ([1798236](https://bugs.launchpad.net/ubuntu/+source/gnome-software/+bug/1798236)) + * This issue should be resolved after installing and running updates. +* Network indicators + * Currently at times the panel could show 2 network icons, this appears to be a race condition which we have not been able to rectify in time for release. +* Panel + * Applications Menu plugin clips panel icon ([1756608](https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1756608)) + * Launch and Directory Menu items icons are too small ([1756612](https://bugs.launchpad.net/ubuntu/+source/xfce4-panel/+bug/1756612)) + * Window buttons are not clickable at very top of screen (0px area) ([1795135](https://bugs.launchpad.net/ubuntu/+source/greybird-gtk-theme/+bug/1795135)) +* Parole Media Player + * Play button inactive ([1705243](https://bugs.launchpad.net/parole/+bug/1705243)) + * Player crashes when MPRIS2 plugin is disabled ([1698540](https://bugs.launchpad.net/ubuntu/+source/parole/+bug/1698540)) +* Ristretto: Thumbnail sidebar shows error icons instead of thumbnails for some images ([1756191](https://bugs.launchpad.net/ubuntu/+source/ristretto/+bug/1756191)) +* Settings Manager: Mouse fails to scroll apps in settings manager (GTK+ 3 regression) ([1653448](https://bugs.launchpad.net/ubuntu/+source/xfce4-settings/+bug/1653448)) + +### Ubuntu Generic Release Note + +The main Ubuntu release [note](https://wiki.ubuntu.com/CosmicCuttlefish/ReleaseNotes) covers both many of the other packages we carry and more generic issues. + +## Major Updates + +### Appearance + +#### Cosmic Wallpaper +Our beautiful new wallpaper features a gentle purple tone and greatly complements our GTK and icon themes. Past wallpapers are available in the [xubuntu-wallpapers](https://launchpad.net/ubuntu/cosmic/+package/xubuntu-wallpapers) package. + +[](xubuntu-cosmic.png) + +#### elementary Xfce Icon Theme 0.13 +The latest version of [our icon theme](https://github.com/shimmerproject/elementary-xfce) includes the manila folder icons as seen in the [upstream elementary icon theme](https://github.com/elementary/icons). Additionally, our icon theme is now optimized with optipng, meaning a smaller install size and potentially improved load times. + +[](manilla-folders.png) + +#### Greybird 3.22.9 +The latest [Greybird](https://github.com/shimmerproject/Greybird) release improves the look and feel of our window manager, alt-tab dialog, Chromium, and even pavucontrol! The notebook styles look significantly better and consistent with our other applications. + +[](pavucontrol-greybird.png) + +### Xfce + +#### Applications +* [Catfish 1.4.6](https://bluesabre.org/2018/07/15/catfish-1-4-6-released-now-an-xfce-project/) +* [Mousepad 0.4.1](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000609.html) +* [Ristretto 0.8.3](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000623.html) +* [Thunar 1.8.1](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000614.html) *(New GTK+ 3 release!)* +* [Xfce Desktop 4.13.2](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000616.html) *(New GTK+ 3 release!)* +* [Xfce Dictionary 0.8.1](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000610.html) +* [Xfce Panel 4.13.3](https://mail.xfce.org/pipermail/xfce-announce/2018-May/000605.html) *(New GTK+ 3 release!)* +* [Xfce Screenshooter 1.9.3](https://mail.xfce.org/pipermail/xfce-announce/2018-August/000632.html) *(New GTK+ 3 release!)* +* [Xfce Settings 4.13.4](https://bluesabre.org/2018/06/20/xfce-settings-4-12-4-and-4-13-4-released/) *(New GTK+ 3 release!)* +* [Xfce Task Manager 1.2.1](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000612.html) +* [Xfce Terminal 0.8.7.4](https://mail.xfce.org/pipermail/xfce-announce/2018-May/000606.html) +* [Xfce Window Manager 4.12.5](https://mail.xfce.org/pipermail/xfce-announce/2018-July/000629.html) + +#### Libraries +* [Exo 0.12.2](https://bluesabre.org/2018/06/20/exo-0-12-1-and-0-12-2-released/) +* [libxfce4util 4.13.2](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000615.html) +* [Tumbler 0.2.3](https://mail.xfce.org/pipermail/xfce-announce/2018-September/000635.html) +* [Xfconf 4.13.5](https://mail.xfce.org/pipermail/xfce-announce/2018-June/000619.html) + +#### Panel Plugins +* [Xfce Verve Plugin 2.0.0](https://mail.xfce.org/pipermail/xfce-announce/2018-April/000601.html) *(New GTK+ 3 release!)* +* [Xfce Whisker Menu Plugin 2.2.1](https://mail.xfce.org/pipermail/xfce-announce/2018-July/000624.html) + +#### Thunar Plugins +* [Thunar Archive Plugin 0.4.0](https://mail.xfce.org/pipermail/xfce-announce/2017-December/000566.html) +* [Thunar Media Tags Plugin 0.3.0](https://mail.xfce.org/pipermail/xfce-announce/2018-February/000577.html) + +## Changelogs + +### Xubuntu/Other Packages + +* atril ([changelog](https://launchpad.net/ubuntu/cosmic/+source/atril/+changelog)) +* blueman ([changelog](https://launchpad.net/ubuntu/cosmic/+source/blueman/+changelog)) +* elementary-xfce ([changelog](https://launchpad.net/ubuntu/cosmic/+source/elementary-xfce/+changelog)) +* engrampa ([changelog](https://launchpad.net/ubuntu/cosmic/+source/engrampa/+changelog)) +* gtk2-engines-xfce ([changelog](https://launchpad.net/ubuntu/cosmic/+source/gtk2-engines-xfce/+changelog)) +* lightdm-gtk-greeter ([changelog](https://launchpad.net/ubuntu/cosmic/+source/lightdm-gtk-greeter/+changelog)) +* lightdm-gtk-greeter-settings ([changelog](https://launchpad.net/ubuntu/cosmic/+source/lightdm-gtk-greeter-settings/+changelog)) +* mate-calc ([changelog](https://launchpad.net/ubuntu/cosmic/+source/mate-calc/+changelog)) +* menulibre ([changelog](https://launchpad.net/ubuntu/cosmic/+source/menulibre/+changelog)) +* mugshot ([changelog](https://launchpad.net/ubuntu/cosmic/+source/mugshot/+changelog)) +* pavucontrol ([changelog](https://launchpad.net/ubuntu/cosmic/+source/pavucontrol/+changelog)) +* sgt-launcher ([changelog](https://launchpad.net/ubuntu/cosmic/+source/sgt-launcher/+changelog)) +* shimmer-themes ([changelog](https://launchpad.net/ubuntu/cosmic/+source/shimmer-themes/+changelog)) +* xfpanel-switch ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfpanel-switch/+changelog)) +* xubuntu-artwork ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-artwork/+changelog)) +* xubuntu-core ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-meta/+changelog)) +* xubuntu-default-settings ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-default-settings/+changelog)) +* xubuntu-desktop ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-meta/+changelog)) +* xubuntu-docs ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-docs/+changelog)) +* xubuntu-meta ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-meta/+changelog)) +* xubuntu-wallpapers ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xubuntu-artwork/+changelog)) + +### Xfce Core + +* exo ([changelog](https://launchpad.net/ubuntu/cosmic/+source/exo/+changelog)) +* libxfce4ui ([changelog](https://launchpad.net/ubuntu/cosmic/+source/libxfce4ui/+changelog)) +* libxfce4util ([changelog](https://launchpad.net/ubuntu/cosmic/+source/libxfce4util/+changelog)) +* thunar ([changelog](https://launchpad.net/ubuntu/cosmic/+source/thunar/+changelog)) +* thunar-volman ([changelog](https://launchpad.net/ubuntu/cosmic/+source/thunar-volman/+changelog)) +* tumbler ([changelog](https://launchpad.net/ubuntu/cosmic/+source/tumbler/+changelog)) +* xfce4-appfinder ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-appfinder/+changelog)) +* xfce4-panel ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-panel/+changelog)) +* xfce4-power-manager ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-power-manager/+changelog)) +* xfce4-session ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-session/+changelog)) +* xfce4-settings ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-settings/+changelog)) +* xfconf ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfconf/+changelog)) +* xfdesktop4 ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfdesktop4/+changelog)) +* xfwm4 ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfwm4/+changelog)) + +### Xfce Applications + +* catfish ([changelog](https://launchpad.net/ubuntu/cosmic/+source/catfish/+changelog)) +* mousepad ([changelog](https://launchpad.net/ubuntu/cosmic/+source/mousepad/+changelog)) +* orage ([changelog](https://launchpad.net/ubuntu/cosmic/+source/orage/+changelog)) +* parole ([changelog](https://launchpad.net/ubuntu/cosmic/+source/parole/+changelog)) +* ristretto ([changelog](https://launchpad.net/ubuntu/cosmic/+source/ristretto/+changelog)) +* xfburn ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfburn/+changelog)) +* xfce4-notifyd ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-notifyd/+changelog)) +* xfce4-screenshooter ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-screenshooter/+changelog)) +* xfce4-taskmanager ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-taskmanager/+changelog)) +* xfce4-terminal ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-terminal/+changelog)) + +### Xfce Panel Plugins + +* xfce4-cpugraph-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-cpugraph-plugin/+changelog)) +* xfce4-dict ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-dict/+changelog)) +* xfce4-indicator-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-indicator-plugin/+changelog)) +* xfce4-mailwatch-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-mailwatch-plugin/+changelog)) +* xfce4-netload-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-netload-plugin/+changelog)) +* xfce4-notes-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-notes-plugin/+changelog) +* xfce4-places-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-places-plugin/+changelog)) +* xfce4-pulseaudio-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-pulseaudio-plugin/+changelog)) +* xfce4-quicklauncher-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-quicklauncher-plugin/+changelog)) +* xfce4-statusnotifier-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-statusnotifier-plugin/+changelog)) +* xfce4-systemload-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-systemload-plugin/+changelog)) +* xfce4-verve-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-verve-plugin/+changelog)) +* xfce4-weather-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-weather-plugin/+changelog)) +* xfce4-whiskermenu-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-whiskermenu-plugin/+changelog)) +* xfce4-xkb-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/xfce4-xkb-plugin/+changelog)) + +### Thunar Plugins + +* thunar-archive-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/thunar-archive-plugin/+changelog)) +* thunar-media-tags-plugin ([changelog](https://launchpad.net/ubuntu/cosmic/+source/thunar-media-tags-plugin/+changelog)) diff --git a/_releasedocs/18.10/xubuntu-cosmic.png b/_releasedocs/18.10/xubuntu-cosmic.png new file mode 100644 index 0000000000000000000000000000000000000000..8e51bf8b48ffa6d6b3e5c12cf078871ec5efc725 GIT binary patch literal 670537 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

%3TTha7@~==0I3mcnMvFDpy6m2KY|CQ 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