4857385d30d11fd6ce194934fb598b99068f4509
[debian/efibootmgr] / debian / changelog
1 efibootmgr (0.5.4-4) unstable; urgency=low
2
3   * move to 3.0 (quilt) package source format
4   * incorporate Fedora patch for sector size > 512 bytes at Colin Watson's 
5     suggestion, closes: #698773
6
7  -- Bdale Garbee <bdale@gag.com>  Wed, 23 Jan 2013 09:55:27 -0700
8
9 efibootmgr (0.5.4-3) unstable; urgency=low
10
11   * add Vcs entries to the control file
12   * update standards version
13   * move to dh
14
15  -- Bdale Garbee <bdale@gag.com>  Fri, 29 Jun 2012 08:18:06 -0600
16
17 efibootmgr (0.5.4-2) unstable; urgency=low
18
19   * build depend on libpci-dev instead of pcituils-dev, closes: #478374
20
21  -- Bdale Garbee <bdale@gag.com>  Mon, 28 Apr 2008 18:12:40 -0700
22
23 efibootmgr (0.5.4-1) unstable; urgency=low
24
25   * new upstream version
26
27  -- Bdale Garbee <bdale@gag.com>  Sun, 24 Feb 2008 17:30:01 -0700
28
29 efibootmgr (0.5.3-3) unstable; urgency=low
30
31   * fix FTBFS, closes: #450448
32   * clean up a couple lintian warnings
33
34  -- Bdale Garbee <bdale@gag.com>  Tue, 11 Dec 2007 23:04:09 -0700
35
36 efibootmgr (0.5.3-2) unstable; urgency=low
37
38   * merge patch from Sam Hocevar (thanks!), closes: #389923
39
40  -- Bdale Garbee <bdale@gag.com>  Fri, 20 Oct 2006 07:36:12 -0600
41
42 efibootmgr (0.5.3-1.1) unstable; urgency=medium
43
44   * Non-maintainer upload.
45   * src/include/gpt.h:
46     + Fix GPT_HEADER_SIGNATURE declaration on 32bit architectures.
47   * src/lib/efi.c:
48     + Remove questionable "hack to allow include of ethtool.h".
49     + Include asm/types.h so that proper types are defined (Closes: #389923).
50   * debian/control:
51     + Set policy to 3.7.2.
52     + Uncapitalised short description.
53
54  -- Sam Hocevar (Debian packages) <sam+deb@zoy.org>  Sun,  8 Oct 2006 14:21:38 +0200
55
56 efibootmgr (0.5.3-1) unstable; urgency=low
57
58   * new upstream version, closes: #357884
59
60  -- Bdale Garbee <bdale@gag.com>  Sat,  1 Apr 2006 22:00:02 -0800
61
62 efibootmgr (0.5.1-1) unstable; urgency=low
63
64   * new upstream version. 
65
66  -- Bdale Garbee <bdale@gag.com>  Thu, 10 Mar 2005 11:27:00 -0700
67
68 efibootmgr (0.5.0-1) unstable; urgency=low
69
70   * new upstream version.  No code changes from 0.5.0-test4, which I called
71     0.4.9 to avoid an epoch roll at this release... this upload just gets us
72     back in version sync with the official release from upstream.
73
74  -- Bdale Garbee <bdale@gag.com>  Sat, 28 Aug 2004 11:51:02 -0600
75
76 efibootmgr (0.4.9-0.sarge.2) testing; urgency=high
77
78   * Base dependencies are frozen; this release reverts the portion of the
79     test4 changes that added a dependency on pciutils.  Thanks to Dann Frazier
80     for figuring this out and providing a suitable patch.  Closes: #268490
81
82  -- Bdale Garbee <bdale@gag.com>  Fri, 27 Aug 2004 23:12:38 -0600
83
84 efibootmgr (0.4.9-0.sarge.1) testing; urgency=high
85
86   * build 0.4.9-1 in testing chroot for sarge
87   * new upstream version.  This is actually 0.5.0-test4, renumbered to avoid
88     nastiness when 0.5.0 is released.  Upstream says 0.5.0 will be this code
89     with a documentation change.  Closes: #258838, #235227
90   * add pciutils-dev to build dependencies since we need libpci now
91   * hack in a typedef to get a u64 definition for ethtool.h
92   * urgency high because previous version fails with current 2.6 kernels
93
94  -- Bdale Garbee <bdale@gag.com>  Wed, 18 Aug 2004 09:47:21 -0600
95
96 efibootmgr (0.4.9-1) unstable; urgency=high
97
98   * new upstream version.  This is actually 0.5.0-test4, renumbered to avoid
99     nastiness when 0.5.0 is released.  Upstream says 0.5.0 will be this code
100     with a documentation change.  Closes: #258838, #235227
101   * add pciutils-dev to build dependencies since we need libpci now
102   * hack in a typedef to get a u64 definition for ethtool.h
103   * urgency high because previous version fails with current 2.6 kernels
104
105  -- Bdale Garbee <bdale@gag.com>  Wed, 18 Aug 2004 08:59:03 -0600
106
107 efibootmgr (0.4.2-4) unstable; urgency=low
108
109   * add amd64 to the list of architectures to build on, closes: #249988
110
111  -- Bdale Garbee <bdale@gag.com>  Sat, 22 May 2004 23:50:58 -0600
112
113 efibootmgr (0.4.2-3) unstable; urgency=low
114
115   * patch from upstream to solve compilation problem, closes: #223146
116
117  -- Bdale Garbee <bdale@gag.com>  Tue, 13 Jan 2004 11:20:20 +1030
118
119 efibootmgr (0.4.2-2) unstable; urgency=low
120
121   * add i386 to list of supported architectures, since elilo depends on this
122     package to support various options of the elilo shell script.  note that
123     efibootmgr requires associated kernel support which probably isn't in 
124     standard Debian kernels yet, but we'll deal with that when we get access
125     to a real i386 system using EFI firmware...
126
127  -- Bdale Garbee <bdale@gag.com>  Sat, 25 Oct 2003 15:23:59 -0600
128
129 efibootmgr (0.4.2-1) unstable; urgency=low
130
131   * new upstream version
132
133  -- Bdale Garbee <bdale@gag.com>  Thu,  4 Sep 2003 15:38:46 -0600
134
135 efibootmgr (0.4.1-1) unstable; urgency=low
136
137   * new upstream version, closes: #165956
138   *   this version can run non-root, closes: #163447
139   *   this version checks if boot option was specified, closes: #163450
140   * remove local copy of man page source and related processing now that
141     man page is integrated with upstream release
142
143  -- Bdale Garbee <bdale@gag.com>  Wed, 23 Oct 2002 16:05:53 -0600
144
145 efibootmgr (0.4.0-1) unstable; urgency=low
146
147   * new upstream version, closes: #146544
148   * updated man page from Dann Frazier <dannf@debian.org>, closes: #157213
149
150  -- Bdale Garbee <bdale@gag.com>  Sun, 18 Aug 2002 20:40:48 -0600
151
152 efibootmgr (0.3.4-3) unstable; urgency=low
153
154   * add man page from Dann Frazier <dannf@debian.org>, closes: #140514
155
156  -- Bdale Garbee <bdale@gag.com>  Sat, 30 Mar 2002 13:53:32 -0700
157
158 efibootmgr (0.3.4-2) unstable; urgency=medium
159
160   * apply patch from Alex Williamson so we work with EFI 1.1 too
161   * cosmetic cleanups to packaging
162
163  -- Bdale Garbee <bdale@gag.com>  Wed, 30 Jan 2002 10:45:42 -0700
164
165 efibootmgr (0.3.4-1) unstable; urgency=low
166
167   * new upstream version
168
169  -- Bdale Garbee <bdale@gag.com>  Fri, 10 Aug 2001 13:15:19 -0600
170
171 efibootmgr (0.3.3-2) unstable; urgency=medium
172
173   * patch from Richard Hirst to fix a buffer size problem 
174
175  -- Bdale Garbee <bdale@gag.com>  Wed,  8 Aug 2001 01:21:03 -0600
176
177 efibootmgr (0.3.3-1) unstable; urgency=low
178
179   * new upstream release
180   * fix lintian complaint about naming of upstream changelog
181
182  -- Bdale Garbee <bdale@gag.com>  Fri,  3 Aug 2001 17:08:24 -0600
183
184 efibootmgr (0.3.2-1) unstable; urgency=low
185
186   * Initial Release.
187
188  -- Bdale Garbee <bdale@gag.com>  Tue, 10 Jul 2001 15:37:11 -0600