/[d-i]/trunk/manual/debian/changelog
ViewVC logotype

Diff of /trunk/manual/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 31435 by fjp, Tue Oct 18 15:14:21 2005 UTC revision 52821 by fjp, Wed Apr 23 05:32:21 2008 UTC
# Line 1  Line 1 
1  debian-installer-manual (2005xxxx) UNRELEASED; urgency=low  installation-guide (2008xxxx) UNRELEASED; urgency=low
2    
3      [ Frans Pop ]
4      * Clarify console switching for the graphical installer.
5        Thanks to Tim Richardson for the suggestion.
6    
7      [ Colin Watson ]
8      * Spell "multiselect" correctly in apt-setup/services-select preseeding
9        example.
10      * Note that an empty preseed file is equivalent to a normal manual
11        installation (thanks, Nathan Sutton).
12    
13      [ Robert Millan ]
14      * Document how to start the installer from Windows.
15    
16      [ Frans Pop ]
17      * Document installation using multiple CD/DVDs; update text about using a
18        mirror in line with that.
19      * Lenny will be version 5.0.
20      * Warn about boot issues when using RAID on the root file system.
21      * Update task selection section for changes in desktop task preseeding.
22      * Fix double / in links, spotted by Stanislav Gromov. Closes: #472813.
23      * Document new boot parameters to define mouse protocol and device (port)
24        for the graphical installer.
25      * Correct command to use to allow preseeding of netcfg when using a
26        preconfiguration file downloaded from a server (preseed/url).
27        Thanks to Durk Strooisma for the report and analysis. Closes: #476524.
28    
29      [ Joey Hess ]
30      * Remove autopartkit from the module list.
31    
32     -- Frans Pop <fjp@debian.org>  Wed, 23 Apr 2008 07:17:13 +0200
33    
34    installation-guide (20080211) unstable; urgency=low
35    
36      [ Martin Michlmayr ]
37      * Remove all information about RiscPC because these machines are
38        no longer supported.
39    
40      [ Joey Hess ]
41      * Document the new tasksel/desktop preseed for lenny.
42    
43      [ Frans Pop ]
44      * Add cm-super to build dependencies as that improves the quality of the
45        Russian PDF version.
46      * Suggest 'nousb' instead of debian-installer/probe/usb as USB modules are
47        now loaded automatically.
48      * Fix incorrect instruction for preseeding local repositories.
49        Thanks to Rémi Demarthe. Closes: #420894.
50      * Add translatable entities for Continue, Cancel and Go Back buttons.
51      * Add build dependencies on texlive-lang-* packages for languages for which
52        the manual has translations.
53      * Document new boot parameters "lowmem" and "dmraid".
54      * Document new location of graphical mini.iso images.
55      * Document base-installer/kernel/image preseed.
56    
57      [ Joey Hess ]
58      * Document new lilo-installer/skip preseed.
59      * Document passwd/user-default-groups preseed.
60    
61      [ Colin Watson ]
62      * Recommend preseeding mirror/country to "manual" rather than "enter
63        information manually" (choose-mirror 2.17).
64      * Remove text talking about devfs-style device names, which are no longer
65        supported.
66      * preparing/minimum-hardware-reqts.xml: Pluralise "gigabyte" consistently.
67    
68      [ Joey Hess ]
69      * Document clock-setup/ntp.
70    
71      [ Frans Pop ]
72      * Support for sparc32 has been discontinued for Lenny. This also means that
73        booting from floppy is no longer supported for sparc.
74      * Extend the documentation of apt-setup, especially the decision whether or
75        not to use a network mirror. Document selection of services.
76      * Document new apt-setup/services-select and related hostname preseeds.
77      * Add some information about creating device files in the appendix on chroot
78        installs; also add a note that the appendix only covers the basic steps
79        of a chroot install.
80      * Warn against installing Debian while another OS is hibernated.
81    
82      [ Joey Hess ]
83      * Document how to preseed partman-auto to use only available disk, no matter
84        what it's name is.
85      * debian/rules: call dh_md5sums.
86      * Document debian-installer/exit/halt preseed.
87    
88      [ Colin Watson ]
89      * Clarify that you need to actually provide an autopartitioning method as
90        well as preseeding the partman confirmation messages.
91    
92      [ Frans Pop ]
93      * Make copyright refer explicitly to GPL version 2 as that is the version
94        included in the appendix; add reference to /usr/share/common-licenses to
95        make Lintian happy.
96      * Rename doc-base.TEMPLATE to TEMPLATE.doc-base to avoid its inclusion in
97        the package for the first architecture. Closes: #416304.
98      * Modify language codes that include a country for the doc-base document ID
99        so they only contain valid characters.
100      * Remove the PDF section in doc-base files if PDF format is not built for a
101        language.
102      * Update standards version to 3.7.3; no changes needed.
103      * Patch from Changwoo Ryu to replace Hangul-ucs with ko.tex fonts for Korean
104        PDF version of the manual. Closes: #457137.
105      * using-d-i:
106        - move clock-setup, tzsetup and user-setup to reflect their changed
107          position in the installation procedure
108        - mention that clock-setup will now attempt to set the system time from a
109          time server
110        - split clock-setup as part is now executed during finish-install
111        - add instructions on how a different time zone from the one(s) that match
112          the selected location can be set (as that is a FAQ)
113        - improve readability of partman section by using separate subsections for
114          guided and manual partitioning
115        - network-console: add information about dropped connections and how to
116          avoid that (closes: #458154); add footnote with command to remove a host
117          from the known_hosts file
118      * howto, preseed: update for reordering of the installation procedure.
119      * Change build dependency on gs-common to ghostscript.
120      * Use --previous when updating PO files so translators can see the changes
121        in a string.
122    
123      [ Colin Watson ]
124      * Use &releasename; rather than hardcoding etch in sources.list
125        recommendation for chroot installs. Closes: #458459.
126    
127      [ Frans Pop ]
128      * Make UTF-8 the default encoding for the text version for all languages
129        that still used ISO-8859-1.
130      * Korean text version changed to UTF-8 on request of Changwoo Ryu.
131      * Japanese text version changed to UTF-8 on request of KURASAWA Nozomu.
132      * Enable PDF for Korean for website builds.
133      * Disable Finnish, Hungarian and Spanish for this release as they have not
134        been updated.
135    
136     -- Frans Pop <fjp@debian.org>  Mon, 11 Feb 2008 19:35:22 +0100
137    
138    installation-guide (20070319) unstable; urgency=low
139    
140      [ Frans Pop ]
141      * Cleaned up definitions of some entities and removed unused ones.
142      * Implement infrastructure that allows entities to be translated.
143        Thanks to Miroslav Kure for providing the patch. Closes: #344048, #406515.
144      * Disable Korean PDF/PS formats for builds for the website.
145      * appendix/files: update information about mouse configuration, based on a
146        patch from Peter Samuelson (for which thanks). Closes: #406290.
147      * boot-installer, appendix/preseed: document preseed/interactive parameter.
148    
149      [ Joey Hess ]
150      * Fix package name for installation-reports, and manual unfuzzy of all
151        translations. Closes: #408408
152    
153      [ Frans Pop ]
154      * welcome:
155        - make links to FSF and GNU more consistent (closes: #410317)
156        - we do not necessarily share the ideals of the FSF (closes: #410129)
157        Thanks to Francesco Poli for suggesting these changes.
158      * using-d-i: guided partitioning now creates swap inside LVM.
159        Thanks to Francesco Poli. Closes: #411399.
160      * Document installs over PPPoE. Based on a text proposed by Eddy Petrisor.
161        Closes: #408340.
162      * installation-howto: update for the integration of base-config into D-I.
163      * appendix/preseed:
164        - as exim no longer asks any questions during installations, there is no
165          real need to document it anymore
166        - add link to Philip Hand's website as it contains many creative examples
167        - document how to select the ftp protocol during mirror selection
168        - document how to install from CD/DVD only (and not use a network mirror)
169      * Update base/standard system and task sizes.
170    
171      [ Joey Hess ]
172      * Document debian-installer/allow_unauthenticated.
173    
174      [ Wouter Verhelst ]
175      * Update mac68k installation after notes from Finn Thain, upstream mac68k
176        kernel hacker.
177    
178      [ Frans Pop ]
179      * Replace entity in example-preseed.txt file. Thanks to Geert Stappers for
180        spotting the error. Closes: #413257.
181    
182     -- Frans Pop <fjp@debian.org>  Mon, 19 Mar 2007 15:00:12 +0100
183    
184    installation-guide (20070122) unstable; urgency=low
185    
186      * Enable Catalan, Brazillian, Korean and Spanish again.
187      * Enable new Hungarian translation.
188    
189     -- Frans Pop <fjp@debian.org>  Mon, 22 Jan 2007 12:41:57 +0100
190    
191    installation-guide (20070115) unstable; urgency=low
192    
193      [ Colin Watson ]
194      * Document new pkgsel/include setting.
195      * Fix incorrect documentation on preseeding additional apt sources.
196      * Fix typo in hppa hardware support documentation
197        (https://launchpad.net/bugs/55164).
198      * Adjust chroot-install guide to take account of debootstrap being
199        Architecture: all now (https://launchpad.net/bugs/64765).
200    
201      [ Frans Pop ]
202      * Various corrections suggested by Clytie Siddall and Holger Wansing.
203        Closes: #378404, #370484, #370425.
204      * Update instructions on how to set module parameters for PLIP installation.
205      * Update chroot install instructions to use aptitude instead of apt-get.
206      * Add /srv in overview of directory tree in partitioning appendix.
207      * Update section on partitioning using LVM to reflect recent changes.
208      * Apply various patches by or based on suggestions from Nathanael Nerode.
209        Some of the bigger changes include:
210        - Update of processor support for the i386 architecture.
211        - Update information on setting up a RARP server.
212      * Add variant for the AMD64 architecture. Closes: #305977.
213      * Suppress warnings about missing IDs for sections and such.
214      * Reorganize supported hardware table; i386 no longer has flavors.
215      * Document SMP-alternatives as one of the variants of SMP support.
216      * Document how to shut down the system. Based on patch from Holger Levsen.
217        Closes: #248067.
218    
219      [ Miroslav Kure ]
220      * Update information about booting with encrypted partitions.
221        Closes: #378651.
222    
223      [ Joey Hess ]
224      * Update preseeding docs to document listing more than one disk for
225        partman-auto/disk and grub-installer/bootdev
226    
227      [ Changwoo Ryu ]
228      * Add support for Korean PDF output. Requires latex-hangul-ucs-hlatex.
229        Closes: #381657.
230    
231      [ David Härdeman ]
232      * Update preseeding documentation for partman-auto.
233    
234      [ Frans Pop ]
235      * Correct error for alpha netboot installations. Thanks to Aurélien Géröme.
236        Closes: #386591.
237      * Correct number of release arches. Thanks to Holger Wansing. Closes: #384321.
238      * Minor corrections suggested by Malcolm Parsons. Closes: #388138.
239      * Document new boot parameters theme and directfb/hw-accel.
240      * Remove now obsolete distinction between classic and common kpkg.
241      * Update all arches to kernel version 2.6.17.
242      * Set default value for manual_release in build wrapper scripts.
243      * Add new section in preseeding appendix on partman-auto-raid. Not included
244        in preseed text file as it is still somewhat experimental.
245      * Document changes in guided partitioning and added encrypted LVM support.
246      * Disable m68k for official builds as it is not a release architecture.
247      * buildweb.sh: use 'mv -f' to avoid errors during builds on the webserver.
248      * Minor corrections suggested by Clytie Siddall. Closes: #394413, #394471.
249      * Update task sizes as per D-I RC1.
250      * New troubleshooting section on how to deal with CD-ROM related problems.
251      * Document how to pass parameters to kernel modules on boot.
252      * Document how to install KDE instead of Gnome in the section on pkgsel.
253    
254      [ Joey Hess ]
255      * Update for recent floppy changes.
256      * Remove hardcoded paths to executables in buildone.sh.
257      * Set HOME to a temporary directory before running w3m, to avoid it
258        trying to write to a home directory that may not exist on the buildds.
259        (See #393641)
260      * Update the installation report template to match current one in
261        installation-report.
262    
263      [ Philip Hands ]
264      * Clarify how -- affects which parameters end up in the target system's
265        bootloader's command line.
266    
267      [ Joey Hess ]
268      * Applied Phil's auto mode documentation patch, edited it, and moved
269        some things around for clarity. Closes: #395910
270      * Document auto=true boot parameter.
271    
272      [ Frans Pop ]
273      * Add condition "g-i" for arches that support the graphical installer.
274      * Document mouse/left boot parameter.
275      * Explain usage of "owner" prefix when setting values for debconf variables
276        intended for the target system at the boot prompt.
277      * Give some examples of preseeding questions from the boot prompt.
278      * Document how to install the KDE desktop environment instead of GNOME.
279      * Don't list unsupported frontends in boot parameters section.
280      * Minor corrections suggested by Tapio Lehtonen. Closes: #397790.
281      * Minor corrections suggested by Holger Wansing. Closes: #397974.
282    
283      [ Martin Michlmayr ]
284      * Mention that RiscPC support is incomplete.
285      * Mention Intel IOP32x support.
286      * Talk about ixp4xx rather than the more specific nslu2.
287    
288      [ Frans Pop ]
289      * Update all arches to kernel version 2.6.18.
290      * Minor corrections and some rewrites based on suggestions from
291        Clytie Siddall. Closes: #367861, #380588.
292      * Update Sparc specific information and document common installation issues
293        for Sparc. Many thanks to Jurij Smakov for reviewing the Sparc manual and
294        for his overview of issues.
295      * Etch ships with X.Org 7.1.
296      * Update number of developers, packages and mailing lists.
297      * General revision of minimum hardware requirements throughout the manual.
298      * Update of installed/download size of tasks.
299      * Document the graphical installer, including the main known issues.
300      * Avoid generating XML files multiple times for translations using PO files
301        when using build.sh or buildweb.sh sripts.
302      * bookinfo:
303        - Add note for m68k that it is not a release architecture for Etch.
304      * hardware:
305        - Remove ancient section on parity RAM. Closes: #403035.
306        - Update documenation for Sparc, based on patch by Jurij Smakov.
307          Closes: #389516.
308        - PowerPC/APUS is currently not supported; removed from hardware table.
309        - Remove sun4cd (sparc32) from and add sun4v (sparc64) in hardware table.
310        - Rewrite of NIC support, document wireless support (for selected arches)
311          and explain issues surrounding drivers that require firmware.
312      * preparing:
313        - Clean out ancient hardware issues.
314      * boot-installer/parameters:
315        - Document anna/choose_modules and mirror/protocol boot parameters.
316        - Use a clearer way to list the short form of parameters.
317        - Document new option to blacklist kernel modules.
318      * boot-installer/trouble:
319        - Fix reference to Save debug logs menu option.
320          Thanks, Philippe Batailler. Closes: #402439.
321        - Add a note that installation reports will be published.
322      * install-methods:
323        - All architectures that support TFTP booting also support DCHP, so remove
324          the "supports-dhcp" condition.
325        - According to the text, Alpha supports BOOTP.
326        - Use dhcp3-server for examples rather than dhcp (version 2).
327        - tftpd-hpa does not use /tftpboot by default; allow for this in examples.
328          Closes: #342076.
329      * using-d-i:
330        - Extend description of lowmem installs based on a patch suggested by
331          Holger Wansing. Closes: #400263.
332      * boot-new:
333        - Remove reference to apt guide (not installed by default) and obsolete
334          debian-guide. Thanks, Philippe Batailler. Closes: #402492.
335        - As lynx is no longer installed, suggest w3m as text based browser.
336        - Explain how to browse /usr/share/doc/ using a graphical web browser.
337        - Mention documentation packages.
338        - Clarify what happens on first boot and how to get help to in case of
339          problems.
340      * post-install:
341        - Remove section on reactivating Windows; the installer should detect it
342          automatically after all. Closes: #402437.
343        - Add extended section on email configuration (moved from using-d-i as
344          exim4 now configures for "local mail only" by default). Closes: #402857.
345      * appendix/preseed:
346        - Clarifications based on comments from Tapio Lehtonen and Holger Wansing.
347          Closes: #397923.
348      * appendix/chroot-install:
349        - Changes suggested in review by Wiktor Wandachowicz. Closes: #394929.
350    
351      [ Frans Pop ]
352      * Prepare for release. This release is mostly for testing purposes, the real
353        release targeted at Etch will be next week.
354      * Add and enable amd64 architecture.
355      * Update control file for dropped m68k and added amd64 architectures.
356      * Disable Catalan, Korean, Spanish and Brazillian translations as they are
357        not yet complete.
358      * Enable Finnish translation.
359    
360     -- Frans Pop <fjp@debian.org>  Mon, 15 Jan 2007 22:10:16 +0100
361    
362    installation-guide (20060726) unstable; urgency=low
363    
364      [ Joey Hess ]
365      * Update kernel building section to conditionalise some more 2.4 kernel
366        stuff.
367      * Suggest passing --initrd to make-kpkg since the docs say nothing about
368        compiling disk drivers into the kernel.
369      * Document new passwd/root-login setting.
370      * Booting a USB stick via a boot floppy is not supported by current
371        installer images.
372      * Update preseeding docs to use task names, not short descriptions, since
373        that will work now and is more convenient for preseeding.
374      * Document the kde-desktop and gnome-desktop subtasks.
375    
376      [ Frans Pop ]
377      * Various corrections suggested by Clytie Siddall.
378      * chroot-install:
379        - add /etc/hosts to be created for network configuration (closes: #364517)
380        - make kernel/linux-image variable (closes: #345482)
381      * Document -- command line option for passing parameters to boot loader
382        configuration (closes: #309889).
383      * Switch Finnish from XML-based to PO-based translation.
384      * Bring numbering and layout of GPL more in line with original. With thanks
385        to Holger Wansing.
386      * Add functionality to include optional paragraphs in translations.
387        Initially two have been defined:
388        - a paragraph in bookinfo for information about the translation;
389        - a note in appendix/gpl.xml required with unofficial GPL translations.
390    
391      [ Joey Hess ]
392      * Document new preseed/run setting.
393      * Prebaseconfig renamed to finish-install, which changes some documentation,
394        and. notably, renames one of the xml files.
395      * hd-media size changed to 256 mb.
396      * Document new aliases added in preseed 1.17 for common debconf boot
397        parameters: fb, url, file, locale, interface.
398    
399      [ Frans Pop ]
400      * Document guided partitioning using LVM and update partitioning section.
401    
402      [ Martin Michlmayr ]
403      * The RiscPC flavour is now known as "rpc" rather than "riscpc".
404      * As of 2.6, r4k-ip22 also rupports r5k machines do the r5k-ip22 flavour
405        has been dropped.
406    
407      [ Holger Levsen ]
408      * Added the remaining suggestions about nubus and non-powerpc macs
409        (closes: #364546).
410      * Restructured the chapter about powerpc supported hardware, moved
411        unsupported machines to the end.
412      * Updated the information about existing kernel flavours.
413    
414      [ Miroslav Kure ]
415      * Document installation to encrypted partitions (partman-crypto).
416      * Update XOrg to 7.0.
417    
418      [ Frans Pop ]
419      * Etch has been assigned version 4.0.
420      * Update kernel versions to 2.6.16.
421      * Base languages to be built for website on list of release languages.
422      * arm, mips and mipsel switched to 2.6 kernels.
423      * Enable Brazillian Portuguese and Vietnamese translation for release.
424      * Disable Greek translation as it is too incomplete.
425    
426     -- Frans Pop <fjp@debian.org>  Wed, 26 Jul 2006 07:27:52 +0200
427    
428    installation-guide (20060427) unstable; urgency=low
429    
430      [ Joey Hess ]
431      * Update preseeding docs for base-config removal.
432      * Add documentation of how to change apt-setup security source with
433        preseeding.
434      * Remove the sarge preseeding docs.
435      * Remove mentions of base-config and move base-config stuff to elsewhere.
436      * Add documentation of apt-setup, user-setup, clock-setup, tzsetup, and
437        pkgsel.
438      * Change some references to tty3 (messages) to instead refer to tty4
439        (syslog).
440      * Change references to /var/log/debian-installer to just /var/log/installer.
441      * Remove docs for baseconfig-udeb; going away with base-config.
442      * Removed various bits of sarge cruft when it made things easier.
443    
444      [ Frans Pop ]
445      * Change default build to Etch.
446      * Remove all Sarge specific content and make Etch specific content default.
447      * Delete some obsolete entities.
448      * Change references from package d-i-manual to package installation-guide.
449      * Explicitly specify XML declaration as required by openjade 1.4devel1-15
450        (closes: #360241).
451      * Update appendix on chroot installs:
452        - mention that debootstrap also requires basic Unix/Linux commands;
453        - comment out link to outdated rpm packages of debootstrap.
454    
455      [ Colin Watson ]
456      * Add a few more supports-floppy-boot and bootable-usb conditionals to
457        make it easier to turn all this off in rebuilds of the manual.
458      * Etch uses X.Org 6.9, and xserver-xorg instead of xserver-xfree86.
459      * Document how to pick a particular interface with
460        netcfg/choose_interface, including how to do this before reading a
461        preseed file.
462      * Remove obsolete substvar.
463      * Build-depend on libhtml-parser-perl for build/preseed.pl.
464    
465      [ Joey Hess ]
466      * Add docs about preseeding a fallback to a static IP if dhcp fails.
467      * Update copyright date.
468      * It's possible to use preseeding to set up LVM now, so remove stuff about
469        it not working.
470      * Document DHCP preseeding. Note that this documents it as of netcfg 1.24
471        and preseed 1.13.
472    
473      [ Martin Michlmayr ]
474      * Bring ARM up to date with reality: remove unsupported flavours, add
475        NSLU2.
476      * Fix Netwinder/CATS download location.
477      * Improve the Netwinder TFTP boot instructions.
478      * The Netwinder firmware is no longer available due to license problems.
479      * Mention NSLU2 download location.
480      * Describe how to flash the installer image onto the NSLU2.
481      * Describe how to boot a Cobalt machine.
482    
483      [ Frans Pop ]
484      * Document new option to preseed additional apt sources for target system.
485      * Document how to create a preconfiguration file.
486      * Enable Catalan, Italian and Swedish translations for release.
487      * Disable Brazillian Portuguese translation as it is too incomplete.
488    
489     -- Frans Pop <fjp@debian.org>  Thu, 27 Apr 2006 03:00:32 +0200
490    
491    installation-guide (20060102) unstable; urgency=low
492    
493      [ Frans Pop ]
494      * Fix build error caused by description for s390. Closes: #337382.
495      * Update kernel package names and kernel versions per architecture.
496      * Move documentation on preseeding to separate appendix for etch.
497      * Use new, more flexible perl script to extract example preseed file from
498        new appendix.
499      * Set proper POT-Creation-Date when generating new POT files.
500      * New translations started: Polish, Swedish, Vietnamese.
501      * First release of Greek and Korean translations.
502      * Exclude Traditional Chinese translation as it was not updated.
503      * Switch release name to Etch (3.1+δ).
504    
505      [ Joey Hess ]
506      * Update installation report template and instructions for etch.
507    
508     -- Frans Pop <fjp@debian.org>  Mon,  2 Jan 2006 18:44:59 +0100
509    
510    installation-guide (20051025) unstable; urgency=low
511    
512      * Mention in copyright that full GPL is included in the manual.
513        Closes: #334925
514      * Register installed documents with doc-base.
515      * Minor updates in English text and translations.
516    
517     -- Frans Pop <fjp@debian.org>  Tue, 25 Oct 2005 17:37:25 +0200
518    
519    installation-guide (20051019) unstable; urgency=low
520    
521    [ Joey Hess ]    [ Joey Hess ]
522    * Split off from the debian-installer source package.    * Split off from the debian-installer source package.

Legend:
Removed from v.31435  
changed lines
  Added in v.52821

  ViewVC Help
Powered by ViewVC 1.1.5