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