diff options
author | Jonas Smedegaard <dr@jones.dk> | 2014-06-29 21:22:42 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2014-06-29 21:28:45 +0200 |
commit | 91140b5901a8454d62ac49fe8a7cd40ee559ef76 (patch) | |
tree | 9cc85ff73906e307d7046a4f622816884fffc82f | |
parent | bfacbe234213db08a776331b8cc613d8024d5644 (diff) |
Update NEWS and add some TODOs.
-rw-r--r-- | NEWS | 9 | ||||
-rw-r--r-- | TODO | 21 |
2 files changed, 30 insertions, 0 deletions
@@ -1,3 +1,12 @@ +1.0.4 + + Corrections: + * Fix runtime/update scripts (was totally broken till now). + + Improvements: + * Include ntp. + * Adjust suffix for PGP signatures, to ease verification. + 1.0.3 Corrections: @@ -7,12 +7,18 @@ Profiles: * what about addressbooks? * Include gpa? * Conditionally enable OpenGL dependencies when supported by hardware + * Install whatever needed for auto-mounting removable media. + Thanks to Ralf Bendrath. + * Fix force-remove calendar-timezones when upgrading iceowl-extension. + Thanks to Erik Josefsson. + * install apt-listchanges. Profiles, for Jessie and newer: * install xul-ext-y-u-no-validate * Update lists of locale-specific packages, adding ones for Iceowl * Update desktop/media topic to drop ESounD support * Update desktop/media topic to include mpv (and exclude mplayer2) + * install systemd-shim Deployment: * test that auto-updating security fixes actually works @@ -40,6 +46,21 @@ Deployment, for Lenovo Edge E145: * boot from usb (via F12), install past disk erasure, switch off * Document post-install tuning: * sudo aptitude install firmware-linux firmware-realtek broadcom-sta-dkms + * Test (i.e. compare thoroughly differences with) alternate install: + * install base system (not automated)... + + hit enter on root passwords (to switch to sudo-base admin) + + provide manual mirror: http.debian.net + + enable popcon + + deselect all tasks + * manually download, verify, and execute script.sh: + wget http://parl.debian.net/desktop/script.sh + wget http://parl.debian.net/SHA512SUMS + wget http://parl.debian.net/SHA512SUMS.sig + aptitude install debian-keyring + gpgv --keyring /usr/share/keyrings/debian-keyring.gpg SHA512SUMS.sig + ln -s . desktop + sha512sum -c SHA512SUMS desktop/script.sh + sudo sh script.sh Bugs (report to Debian and track here until fixed in stable): * Lots of core packages should be apt-mark'ed as auto-installed |