[ubuntu/quantal] live-config 3.0~b1-1 (Accepted)
Jeremy Bicha
jeremy at bicha.net
Fri Jul 27 22:46:11 UTC 2012
live-config (3.0~b1-1) unstable; urgency=low
[ Daniel Baumann ]
* Correcting wrong preseed fieldname in keyboard-configuration for
optionscode.
* Sorting keyboard-configuration handling alphabetically.
* Correcting wrong variable to make language assignments in locales
script actually work.
* Simplifying writing /etc/default/locale in locales script.
* Decrufting locales script to handle multiple locales.
[ Ben Armstrong ]
* Fixing two script name message typos.
[ Daniel Baumann ]
* Renaming live-config.keyboard-variant option to live-
config.keyboard-variants to indicate that multiple values can be
specified at the same time, thanks to Ben Armstrong
<synrg at debian.org>.
[ chals ]
* Fixing one 'fuzzy' in the Spanish translation of the man page.
* Fixing one 'fuzzy' in the French translation of the man page.
[ Daniel Baumann ]
* Correcting multi-locales assembling in locales script.
live-config (3.0~a43-1) unstable; urgency=low
* Adding /etc/os-release support to hostname debconf script.
* Correcting inverted logic when checking for a live system in boot-
init.sh.
* Removing debconf backend, splitting out into seperate package.
live-config (3.0~a42-1) unstable; urgency=low
* Adding updated Brazilian Portuguese debconf translations from Tiago
Bortoletto Vaz <tiago at debian.org> (Closes: #680849).
live-config (3.0~a41-1) unstable; urgency=low
* Removing processing message in openssh-server debconfig script.
* Switching to four-digit script numbers to allow more flexibility for
custom scripts in-between the stock ones.
* Removing exporting for private debconfs systemrc, live-debconfig
doesn't get called via a wrapper like it used to be in lxc.
* Switching to xz compression in source and binary packages.
live-config (3.0~a40-1) unstable; urgency=low
* Integrating debconf backend into live-config.
* Simplyfing eject initscript.
live-config (3.0~a39-1) experimental; urgency=low
* Automatically translate date formats in po files.
* Unifying po file headers.
* Updating included example packaging for a live-config script.
* Passing arguments over to /lib/live scripts even if currently
arguments are unused.
* Re-arranging initsystem backends in source tree.
* Removing snapshot handling from shutdown initscript.
* Respecting noeject and cdrom-detect/eject=false as boot parameters
for preventing ejection of the live media.
live-config (3.0~a38-1) experimental; urgency=low
[ chals ]
* Revising grammar in French translation.
[ Daniel Baumann ]
* Simplyfing reading of configuration files.
* Improving on-demand creation of ssh host keys in openssh-server
script.
* Avoid breaking serial consoles when using upstart, thanks to Trent
W. Buck <trentbuck at gmail.com> (Closes: #675308).
live-config (3.0~a37-1) experimental; urgency=low
[ Daniel Baumann ]
* Only looking at config.d files if they have the .conf suffix to
allow putting other files into these places that do not necessarily
need to be used by live-config (e.g. documentation).
* Using /var/log/live/config.log instead of /var/log/live-config.log
for consistency with the other live packages.
* Adding timestamp and script name to logfile when running with debug
enabled.
* Adding script for applying preseed files to the debconf database.
* Renumbering scripts.
* Exiting early in hooks script if no hooks were specified.
* Extending debconf script to take more than one preseed file and
support all three location types (filesyste, media, network).
* Renaming /live/cow to /live/overlay in anticipation of overlayfs.
* Using 'persistence' (noun) rather than 'persistent'
(adjective/adverb) everywhere.
* Making extraction of the manpage section in manpages/Makefile work
with multiple dots in the filename.
[ chals ]
* Updating Spanish translation of man page.
* Updating French translation of man page.
live-config (3.0~a36-1) experimental; urgency=low
* Adding live-boot initscript.
* Replacing type with which in order to check for archdetect in boot
initscript, using type is a possible bashism.
live-config (3.0~a35-1) unstable; urgency=low
* Disabling tmpfs on /tmp in sysvinit script (Closes: #658996).
live-config (3.0~a34-1) unstable; urgency=low
* Removing runit backend, focusing in supporting the main init systems
only (systemd, sysvinit, upstart), for the time being at least.
* Mounting /proc if necessary (Closes: #666866).
live-config (3.0~a33-1) unstable; urgency=low
* Making sure live-config gets started before mountkernfs in order to
prevent a race condition with /tmp (Closes: #653673).
* Also creating ecdsa host keys in openssh-server script on wheezy.
* Redirecting startx output in xinit script to /dev/null when booting
with quiet.
* Simplifing live-config-update script.
* Adding default user groups in live-config-update for ubuntu.
* Updating copyright file machine-readable format version 1.0.
* Updating to standards version 3.9.3.
* Updating packaging files for included live-config-foobar example
package.
* Adding copyright header to remaining files.
* Adding source lintian-overrides.
* Updating Brazilian Portuguese manpage translation.
live-config (3.0~a32-1) unstable; urgency=low
[ chals ]
* Updating Spanish translationof man page.
* Updating French translation of man page.
[ Daniel Baumann ]
* Adding updated Italian manpage translation from skizzhg
<skizzhg at gmx.com>.
* Updating to debhelper version 9.
* Flipping accidentally wrong squeeze with wheezy defaults for default
user groups.
* Adjust formating of groups in user-setup script.
* Switching to use /debconf.live as a temporary debconf location for
user-setup script, rather than /tmp/debconf.live, as /tmp is not
already there in wheezy and newer when live-config is executed.
* Updating year to 2012 in copyright notices.
live-config (3.0~a31-1) unstable; urgency=low
[ chals ]
* Fixing fuzzy in es po.
* Updating French translation.
[ Daniel Baumann ]
* Sorting overrides in rules alphabetically.
* Making user default groups configurable.
* Make sure user is not in sudo group if sudo is disabled.
live-config (3.0~a30-1) unstable; urgency=low
* Adding required parsing for the respective boot parameters in all
config scripts so that every script is self-contained (Closes:
#646824).
* Adding forgotten underline prefix to show that the service variable
in sysv-rc script is a local variable.
* Moving comment about mingetty to the actual executed code for
consistency.
* Sorting parameter handling alphabetically in each script.
live-config (3.0~a29-1) unstable; urgency=low
* Using compression level 9 also for binary packages.
* Adding example in live-config manpage for a suitable resolution when
using xorg-resolution parameter.
* Using compression level 9 also for binary packages in live-config
example package.
* Adding configuration script for locales-all.
* Renumbering scripts.
* Removing superfluous empty line in user-setup script.
* Adding forgotten parsing of cmdline in sudo script to respect
username boot parameter (Closes: #646824).
live-config (3.0~a28-1) unstable; urgency=low
[ Daniel Baumann ]
* Setting suitable debconf settings during live-config runtime.
* Saving output of live-config to /var/log/live-config.log.
[ chals ]
* Updating live-config man page, Spanish translation.
[ Daniel Baumann ]
* Running rebuild target in manpages.
live-config (3.0~a27-1) unstable; urgency=low
[ Daniel Baumann ]
* Silencing rmdir calls in makefile.
* Coding style improvement for if statments in config.sh.
[ Stanislav Bogatyrev ]
* Check file existence during _SCRIPTS list construction and make sure
the resulting list has only unique items (Closes: #642396).
[ Daniel Baumann ]
* Using sort -u instead of sort and uniq when sorting scripts.
live-config (3.0~a26-1) unstable; urgency=low
* Clarify in live-config manpage that the content of the configuration
files is supposed to consist of variables, thanks to Ed Dixon
<eddixonnm at gmail.com> for bringing it up.
* Improving spelling in live-config manpage.
* Lowering display-manager timeouts for a users automatic re-login
from 10s to 5s.
live-config (3.0~a25-1) unstable; urgency=low
* Adding support for automatic login with lightdm.
live-config (3.0~a24-1) unstable; urgency=low
[ Reinhard Tartler ]
* Starting live-config upstart-job on filesystem event.
[ Daniel Baumann ]
* Only updating /etc/locale.gen in locales script if existing, thanks
to Reinhard Tartler <siretart at tauware.de>.
[ Reinhard Tartler ]
* Reloading tty jobs gracefully in upstart config script.
[ Daniel Baumann ]
* Updating section for live-config-doc.
* Upgrading systemd from suggests to depends on systemd backend,
thanks to Michael Dorrington <michael.dorrington at gmail.com>.
[ Ben Armstrong ]
* Cross-referencing lb_config --bootappend-live.
[ Daniel Baumann ]
* Correcting bootappend-live reference in live-config manpage.
live-config (3.0~a23-1) unstable; urgency=low
* Making references to debian more distribution neutral.
* Splitting out documentation so that it can be accesses separately
from the initsystem code.
Date: 2012-07-25 16:20:33.232735+00:00
Signed-By: Jeremy Bicha <jeremy at bicha.net>
https://launchpad.net/ubuntu/quantal/+source/live-config/3.0~b1-1
-------------- next part --------------
Sorry, changesfile not available.
More information about the Quantal-changes
mailing list