~ubuntu-branches/ubuntu/trusty/debian-cd/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Package Import Robot
  • Author(s): Steve McIntyre, Steve McIntyre, Joey Hess, Ian Campbell, Raphaël Hertzog, Philipp Kern, Robert Millan
  • Date: 2012-05-04 16:13:42 UTC
  • Revision ID: package-import@ubuntu.com-20120504161342-xye3fqy6e51cbgq3
Tags: 3.1.8
[ Steve McIntyre ]
* Switch i386 kernel flavours again on advice from Ben:
  + Removed all mention of 686-bigmem as it's now gone
  + Added 686-pae onto CD#1 in place of 686
  + Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
  + Add zfsutils into the generate_d-i+k_list for kfreebsd users.
* Add support for translated package description files. Closes: #495102
  + Add needed dependency on bzip2
  + Other minor cleanups in tools/make_disc_trees.pl
* Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
  Milan Kupcevic for the patch.
* Update list of Linux kernel packages. Closes: #648690. Thanks to Ben
  Hutchings for the patch.
* Remove lots of old stuff neither needed nor supported any more:
  + removed architectures: alpha arm hppa
  + removed releases: etch lenny
  + removed unversioned data/sparc and data/yaboot, versioned
    equivalents are in place already.
* tools/generate_firmware_task: Add LOCALDEBS support
* Add more armel kernel flavours
* Add armhf as a known architecture, merging common armel/armhf boot
  setup scripts.
* Remove hppa boot script, unsupported now.
* Tweak command line options for creating source images: add -joliet-long

[ Joey Hess ]
* Read tasksel's debian-tasks.desc from its new location.

[ Ian Campbell ]
* Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.

[ Raphaël Hertzog ]
* Changes triggered by various lintian warnings:
  + Switch to “3.0 (native)” source format to get rid of .svn
    directories in the source package (when built from the svn checkout
    directly)
  + Support build-arch/build-indep targets in debian/rules.
  + Drop executable rights from tools/boot/wheezy/boot-hurd
    (and fix debian/rules to not re-add it).
  + Bump Standards-Version to 3.9.2 (no change required).

[ Philipp Kern ]
* Add an extra tweaked version of d390.ins for s390 booting. The
  Hardware Management Console needs the file to be in the root
  directory.

[ Robert Millan ]
* Add kfreebsd 9. Closes: #650926
* Add graphical installer image for kfreebsd-amd64. Closes: #651530
* generate_d-i+k_list: Add ufutils. Closes: #662234

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
debian-cd (3.1.8) unstable; urgency=low
 
2
 
 
3
  [ Steve McIntyre ]
 
4
  * Switch i386 kernel flavours again on advice from Ben:
 
5
    + Removed all mention of 686-bigmem as it's now gone
 
6
    + Added 686-pae onto CD#1 in place of 686
 
7
    + Leave the 486 kernel on CD#1 still, for people who can't use 686-pae
 
8
    + Add zfsutils into the generate_d-i+k_list for kfreebsd users.
 
9
  * Add support for translated package description files. Closes: #495102
 
10
    + Add needed dependency on bzip2
 
11
    + Other minor cleanups in tools/make_disc_trees.pl
 
12
  * Fix "expert" mode in yaboot for powerpc. Closes: #636265. Thanks to
 
13
    Milan Kupcevic for the patch.
 
14
  * Update list of Linux kernel packages. Closes: #648690. Thanks to Ben
 
15
    Hutchings for the patch.
 
16
  * Remove lots of old stuff neither needed nor supported any more:
 
17
    + removed architectures: alpha arm hppa
 
18
    + removed releases: etch lenny
 
19
    + removed unversioned data/sparc and data/yaboot, versioned
 
20
      equivalents are in place already.
 
21
  * tools/generate_firmware_task: Add LOCALDEBS support
 
22
  * Add more armel kernel flavours
 
23
  * Add armhf as a known architecture, merging common armel/armhf boot
 
24
    setup scripts.
 
25
  * Remove hppa boot script, unsupported now.
 
26
  * Tweak command line options for creating source images: add -joliet-long
 
27
 
 
28
  [ Joey Hess ]
 
29
  * Read tasksel's debian-tasks.desc from its new location.
 
30
 
 
31
  [ Ian Campbell ]
 
32
  * Rename "xm-debian.cfg" to just "debian.cfg" for Xen config.
 
33
 
 
34
  [ Raphaël Hertzog ]
 
35
  * Changes triggered by various lintian warnings:
 
36
    + Switch to “3.0 (native)” source format to get rid of .svn
 
37
      directories in the source package (when built from the svn checkout
 
38
      directly)
 
39
    + Support build-arch/build-indep targets in debian/rules.
 
40
    + Drop executable rights from tools/boot/wheezy/boot-hurd
 
41
      (and fix debian/rules to not re-add it).
 
42
    + Bump Standards-Version to 3.9.2 (no change required).
 
43
 
 
44
  [ Philipp Kern ]
 
45
  * Add an extra tweaked version of d390.ins for s390 booting. The
 
46
    Hardware Management Console needs the file to be in the root
 
47
    directory.
 
48
 
 
49
  [ Robert Millan ]
 
50
  * Add kfreebsd 9. Closes: #650926
 
51
  * Add graphical installer image for kfreebsd-amd64. Closes: #651530
 
52
  * generate_d-i+k_list: Add ufutils. Closes: #662234
 
53
 
 
54
 -- Steve McIntyre <93sam@debian.org>  Fri, 04 May 2012 16:13:42 +0100
 
55
 
1
56
debian-cd (3.1.7) unstable; urgency=low
2
57
 
3
58
  [ Ben Hutchings ]