1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286
|
libdebian-installer (0.29) unstable; urgency=low
* Joey Hess
- Re-enable character device mapping. Though it often gets it wrong, the
cases where it gets it right are used by prebaseconfig.
-- Joey Hess <joeyh@debian.org> Tue, 15 Jun 2004 12:41:12 -0400
libdebian-installer (0.28) unstable; urgency=low
* Joey Hess
- fix devfs.c test mode (to really work)
- fix /dev/ida support off by one
- fix /dev/ataraid support, leave off the cN part of device name
- don't map character devices to block device namesb
-- Joey Hess <joeyh@debian.org> Mon, 14 Jun 2004 11:34:03 -0400
libdebian-installer (0.27) unstable; urgency=low
* Bastian Blank
- anna dependency resolver stops on already installed packages.
- Make debugging output a little bit better to read.
- Make anna dependency resolver permissive again.
- Add an option to enable extensive debugging output.
- Fix ABI. (closes: #250299, #253037)
* Joshua Kwan
- quote an argument in configure.ac to fix test complaining about no
LHS for extensive-debug
-- Bastian Blank <waldi@debian.org> Mon, 14 Jun 2004 14:23:10 +0200
libdebian-installer (0.23) unstable; urgency=low
* Bastian Blank
- Bump revision to 3.
- Add a special dependency resolver type for anna (checks Kernel-Version
and Subarchitecture) (unstable interface).
- Mark the old Kernel-Version resolver as deprecated.
- Remove backward compatiblity from dependency resolver.
- Remove two undocumented symbols.
- Use debhelper udeb support.
- Add environment support to execution helpers.
- The size of a hash map is the number of elements, not the size of the
array.
- RFC822 parser only allows space and horizontal tab before a value.
-- Bastian Blank <waldi@debian.org> Thu, 13 May 2004 17:50:15 +0200
libdebian-installer (0.22) unstable; urgency=low
* Bastian Blank
- Fix handling of nonresolvable virtual packages.
- Fix handling of subarchitecture strings with different length
(closes: #243692).
* Joey Hess
- Add more major numbers for cciss devices.
- Add support for all of the /dev/ida/ devices. Closes: #243411
- Add support for /dev/ataraid/ devices.
- Allow devfs.c to be built as a standalone binary, for simplified
testing.
-- Joey Hess <joeyh@debian.org> Wed, 21 Apr 2004 23:13:06 -0400
libdebian-installer (0.21) unstable; urgency=low
* Bastian Blank
- Support diskarrays in mapdevfs. (closes: #235617, #239291)
* Thiemo Seufer
- Minor code cleanup in the subarchitecture check.
-- Joey Hess <joeyh@debian.org> Mon, 5 Apr 2004 18:49:56 -0400
libdebian-installer (0.20) unstable; urgency=low
* Bastian Blank
- Bump revision to 2.
- Add conversation functions for parts of a package entry
(exported interface).
- Add support for Kernel-Version to Packages parser.
- Fix dependency resolver marker reset.
- Split dependency resolver (internal interface).
- Add two special dependency resolver types for anna (checks
Kernel-Version) and main-menu (never fails) (unstable interface).
- Fix Subarchitecture check.
* Stephen R. Marenka
- Add scsi cd (scd?) device info to mapdevfs.
-- Bastian Blank <waldi@debian.org> Mon, 15 Mar 2004 11:13:17 +0100
libdebian-installer (0.19) unstable; urgency=low
* Bastian Blank
- Minimal Packages parser parses Size and Priority.
- Packages parser uses simpler matches.
-- Bastian Blank <waldi@debian.org> Fri, 06 Feb 2004 14:07:18 +0100
libdebian-installer (0.18) unstable; urgency=low
* Alastair McKinstry
- Add di_info(), di_debug() logging macros.
* Bastian Blank
- Bump revision to 1.
- Remove mapping of di_log.
- Add any symbol to the version script.
- Use size_t in hash map and mem_chunk allocer. (closes: #215448)
- Improve and install documentation.
- Add -extra lib.
- Fix description parsing. (closes: #219902)
- Remove some references to the chunk allocator.
- Add version info to installed headers.
- Default log handler suppress debug messages.
- Enable support for Subarchitecure.
- Correctly terminate argv.
* Petter Reinholdtsen
- Define PATH_MAX if it is undefined, to get this building on
GNU/Hurd. Patch from Santiago Vila. (Closes: #219464)
* Matt Kraai
- Prefer a package that is installed to one that isn't when satisfying
a dependency on a virtual package.
-- Bastian Blank <waldi@debian.org> Wed, 21 Jan 2004 17:56:11 +0100
libdebian-installer (0.17) unstable; urgency=low
* Bastian Blank
- disable subarch stuff
-- Bastian Blank <waldi@debian.org> Fri, 03 Oct 2003 18:07:44 +0200
libdebian-installer (0.16) experimental; urgency=low
* Bastian Blank
- rework lib
- add rfc822 parser
- add logging
- add packages file parsing
- dump major to 4
-- Bastian Blank <waldi@debian.org> Thu, 28 Aug 2003 17:46:27 +0200
libdebian-installer (0.15) unstable; urgency=low
* Bastian Blank
- Don't log to stderr and close stdin.
- Never cast malloc return values.
* Joey Hess
- added di_status_read and di_config_package
-- Petter Reinholdtsen <pere@debian.org> Tue, 22 Jul 2003 13:19:17 +0200
libdebian-installer (0.14) unstable; urgency=low
* Bastian Blank
- Add Enhances parsing.
* Petter Reinholdtsen
- Add support in di_mapdevfs for SW RAID devices, /dev/md#.
(Closes: #185574)
-- Bastian Blank <waldi@debian.org> Sun, 01 Jun 2003 20:54:45 +0200
libdebian-installer (0.13) unstable; urgency=low
* Martin Sjögren
- Add di_mapdevfs function.
- Change section of libdebian-installer3-dev to libdevel.
- Add Recommends parsing.
- Don't log to stderr, it will interfere with frontends.
- Revert to major/minor/micro. current/revision/age is something
else.
* Bastian Blank
- cleanup di_mapdevfs.
* Petter Reinholdtsen
- Add new functin di_logf(), a vararg version of di_log().
-- Martin Sjogren <sjogren@debian.org> Sun, 4 May 2003 16:20:20 +0200
libdebian-installer (0.12) unstable; urgency=low
* Martin Sjögren
- Build-dep on d-shlib >= 0.10 (Closes: #178073).
-- Martin Sjogren <sjogren@debian.org> Fri, 24 Jan 2003 20:24:00 +0100
libdebian-installer (0.11) unstable; urgency=low
* Martin Sjögren
- Fix depends/provides parser (Closes: #177061).
-- Martin Sjogren <sjogren@debian.org> Fri, 17 Jan 2003 10:49:23 +0100
libdebian-installer (0.10) unstable; urgency=low
* Martin Sjögren
- Add di_pkg_alloc and di_pkg_free for memory management of package
structs.
- Add di_list_free for freeing an entire linked list.
-- Martin Sjogren <sjogren@debian.org> Sun, 29 Dec 2002 17:11:57 +0100
libdebian-installer (0.09) unstable; urgency=low
* Martin Sjögren
- Add di_pkg_toposort_{list,arr} to be used by anna and main-menu.
-- Martin Sjogren <sjogren@debian.org> Sat, 7 Dec 2002 12:14:08 +0100
libdebian-installer (0.08) unstable; urgency=low
* Martin Sjögren
- Fix di_pkg_is_installed, now it even works!
-- Tollef Fog Heen <tfheen@debian.org> Thu, 5 Dec 2002 00:45:28 +0100
libdebian-installer (0.07) unstable; urgency=low
* Martin Sjögren
- Add a linked list data structure, decoupling next pointers from the
node data
- Add a package_dependency struct that has package name and a pointer
to a package_t struct
- Add functions di_pkg_find, di_pkg_provides, di_pkg_is_virtual,
di_pkg_is_installed and di_pkg_resolve_deps
- Change maintainer to debian-boot and set dwhedon, tfheen and sjogren as
uploaders
- Bump standards-version and fix copyright file so lintian shuts up
-- Martin Sjogren <sjogren@debian.org> Fri, 29 Nov 2002 16:36:45 +0100
libdebian-installer (0.06) unstable; urgency=low
* Martin Sjögren
- Multiple provides
- Remove libd-i-pic
- Priority parsing
- Version number parsing and comparison
-- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 01:46:42 +0100
libdebian-installer (0.05) unstable; urgency=low
* change an fprintf to vfprintf.
-- Tollef Fog Heen <tfheen@debian.org> Thu, 24 Oct 2002 12:34:26 +0200
libdebian-installer (0.04) unstable; urgency=low
* Fix up section according to override file.
* Build "proper" library packages.
David Kimdon
- add di_prebaseconfig_append()
- change my name (s/Whedon/Kimdon/g)
Junichi Uekawa
- require d-shlibs 0.3 or greater for build
- -dev: add devlibs:Depends, require libdebian-installer ${Source-Version}
- -pic: depend on exact version of -dev to avoid nasty surprises
Martin Sjögren
- Add 'Packages' file parsing functionality (di_pkg_parse).
- Case insensitive strstr (di_stristr).
Michael Cardenas
- fix install target so it can be ran more than once
-- Tollef Fog Heen <tfheen@debian.org> Tue, 6 Aug 2002 16:03:45 +0200
libdebian-installer (0.03) unstable; urgency=low
* Fix up postinst name.
-- Tollef Fog Heen <tfheen@debian.org> Tue, 6 Aug 2002 15:13:39 +0200
libdebian-installer (0.02) unstable; urgency=low
* New name, which will hopefully be accepted by ftp-master.
* Removed emacs cruft from changelog.
* Add di_snprintfcat, courtesy of thomas poindessous
-- Tollef Fog Heen <tfheen@debian.org> Mon, 20 May 2002 23:21:24 +0200
libd-i (0.01) unstable; urgency=low
* Initial Release.
-- David Whedon <dwhedon@debian.org> Thu, 8 Feb 2001 21:54:45 -0800
|