boot-floppies (2.0.11) frozen unstable; urgency=high

  * dselect selects packages on its own, overriding the user "profiles"
    and "tasks" selections. Explicitly deselect those (patch by Christian
    Meder).
  * Build i386 floppy images without syslinux "-s" mode.
      
 -- Enrique Zanardi <ezanard@debian.org>  Mon, 20 Jul 1998 18:42:16 +0100

boot-floppies (2.0.10) frozen unstable; urgency=high

  * Removed "raidtools" from "Admin" profile. raidtools depends on 2.1.x
    kernels. fixes: 24634

 -- Enrique Zanardi <ezanard@debian.org>  Thu, 16 Jul 1998 15:15:38 +0100

boot-floppies (2.0.9) frozen unstable; urgency=high

  * Uses new libc6
  * Now recognizes when booting from a tecra disk. fixes: 24073
  * Builds properly install.html and install.txt. fixes: 23842, 23851
  * Some fixes in install.sgml. fixes: 23859
  * Install /dev/ed* devices. fixes: 23782
  * Merged SPARC patches by Eric Delaunay and Alpha patches by Sven
    Rudolph. fixes: 22841, 19030
  * Fixed /boot permissions. fixes: 11905

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Fri, 10 Jul 1998 09:34:22 +0100

boot-floppies (2.0.8) frozen unstable; urgency=high

  * Uses new dpkg (--force-overwrite on).

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Tue, 23 Jun 1998 22:25:31 +0100

boot-floppies (2.0.7) frozen unstable; urgency=high

  * Uses new kernel 2.0.34.
  * Added new lowmem boot disk.
  * base system: Lots of new tasks and profiles by Christian Meder.
  * base system: new dpkg, pppconfig.
  * base system: removed qftp, added usr/bin/ftp again (qftp segfaults).
  * dinstall/bootconfig.c: checks for valid boot partition.
  * dinstall: Some patches by Jim Myntha to improve the look of the
    installation system.
  * dinstall: added i18n patch by Christophe Le Bars.
  * rescue: new syslinux.

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Mon, 22 Jun 1998 10:28:57 +0100

boot-floppies (2.0.6) frozen unstable; urgency=high

  * base system: added qftp package, removed usr/bin/ftp 
  * base system: purge pcmcia packages if not used at install time
    (but first ask for confirmation).
  * pkgsel: use the right value for ADMINDIR
  * dinstall/baseconfig.c: New fix for the "de-latin1-nodeadkeys" bug. Fix
    by Nils Rennebarth.
  * dinstall/choose_medium.c: Build lists of directories only if the user
    selects the "list" option. (Modifications done by Luis Gonzalez)
  * dinstall/choose_medium.c: Trim string length in directories list if it
    doesn't fit in the dialog box. (Modifications done by Luis Gonzalez)
  * dinstall/choose_medium.c: Remember previous selection, and offer it
    as default the next time.
  * dinstall/netconfig.c: Check that the directory exists before writing
    ppp-flag-file. Fixes the "if-I-answer-no-to-the-do-you-have-a-network-
    dialog,-dinstall-restarts" bug.
  * dinstall/tzconfig.c: Sort the zones/cities lists. (Modifications done
    by Luis Gonzalez)
  * libfdisk/fdisk.c: Skip CD-ROM drives when looking for partitions.
    Fix by Akira Yoshiyama, modified by Roman Hodek and E. Zanardi.

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Tue, 12 May 1998 20:46:46 +0100

boot-floppies (2.0.5) frozen unstable; urgency=high

  * base system: added pppconfig and pkgsel
  * base system: the shipped "availables" file only contains information
    about the currently installed files. That reduces the number of base
    diskettes back to 5 1.44MB ones or 6 1.2MB ones. 
  * base system: removed comerr2g, e2fslibsg and ss2g, provided by the
    new e2fsprogs package. Installed libstdc++2.8 instead of libg++272.
  * base system: removed obsolet /bin/perl -> /usr/bin/perl symlink.
  * Makefile: export architecture, so it can be used by documentation/Makefile
  * Added a README-tecra file (based on the old special/tecra/README).
  * basedisk.sh: Display a warning if we are installing partial packages.
  * debian/control: remove arch-dependent dependencies.
  * debian/rules: Set the proper permissions under debian/tmp. 
    fixes: Bug#21155
  * root disk: removed comerr2g and e2fslibsg, provided by the new
    e2fsprogs package.
  * dinstall/baseconfig.c: Now reads de-latin1-nodeadkeys keymap. Fix
    by Nils Rennebarth.
  * dinstall/bootconfig.c: Install MBR only when asked to do so. 
    fixes: Bug#19096
  * dinstall/main_menu.c: cosmetic fixes.
  * dinstall/partition_config.c: cosmetic fixes.
  * dinstall/select_not_mounted.c: Display the proper partition type in
    the "No %s partitions ... were detected" message.
  * libfdisk/fdisk.c: Now handles disks >2GB. (Fixed by Roman Hodek). 
    fixes: Bug#21568, Bug#21540, 

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Sun, 26 Apr 1998 19:38:08 +0100

boot-floppies (2.0.4) frozen unstable; urgency=high

  * Makefile: Build rescue disk for Tecras
  * basedisks.sh: Add DirHandle.pm to the base system (it should be in 
    perl-base). Now dpkg-ftp works.
  * rootdisk.sh: Copy mount and umount to the rootdisk.
  * rootdisk.sh: Copy the resolver and DNS libraries to the rootdisk.
  * release_notes: Use the maintainer field from the changelog instead of the
    user id.
  * rootdisk/prototype: moved terminfo from /etc to /usr/lib to avoid
    ae & cfdisk failures.
  * busybox/loadkmap.c: Fixes revisited. Now it reads properly the
    whole keymap.
  * dinstall/block_device.c and choose_medium.c: Fill the stat field in 
    the Fileinfo structs before calling descend().
  * dinstall/extract*.c  Free Archive_Dir after extracting. Should fix the 
    "Restarting-After-Installing-Base" and "Restarting-When-Choosing-List"
    Bugs.
  * dinstall/choose_medium.c: Show a "Please Wait" message while building
    the list of files that can be used to install the base system (or the
    kernel), because this process can be slow, as the program descends
    recursively through the filesystem we have choosen to install from.
  * dinstall/main_menu.c: Removed the letters from the menu. Too many
    people thought they were "accelerators" and complained because they
    didn't work.
  * pkgsel is not included yet, sorry. It will be in the next version.
  * Disabled lowmem rootdisk creation, as the disk was unusable. We need
    to remove more programs to make it fit in a 1200 blocks floppy image.
  
 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Sat, 11 Apr 1998 20:00:05 +0100

boot-floppies (2.0.3) frozen unstable; urgency=low

  * Fixed drivers.sh so that it didn't include cardmgr and ifport
  * Fixed loadkmap.c major errors. There are some still around but the install
    won't fail now.
  * Fixed baseconfig.c to correctly install the modules. Now pcmcia section
    does not appear in the modconf screen.

 -- Luis Francisco Gonzalez <luisgh@cogs.susx.ac.uk>  Fri, 27 Mar 1998 21:00:00 +0000

boot-floppies (2.0.2) unstable; urgency=high

  * Based on kernel v2.0.33
  * Added PCMCIA support by Luis Francisco Gonzalez.
  * basedisks: Added ss2g and whiptail packages, removed dialog package.
  * busybox: Added tarcat.c and loadkmap.c
  * dinstall: Added "Cancel" button to "Please place the ... Floppy in
    the ... floppy drive" dialog box. fixes: Bug#16830
  * dinstall: modified kbdconfig to use the new keymaps.tgz
  * dinstall: modified configure_drivers to support architecture-dependent
    conf.modules files.
  * libfdisk: Rewritten by Roman Hodek to improve support for non-Intel archs.
  * rootdisk: Removed ASCII keymaps, added keymaps.tgz
  * rootdisk: Copy default passwd and group files from base-passwd master 
    files.
  * rootdisk: Copy default conf.modules file from architecture-dependent 
    conf.modules files.

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Thu, 26 Mar 1998 13:43:26 +0000

boot-floppies (2.0.1) unstable; urgency=high

  * dinstall: modified floppy_merge. Now retries faulty floppy.
  * dinstall: properly unsets NEWT_MONO for color-capable terminals
  * dinstall: "Cancel" is no longer the default value in any dialog box
  * dinstall: use compressed keymaps
  * included data-dumper in base system
  * moved modconf to drivers disk

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Sat,  7 Feb 1998 20:07:11 +0000

boot-floppies (2.0.0) experimental; urgency=high

  * Finished rewritten dinstall in C
  * uses libc6
  * root disk uses SLang instead of ncurses
  * new maintainer

 -- Enrique Zanardi <ezanardi@molec1.dfis.ull.es>  Thu, 29 Jan 1998 15:27:17 +0000

boot-floppies (1.3.1) unstable; urgency=low

  * dinstall: create used_partitions()
  	mounted_partitions() now doesn't include the Swap partition
  	disabled scan_partitions()
  * busybox: C version of scan_partitions
  * utilities/: new components: libfdisk, sfdisk, newt
  * Makefile(clean): remove pgptemp*
  * rootdisk.sh: use ld-2*.so instead of ld-2.0.4.so
  
 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu,  9 Oct 1997 00:09:02 +0200

boot-floppies (1.3.0) unstable; urgency=low

  * libc6 attempt
  * merged more m68k support from Michael Schlueter
    <schlue00@marvin.informatik.uni-dortmund.de>

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 25 Sep 1997 20:28:53 +0200

boot-floppies (1.2.23) stable unstable; urgency=low

  * debian/control: change maintainer name
  * basedisks.sh: don't create /dev/inet (#11599)
		  create `dpkg -l' of base system
  * common.sh: create absolute paths for updates/
  * dinstall: don't unmount /, offer to reboot after fdisk (#10743)
  * create special disk set with 2.0.30 kernel (#10776)
  * special/*/README: descriptions for the special disks
  * documentation/install.in.html: mention special disks (#5953)
				   remove floppy requirement
				   corrected PCMCIA sentences (#10864)
  * Makefile: don't include PCMCIA modules on driver disk

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 1 Aug 1997 15:38:21 +0200

boot-floppies (1.2.21) stable unstable; urgency=low

  * dinstall: support IDE devices up to /dev/hdh (#10558)
  * Makefile, *.sh: consider getting packages from updates/ directory
  * common.sh (new): find package with highest version correctly
  
 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 5 Jun 1997 21:05:43 +0200

boot-floppies (1.2.20) frozen unstable; urgency=low

  * documentation/install.in.html: minor corrections
  * rootdisk.sh, scripts/rootdisk/EXTRACT_LIST: split into general and
      architecture-specific files; isapnptools only for i386
  * scripts/rootdisk/SMALL_BASE_LIST_i386: use fi-latin1
  * dinstall: create /target/etc/hosts for pcmcia case (#10233)
  * dinstall: copy /dev/cdrom symlink to /target/dev/cdrom
  * dinstall: fixed crash on "not found" in choose_base_archive_dir()
  * dinstall: mkdir /target/etc/pcmcia
  * utilities/busybox/init.c: don't use initrd, shutdown directly
                                     ( cold reboot ? )
  * Makefile: copy setup.bat and loadlin.exe into release/

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 5 Jun 1997 21:05:43 +0200

boot-floppies (1.2.19) frozen unstable; urgency=low

  * create extra tecra disks
  * documentation/dselect.beginner.8.in.html: merged fixes
  * documentation/install.in.html: clarifications
  * kernel.sh: don't create rescmods.tgz
  * drivers.sh: don't encode revext in type.txt
  * scripts/rescue/debian.txt: centered headline (#9984)
  * scripts/rootdisk/SMALL_BASE_LIST_i386: use de-latin1-nodeadkeys
  * dinstall: use de-latin1-nodeadkeys
              always call modconf with --run-shell cdromsymlink
  * scripts/rootdisk/release_notes: centered headline (#9985)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 27 May 1997 23:11:55 +0200

boot-floppies (1.2.18) frozen unstable; urgency=low

  * documentation/{Makefile,install.in.html}: minor changes
  * rootdisk.sh: put getfdprm on lowmem root
  * scripts/rescue/readme.txt: bZimage typo fixed
  * dinstall: made setting Base_Archive_Dir manually work
              don't format boot floppy on lowmem root (superformat is missing)
  * utilities/busybox/init.c: check root device for lowmem install
         unlink("/sbin/swapsetup") didn't work on ro-mounted fs
         added set_free_pages in order to avoid free page problem
         store swap partition choice on harddisk
  * install elvis-tiny (smallest "real" vi) in base system
  * Makefile: remove release/documentation/*.in.html (Bug#9962)
              use modconf_0.2.10.deb and elvis-tiny_1.4-1.deb
  * rescue.sh: fixed DEBIAN_KERNEL_IMAGE sed expression
               VERSION was replaced by KERNEL_VERSION; typos fixed (Bug#9961)
               Copy system.map to the rescue floppy again
  * scripts/rootdisk/new_root_home/.bash_profile: added exit at end
  * utilities/busybox/losetup.c: updated from mount_2.6d, fixes bug
  * scripts/rootdisk/prototype/etc/rc: truncate /etc/mtab

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 20 May 1997 02:08:24 +0200

boot-floppies (1.2.17) frozen unstable; urgency=low

  * Makefile: use adduser_2.14 (older versions had problems with shadow)
  * dinstall: correct the ownership of /root
  * rescue.sh: fixed determining DEBIAN_KERNEL_IMAGE
  * utilities/busybox/tiny-ls.c: reenable FEATURE_FILETYPECHAR
                                 (used by timezone setup)
  * rootdisk.sh: round number of maintainers to a multiple of 10
  * scripts/rootdisk/new_root_home/setup.sh: call /etc/cron.daily/find
  * dinstall: don't require both kernel and base in same Base_Archive_Dir
  * basedisks.sh: fix location of setup.sh in /etc/init.d/boot

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 16 May 1997 01:26:36 +0200

boot-floppies (1.2.16) frozen unstable; urgency=low

  * Makefile: use kernel-image-2.0.30_2.0.30-6_i386.deb
  * rootdisk.sh: don't use the busybox losetup
  * dinstall: (mount_and_check_floppy) make /dev/loop0 work
              deny kernel installation from non-floppy for lowmem
              (choose_harddisk) unmount /instmnt before offering
                                unmounted partitions
  * utilities/busybox/init.c: fixed memtotal extraction
  * several text typos and documentation fixed

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 13 May 1997 02:34:13 +0200

boot-floppies (1.2.15) frozen unstable; urgency=low

  * busybox/zcat.c: skip original file name in gzipped file
  * basedisks.sh: only create 1.2MB base disks
  * documentation/install.html: document this
          document booting from CD ROM
  * Makefile: root filessystem size is now 1800KB
  * basedisks.sh: remove #8286, #8263, and zcat limitation workarounds
  * rescue.sh: display kernel-image version in debian.txt (used by syslinux)
               removed rescmods from reescue disk (space limitation)
  * scripts/basedisks/PACKAGES_i386: add isapnptools
  * scripts/rootdisk/EXTRACT_LIST: add isapnptools
  * scripts/rootdisk/SMALL_BASE_LIST_all: add sbin/isapnp and sbin/pnpdump
  * rootdisk.sh: remove sbin/isapnp and sbin/pnpdump from lowmem root
  * scripts/rootdisk/SMALL_BASE_LIST_all: remove lsmod
  * scripts/rootdisk/prototype/bin/ps: provide lsmod
  * dinstall: move floppy insertion prompt to mount_and_check
              don't use rescmods
  * busybox/init.c: check MemTotal instead of MemFree

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 8 May 1997 16:27:51 +0200

boot-floppies (1.2.14) frozen unstable; urgency=low

  * scripts/rootdisk/new_root_home/.bash_profile: configure shadow passwords
                                                  remove empty lines in password text
  * Makefile: use unzip to extract rawrite
  * basedisks.sh: use new makedev
                  create empty /etc/init.d/xdm (workaround for #9189
                  re-gzip /usr/lib/syslinux/*.gz (workaround for busybox zcat limitation)
  * documentation/install.html: updated lowmem instructions
  * rootdisk.sh: use new makedev
                 re-gzip keytables (workaround for busybox zcat limitation)
  * scripts/rootdisk/prototype/sbin/dinstall:
           no exit on non-existing /bin/loadkeys
           removed chmod 755 /etc/kbd/default.map
           write template /etc/lilo.conf even if has to be modified manually
           don't call cfdisk with -i flag

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 1 May 1997 15:17:35 +0200

boot-floppies (1.2.13.1) frozen unstable; urgency=low

  * debian/control: removed entry for not-yet existing rescue-image package

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 27 Apr 1997 17:02:16 +0200

boot-floppies (1.2.13) frozen unstable; urgency=low

  * basedisks.sh: cosmetic, typo/bug fix
  * drivers.sh: typo/bug fix, -f modules.tgz, removed obsolete rm, mkdosfs -r
  * kernel.sh: cosmetic, quote vars, extract System.map here
  * swapsetup: start-up message
  * busybox/Makefile: -Wall for debugging
  * Makefile: don't use the lowmmekernel
  * rootdisk.sh: smaller lowmem root disk
  * rootdisk.sh: removed obsolet mknods (new makedev is used)
  * busybox: zcat, losetup added
  * dinstall: do floppy insertion in dinstall, not in modconf
  * dinstall: disable features for lowmem installation
  * dinstall: remove select_drivers
  * dinstall: run_lilo/make_bootable no work for root on logical partition
  * swapsetup: now creates partition and reboots
  * busybox/find.c: bug fixed (all directories were descended twice)
  * busybox/init.c: removed simpleklog (no started from /etc/rc)
                    added swap enabling
                    check free memory size
                    mount /proc
  * busybox/ln.c: ln -s -f now works
  * busybox/mkswap.c: progress indicator (for -c)
  * busybox/tiny-ls.c: disable FEATURE_FILETYPECHAR
  * scripts/rootdisk/release_notes: more parts m4-substituted
  * documentation/cfdisk.txt: created by man
  * documentation/dselect.beginner.6.html: merged update
  * Makefile, rootdisk.sh: don't compress lowmem root disk
  * add vi mode for ae
  * swapsetup: new lowmem strategy - copy rootdisk to hard disk

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 25 Apr 1997 17:38:34 +0200

boot-floppies (1.2.12) frozen unstable; urgency=low

  * find for busybox (solves problems with ash find)
  * dinstall: use this new find
  * busybox/chmod.c: chmod on multiple files works now (#7713)
  * dinstall: removed do_chmod workaround
  * prototype/etc/rc: added -n option to mount -o remount
  * busybox/update.c: glibc-specific include
  * busybox/dmseg.c: glibc-specific include
  * update release_notes automatically
  * scripts/rescue/f9.txt: line was too long
  * scripts/rescue/syslinux.cfg: corrected default for 1200KB disks
  * dinstall: require installed base before configuring base

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Mon, 7 Apr 1997 20:48:46 +0200

boot-floppies (1.2.11) unstable; urgency=low

  * typo/cleanup patch from Giuliano Procida <gpp10@cus.cam.ac.uk>
    integrated
  * axp patch from Bdale Garbee <bdale@gag.com> partially integrated

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 6 Apr 1997 22:34:38 +0200

boot-floppies (1.2.10) frozen unstable; urgency=low

  * utilities/busybox/: dmesg added
  * dinstall: parsing /proc/hardware for m68k architecture
  * dinstall: fixed typo in extract_base
  * utilities/busybox/Makefile: derive *.o file names from *.c files
  * perl-base conflicts workaround (this may be removed later)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 4 Apr 1997 16:56:09 +0200

boot-floppies (1.2.9) frozen unstable; urgency=low

  * scripts/rootdisk/SMALL_BASE_LIST_i386: finally added UK keyboard
  * added mini-grep (#8256)
  * adapted keytable path to kbd-0.92-3
  * rescue.sh: don't copy System.map on lowmem-disk
  * dinstall: fixed bugs in timezone configuration
  * dinstall: moved `fdisk -l' calls into main_menu
  * documentation/install.html: corrected </I> placement (#8275)
  * Makefile: changed Debian version number to 1.3, version number is set here
  * root file system size depends on revext
  * kernel.sh: removed scsi modules from default rescmods
  * rootdisk.sh: allow comments in $scripts/LINKS
  * rootdisk.sh: create busybox symlinks conditionally
  * prototype/bin/ps: added simpleklog command (cat /proc/kmsg)
  * dinstall: network configuration before loading base
  * dinstall: execute /target/etc/init.d/network at the end of 
              network configuration
  * prototype/etc/unconf.sh removed, unconfigured.sh no created by dinstall
  * dinstall: verification of root file system choice moved from
              extract_base to extract_kernel_and_modules
  * init.c: run sbin/simpleklog on tty4 (part of #6853)
  * dinstall: base can be loaded via NFS

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Wed, 26 Mar 1997 00:46:40 +0100

boot-floppies (1.2.8) unstable; urgency=low

  * kernel/modules now are loaded before base
  * modules configuration adapded for this
  * Makefile (distclean): remove linuxlowmem
  * utilities/busybox/: added dd
  * dinstall: improved network configuration
  * dinstall: added UK keyboard
  
 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Fri, 21 Mar 1997 16:53:53 +0100

boot-floppies (1.2.7) unstable; urgency=low

  * build disks from unstable
  * removed make_disks.sh
  * Makefile: added comments
              added more dependencies
  * basedisks.sh: removed modprobe
  * don't list the sections in EXTRACT lists (solves part of #7574)
  * merged another m68k patch from Michael Schlueter 
    <schlue00@marvin.informatik.uni-dortmund.de>
  * debian/control: added dependency on syslinux (>= 1.30), sysutils
                    install changelog (#6296)
  * syslinux.cfg: added m4 statements, will be processed by m4
  * SMALL_BASE_LIST_all: removed superformat (only needed when base 
                                 is installed)
  * dinstall: removed code that is in swapsetup now
              do_chmod: avoid chmod problem (#7713)
              fix #7716 (local foo=`` destroys exit value)
              better default ip address (#3489)
              allow installation from mounted partition 
              install /tmp always mode 1777 (#3421)
  * utilities/busybox/df.c: now respects s.f_bsize (#7024)
  * integrated PCMCIA patch from Brian Mays <brian@debian.org>, will 
    need further testing
  * dinstall: supports and requires new modconf (0.2.2)
  * dinstall: fixed tabs in sed expression
  * dinstall: removed select_partition in favor of select_not_mounted
  * swapsetup: supports temporary swap floppy
  * low-memory disks: SCSI as modules
  * swapsetup: can load SCSI modules
  * rescue.sh: scripts/rescue/* are processed by m4

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Sun, 16 Mar 1997 17:26:00 +0100

boot-floppies (1.2.6) unstable; urgency=low

  * dinstall: point out that hostname should be entered without
              domain name (Bug#2738), and check this
  * f4.txt: corrected aic7xxx options (part of Bug#4774)
  * converted make-disks.sh to Makefile
  * added single-floppy installation from CD and harddisk
  * merged m68k patch from Michael Schlueter 
    <schlue00@marvin.informatik.uni-dortmund.de>
  * kill.c,swapon.c: merged SPARC patches from Davide Barbieri 
    <paci@test.dei.unipd.it>
  * changed shell scripts for bash 2.0
  * removed modprobes in the disk creation scripts
  * syslinux.cfg: added ramdisk, floppy0, floppy1 and rescue
  * include modconf and losetup in root.bin
  * removed the azerty keymap (Bug#5731)
  * dinstall: preferrably call write_it_down instead of msgBox on error
  * dinstall: added check clauses in case (unreachable())
  * dinstall: renamed EXT2 to ext2 (part of Bug#3031)
  * dinstall: integrated dsetup-tz into dinstall
  * f?.txt: added documentation of new syslinux.cfg options
  * merged ps, uname, vi, emacs, mformat into one file
  * scripts/rootdisk/prototype/lib/dialog.sh: moved to
    scripts/rootdisk/
  * scripts/rootdisk/prototype/Install/release_notes: moved to
    scripts/rootdisk/prototype/
  * removed scripts/rootdisk/prototype/Install/

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Thu, 13 Feb 1997 01:48:03 +0100

boot-floppies (1.2.5) unstable; urgency=low

  * create floppy images without needing real floppy device
  * create root disk contents in subdirectory in order to save the
    space required for ldconfig
  * create rescue disks loading ramidsk for extra disk, this helps in
    4MB RAM and in 1.2MB floppy installations
  * added ftp and telnet to base
  * dinstall: removed bogus keybord setup code
  * dinstall: corrected /etc/resolv.conf writing
  * dinstall: corrected alignment in network data display box
  * proprietary CD-ROM interface modules are now modules
  * init now takes the "console=/dev/ttyS0" argument to boot with a 
    serial console (by Bruce Perens <bruece@pixar.com>)
  * documentation changes (by Bruce Perens <bruece@pixar.com)

 -- Sven Rudolph <sr1@inf.tu-dresden.de>  Tue, 14 Jan 1997 15:40:44 +0100

boot-floppies (1.2.4) unstable; urgency=low

  * Custom boot floppy didn't handle boot command line arguments correctly.

 -- Bruce Perens <Bruce@Pixar.com>  Tue, 17 Dec 1996 20:45:38 -0800

boot-floppies (1.2.2) unstable; urgency=low

  * Ready for 1.2 release.

 -- Bruce Perens <Bruce@Pixar.com>  Tue, 3 Dec 1996 21:50:33 -0800

boot-floppies (1.2.0-3) unstable; urgency=low

  * Ready for beta test of Debian 1.2 .

 -- Bruce Perens <Bruce@Pixar.com>  Thu, 28 Nov 1996 00:45:11 -0800

boot-floppies (1.2.0-2) unstable; urgency=low

  * This one actually builds a bootable boot/root floppy.
  * There's still one too many floppies in the base archive, and
    there's no modules floppy yet.

 -- Bruce Perens <Bruce@Pixar.com>  Wed, 20 Nov 1996 21:04:33 -0800

boot-floppies (1.2.0-1) unstable; urgency=low

  * 
  * Still not finished, but I'm uploading it so that everyone's on the
    same page. The base system is too big, all disks build but nothing
    is tested.
  * Update to Debian 1.2 packages.
  * Make multiple architectures work.

 -- Bruce Perens <Bruce@Pixar.com>  Tue, 22 Oct 1996 20:11:17 +0700

boot-floppies (1.1.2-0) unstable; urgency=low

  * Updated to Standards-Version 2.1.1.0 .

 -- Bruce Perens <Bruce@Pixar.com>  Sun, 13 Oct 1996 20:11:17 +0700

Local variables:
mode: debian-changelog
End:
