changelog 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155
  1. gnu-efi (3.0i-1) unstable; urgency=low
  2. * New upstream release.
  3. + Support for FreeBSD (closes: #535696).
  4. * debian/control:
  5. + Make kfreebsd-amd64 a supported architecture.
  6. + Build-depend on gcc-multilib on kfreebsd-amd64 too.
  7. * debian/rules:
  8. + Add support for both kfreebsd-{i386,amd64}.
  9. + Install FreeBSD x86_64 linker script on kfreebsd-amd64.
  10. + Do not install ia64-specific headers on i386/amd64, do not install
  11. i386/amd64-specific headers on ia64.
  12. -- Julien BLACHE <jblache@debian.org> Sat, 12 Sep 2009 11:38:57 +0200
  13. gnu-efi (3.0h-1) unstable; urgency=low
  14. * Clean up and recover from a broken NMU.
  15. * debian/control:
  16. + Bump Standards-Version to 3.8.3 (no changes).
  17. + Added myself as uploader.
  18. * gnuefi/elf_ia32_efi.lds:
  19. + Fix linker script for elf-i386 (closes: #545202).
  20. -- Julien BLACHE <jblache@debian.org> Fri, 11 Sep 2009 18:26:22 +0200
  21. gnu-efi (3.0h-0.1) unstable; urgency=low
  22. * NMU
  23. * New upstream version.
  24. * Bump to Standards-Version 3.8.2.
  25. * Add watch file.
  26. * Conflict with libc6-i386 (<= 2.9-18). closes: #533003.
  27. -- Clint Adams <schizo@debian.org> Sun, 02 Aug 2009 12:06:40 -0400
  28. gnu-efi (3.0e-3) unstable; urgency=low
  29. * Non-maintainer upload with maintainer's consent.
  30. * debian/rules:
  31. + Move files from /emul/ia32-linux to /usr/lib32 (closes: #533003).
  32. * debian/control:
  33. + Bump Standards-Version to 3.8.1 (no changes).
  34. -- Julien BLACHE <jblache@debian.org> Wed, 17 Jun 2009 16:41:26 +0200
  35. gnu-efi (3.0e-2) unstable; urgency=low
  36. * Fixes wrong lib when cross-building, Closes: #482077
  37. * Fixes x86_64 builds on i386, Closes: #482078
  38. * Acknowledge NMU, Closes: #473721
  39. -- Nigel Croxon <nigel.croxon@hp.com> Wed, 04 Jun 2008 15:11:12 -0600
  40. gnu-efi (3.0e-1.1) unstable; urgency=low
  41. * Non-maintainer upload.
  42. * Fix installing below /emul/ia32-linux/usr/lib (not /usr/lib32) on
  43. AMD64. This closes: bug#473721.
  44. -- Jonas Smedegaard <dr@jones.dk> Wed, 30 Apr 2008 01:22:35 +0200
  45. gnu-efi (3.0e-1) unstable; urgency=low
  46. * Fixes x86_64 clobbering registers
  47. * Added binutils >= 2.17.50.0.14, Closes: #461640
  48. * fixes installs parts of its build system, Closes: #439092
  49. -- Nigel Croxon <nigel.croxon@hp.com> Mon, 31 Mar 2008 09:31:52 -0600
  50. gnu-efi (3.0d-1) unstable; urgency=low
  51. * new (sponsored) maintainer
  52. * Add patches to support x86_64 from C.Narayanan (Intel)
  53. with support on EFI 1.10 and UEFI 2.0 firmware.
  54. * new upstream version, Closes: #376000
  55. * fixes x86_64 elilo support, Closes: #438954
  56. * Added support for amd64, Closes: #383801
  57. -- Nigel Croxon <nigel.croxon@hp.com> Wed, 21 Aug 2007 14:12:09 -0600
  58. gnu-efi (3.0c-1) unstable; urgency=low
  59. * new upstream version, described as a maintenance release for
  60. compatibility with current gcc and binutils versions
  61. -- Bdale Garbee <bdale@gag.com> Fri, 24 Mar 2006 05:02:28 -0700
  62. gnu-efi (3.0b-1) unstable; urgency=low
  63. * new upstream version, closes: #341124
  64. * downgrade priority to optional, closes: #280646
  65. * fix lib/print.c to prevent printing garbage when items were passed on
  66. software stack, closes: #283842
  67. -- Bdale Garbee <bdale@gag.com> Wed, 7 Dec 2005 20:55:46 -0800
  68. gnu-efi (3.0a-4) unstable; urgency=low
  69. * fix gcc path problem in Makefile exposed by build on i386, closes: #215050
  70. * merge patches from upstream to address linker problems on i386
  71. -- Bdale Garbee <bdale@gag.com> Thu, 23 Oct 2003 19:53:19 -0600
  72. gnu-efi (3.0a-3) unstable; urgency=low
  73. * add i386 to the list of supported architectures
  74. -- Bdale Garbee <bdale@gag.com> Mon, 6 Oct 2003 10:04:13 -0600
  75. gnu-efi (3.0a-2) unstable; urgency=low
  76. * patch to linker scripts from Matthew Wilcox <willy@debian.org> that
  77. allows compilation with GCC 3.3
  78. -- Bdale Garbee <bdale@gag.com> Wed, 1 Oct 2003 13:52:51 -0600
  79. gnu-efi (3.0a-1) unstable; urgency=low
  80. * new upstream version. fixes linker scripts to work with recent compilers,
  81. so gnu-efi is buildable from source again.
  82. -- Bdale Garbee <bdale@gag.com> Tue, 26 Feb 2002 20:50:35 -0700
  83. gnu-efi (3.0-2) unstable; urgency=low
  84. * change section to devel, since elilo is a separate package now and this
  85. package only provides libs that EFI applications link
  86. -- Bdale Garbee <bdale@gag.com> Thu, 22 Nov 2001 10:28:15 -0700
  87. gnu-efi (3.0-1) unstable; urgency=low
  88. * new upstream version, no longer includes elilo which is now a separate
  89. package
  90. -- Bdale Garbee <bdale@gag.com> Tue, 10 Jul 2001 13:18:50 -0600
  91. gnu-efi (2.5-1) unstable; urgency=low
  92. * newer upstream release, repackages to use real upstream source
  93. -- Bdale Garbee <bdale@gag.com> Tue, 5 Jun 2001 22:51:58 -0600
  94. gnu-efi (1.1-1) unstable; urgency=low
  95. * Initial Release.
  96. -- Randolph Chung <tausq@debian.org> Mon, 15 Jan 2001 21:05:34 -0800