/[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 33886 by cjwatson, Mon Jan 9 09:58:14 2006 UTC revision 43623 by fjp, Fri Dec 29 03:47:48 2006 UTC
# Line 1  Line 1 
1  installation-guide (2006XXXX) UNRELEASED; urgency=low  installation-guide (2006xxxx) UNRELEASED; urgency=low
2    
3      [ Colin Watson ]
4      * Document new pkgsel/include setting.
5      * Fix incorrect documentation on preseeding additional apt sources.
6      * Fix typo in hppa hardware support documentation
7        (https://launchpad.net/bugs/55164).
8      * Adjust chroot-install guide to take account of debootstrap being
9        Architecture: all now (https://launchpad.net/bugs/64765).
10    
11      [ Frans Pop ]
12      * Various corrections suggested by Clytie Siddall and Holger Wansing.
13        Closes: #378404, #370484, #370425.
14      * Update instructions on how to set module parameters for PLIP installation.
15      * Update chroot install instructions to use aptitude instead of apt-get.
16      * Add /srv in overview of directory tree in partitioning appendix.
17      * Update section on partitioning using LVM to reflect recent changes.
18      * Apply various patches by or based on suggestions from Nathanael Nerode.
19        Some of the bigger changes include:
20        - Update of processor support for the i386 architecture.
21        - Update information on setting up a RARP server.
22      * Add variant for the AMD64 architecture. Closes: #305977.
23      * Suppress warnings about missing IDs for sections and such.
24      * Reorganize supported hardware table; i386 no longer has flavors.
25      * Document SMP-alternatives as one of the variants of SMP support.
26      * Document how to shut down the system. Based on patch from Holger Levsen.
27        Closes: #248067.
28    
29      [ Miroslav Kure ]
30      * Update information about booting with encrypted partitions.
31        Closes: #378651.
32    
33      [ Joey Hess ]
34      * Update preseeding docs to document listing more than one disk for
35        partman-auto/disk and grub-installer/bootdev
36    
37      [ Changwoo Ryu ]
38      * Add support for Korean PDF output. Requires latex-hangul-ucs-hlatex.
39        Closes: #381657.
40    
41      [ David Härdeman ]
42      * Update preseeding documentation for partman-auto.
43    
44      [ Frans Pop ]
45      * Correct error for alpha netboot installations. Thanks to Aurélien Géröme.
46        Closes: #386591.
47      * Correct number of release arches. Thanks to Holger Wansing. Closes: #384321.
48      * Minor corrections suggested by Malcolm Parsons. Closes: #388138.
49      * Document new boot parameters theme and directfb/hw-accel.
50      * Remove now obsolete distinction between classic and common kpkg.
51      * Update all arches to kernel version 2.6.17.
52      * Set default value for manual_release in build wrapper scripts.
53      * Add new section in preseeding appendix on partman-auto-raid. Not included
54        in preseed text file as it is still somewhat experimental.
55      * Document changes in guided partitioning and added encrypted LVM support.
56      * Disable m68k for official builds as it is not a release architecture.
57      * buildweb.sh: use 'mv -f' to avoid errors during builds on the webserver.
58      * Minor corrections suggested by Clytie Siddall. Closes: #394413, #394471.
59      * Update task sizes as per D-I RC1.
60      * New troubleshooting section on how to deal with CD-ROM related problems.
61      * Document how to pass parameters to kernel modules on boot.
62      * Document how to install KDE instead of Gnome in the section on pkgsel.
63    
64      [ Joey Hess ]
65      * Update for recent floppy changes.
66      * Remove hardcoded paths to executables in buildone.sh.
67      * Set HOME to a temporary directory before running w3m, to avoid it
68        trying to write to a home directory that may not exist on the buildds.
69        (See #393641)
70      * Update the installation report template to match current one in
71        installation-report.
72    
73      [ Philip Hands ]
74      * Clarify how -- affects which parameters end up in the target system's
75        bootloader's command line.
76    
77      [ Joey Hess ]
78      * Applied Phil's auto mode documentation patch, edited it, and moved
79        some things around for clarity. Closes: #395910
80      * Document auto=true boot parameter.
81    
82      [ Frans Pop ]
83      * Add condition "g-i" for arches that support the graphical installer.
84      * Document mouse/left boot parameter.
85      * Explain usage of "owner" prefix when setting values for debconf variables
86        intended for the target system at the boot prompt.
87      * Give some examples of preseeding questions from the boot prompt.
88      * Document how to install the KDE desktop environment instead of GNOME.
89      * Don't list unsupported frontends in boot parameters section.
90      * Minor corrections suggested by Tapio Lehtonen. Closes: #397790.
91      * Minor corrections suggested by Holger Wansing. Closes: #397974.
92    
93      [ Martin Michlmayr ]
94      * Mention that RiscPC support is incomplete.
95      * Mention Intel IOP32x support.
96      * Talk about ixp4xx rather than the more specific nslu2.
97    
98      [ Frans Pop ]
99      * Update all arches to kernel version 2.6.18.
100      * Minor corrections and some rewrites based on suggestions from
101        Clytie Siddall. Closes: #367861, #380588.
102      * bookinfo:
103        - Add note for m68k that it is not a release architecture for Etch.
104      * hardware:
105        - Remove ancient section on parity RAM. Closes: #403035.
106        - Update documenation for Sparc, based on patch by Jurij Smakov.
107          Closes: #389516.
108        - PowerPC/APUS is currently not supported; removed from hardware table.
109      * boot-installer/parameters:
110        - Document anna/choose_modules boot parameter.
111      * boot-installer/trouble:
112        - Fix reference to Save debug logs menu option.
113          Thanks, Philippe Batailler. Closes: #402439.
114        - Add a note that installation reports will be published.
115      * install-methods:
116        - All architectures that support TFTP booting also support DCHP, so remove
117          the "supports-dhcp" condition.
118        - According to the text, Alpha supports BOOTP.
119        - Use dhcp3-server for examples rather than dhcp (version 2).
120        - tftpd-hpa does not use /tftpboot by default; allow for this in examples.
121          Closes: #342076.
122      * using-d-i:
123        - Extend description of lowmem installs based on a patch suggested by
124          Holger Wansing. Closes: #400263.
125      * boot-new:
126        - Remove reference to apt guide (not installed by default) and obsolete
127          debian-guide. Thanks, Philippe Batailler. Closes: #402492.
128        - As lynx is no longer installed, suggest w3m as text based browser.
129        - Explain how to browse /usr/share/doc/ using a graphical web browser.
130        - Mention documentation packages.
131        - Clarify what happens on first boot and how to get help to in case of
132          problems.
133      * post-install:
134        - Remove section on reactivating Windows; the installer should detect it
135          automatically after all. Closes: #402437.
136        - Add extended section on email configuration (moved from using-d-i as
137          exim4 now configures for "local mail only" by default). Closes: #402857.
138      * appendix/preseed:
139        - Clarifications based on comments from Tapio Lehtonen and Holger Wansing.
140          Closes: #397923.
141      * appendix/chroot-install:
142        - Changes suggested in review by Wiktor Wandachowicz. Closes: #394929.
143    
144     -- Frans Pop <fjp@debian.org>  Fri, 29 Dec 2006 04:25:30 +0100
145    
146    installation-guide (20060726) unstable; urgency=low
147    
148      [ Joey Hess ]
149      * Update kernel building section to conditionalise some more 2.4 kernel
150        stuff.
151      * Suggest passing --initrd to make-kpkg since the docs say nothing about
152        compiling disk drivers into the kernel.
153      * Document new passwd/root-login setting.
154      * Booting a USB stick via a boot floppy is not supported by current
155        installer images.
156      * Update preseeding docs to use task names, not short descriptions, since
157        that will work now and is more convenient for preseeding.
158      * Document the kde-desktop and gnome-desktop subtasks.
159    
160      [ Frans Pop ]
161      * Various corrections suggested by Clytie Siddall.
162      * chroot-install:
163        - add /etc/hosts to be created for network configuration (closes: #364517)
164        - make kernel/linux-image variable (closes: #345482)
165      * Document -- command line option for passing parameters to boot loader
166        configuration (closes: #309889).
167      * Switch Finnish from XML-based to PO-based translation.
168      * Bring numbering and layout of GPL more in line with original. With thanks
169        to Holger Wansing.
170      * Add functionality to include optional paragraphs in translations.
171        Initially two have been defined:
172        - a paragraph in bookinfo for information about the translation;
173        - a note in appendix/gpl.xml required with unofficial GPL translations.
174    
175      [ Joey Hess ]
176      * Document new preseed/run setting.
177      * Prebaseconfig renamed to finish-install, which changes some documentation,
178        and. notably, renames one of the xml files.
179      * hd-media size changed to 256 mb.
180      * Document new aliases added in preseed 1.17 for common debconf boot
181        parameters: fb, url, file, locale, interface.
182    
183      [ Frans Pop ]
184      * Document guided partitioning using LVM and update partitioning section.
185    
186      [ Martin Michlmayr ]
187      * The RiscPC flavour is now known as "rpc" rather than "riscpc".
188      * As of 2.6, r4k-ip22 also rupports r5k machines do the r5k-ip22 flavour
189        has been dropped.
190    
191      [ Holger Levsen ]
192      * Added the remaining suggestions about nubus and non-powerpc macs
193        (closes: #364546).
194      * Restructured the chapter about powerpc supported hardware, moved
195        unsupported machines to the end.
196      * Updated the information about existing kernel flavours.
197    
198      [ Miroslav Kure ]
199      * Document installation to encrypted partitions (partman-crypto).
200      * Update XOrg to 7.0.
201    
202      [ Frans Pop ]
203      * Etch has been assigned version 4.0.
204      * Update kernel versions to 2.6.16.
205      * Base languages to be built for website on list of release languages.
206      * arm, mips and mipsel switched to 2.6 kernels.
207      * Enable Brazillian Portuguese and Vietnamese translation for release.
208      * Disable Greek translation as it is too incomplete.
209    
210     -- Frans Pop <fjp@debian.org>  Wed, 26 Jul 2006 07:27:52 +0200
211    
212    installation-guide (20060427) unstable; urgency=low
213    
214    [ Joey Hess ]    [ Joey Hess ]
215    * Update preseeding docs for base-config removal.    * Update preseeding docs for base-config removal.
# Line 19  installation-guide (2006XXXX) UNRELEASED Line 230  installation-guide (2006XXXX) UNRELEASED
230    * Remove all Sarge specific content and make Etch specific content default.    * Remove all Sarge specific content and make Etch specific content default.
231    * Delete some obsolete entities.    * Delete some obsolete entities.
232    * Change references from package d-i-manual to package installation-guide.    * Change references from package d-i-manual to package installation-guide.
233      * Explicitly specify XML declaration as required by openjade 1.4devel1-15
234        (closes: #360241).
235      * Update appendix on chroot installs:
236        - mention that debootstrap also requires basic Unix/Linux commands;
237        - comment out link to outdated rpm packages of debootstrap.
238    
239    [ Colin Watson ]    [ Colin Watson ]
240    * Add a few more supports-floppy-boot and bootable-usb conditionals to    * Add a few more supports-floppy-boot and bootable-usb conditionals to
241      make it easier to turn all this off in rebuilds of the manual.      make it easier to turn all this off in rebuilds of the manual.
242      * Etch uses X.Org 6.9, and xserver-xorg instead of xserver-xfree86.
243      * Document how to pick a particular interface with
244        netcfg/choose_interface, including how to do this before reading a
245        preseed file.
246      * Remove obsolete substvar.
247      * Build-depend on libhtml-parser-perl for build/preseed.pl.
248    
249      [ Joey Hess ]
250      * Add docs about preseeding a fallback to a static IP if dhcp fails.
251      * Update copyright date.
252      * It's possible to use preseeding to set up LVM now, so remove stuff about
253        it not working.
254      * Document DHCP preseeding. Note that this documents it as of netcfg 1.24
255        and preseed 1.13.
256    
257      [ Martin Michlmayr ]
258      * Bring ARM up to date with reality: remove unsupported flavours, add
259        NSLU2.
260      * Fix Netwinder/CATS download location.
261      * Improve the Netwinder TFTP boot instructions.
262      * The Netwinder firmware is no longer available due to license problems.
263      * Mention NSLU2 download location.
264      * Describe how to flash the installer image onto the NSLU2.
265      * Describe how to boot a Cobalt machine.
266    
267      [ Frans Pop ]
268      * Document new option to preseed additional apt sources for target system.
269      * Document how to create a preconfiguration file.
270      * Enable Catalan, Italian and Swedish translations for release.
271      * Disable Brazillian Portuguese translation as it is too incomplete.
272    
273   -- Frans Pop <fjp@debian.org>  Wed,  4 Jan 2006 23:03:45 +0100   -- Frans Pop <fjp@debian.org>  Thu, 27 Apr 2006 03:00:32 +0200
274    
275  installation-guide (20060102) unstable; urgency=low  installation-guide (20060102) unstable; urgency=low
276    

Legend:
Removed from v.33886  
changed lines
  Added in v.43623

  ViewVC Help
Powered by ViewVC 1.1.5