/[d-i]/branches/d-i/rc1/packages/libdebian-installer/debian/changelog
ViewVC logotype

Contents of /branches/d-i/rc1/packages/libdebian-installer/debian/changelog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3931 - (hide annotations) (download)
Fri Aug 29 12:37:33 2003 UTC (9 years, 8 months ago) by waldi
Original Path: trunk/libdebian-installer/debian/changelog
File size: 4825 byte(s)
- rework lib
  - add rfc822 parser
  - add logging
  - add packages and release file parsing
- dump major to 4
1 waldi 3931 libdebian-installer (0.16) UNRELEASED; urgency=low
2    
3     * DO NOT UPLOAD
4     * Bastian Blank
5     - rework lib
6     - add rfc822 parser
7     - add logging
8     - add packages and release file parsing
9     - dump major to 4
10    
11     -- Bastian Blank <waldi@debian.org> Thu, 28 Aug 2003 17:46:27 +0200
12    
13 joeyh 3500 libdebian-installer (0.15) unstable; urgency=low
14 waldi 3272
15     * Bastian Blank
16     - Don't log to stderr and close stdin.
17 waldi 3292 - Never cast malloc return values.
18 joeyh 3480 * Joey Hess
19 joeyh 3500 - added di_status_read and di_config_package
20 waldi 3272
21 pere 3668 -- Petter Reinholdtsen <pere@debian.org> Tue, 22 Jul 2003 13:19:17 +0200
22 waldi 3272
23 waldi 3269 libdebian-installer (0.14) unstable; urgency=low
24 waldi 3215
25     * Bastian Blank
26     - Add Enhances parsing.
27 pere 3224 * Petter Reinholdtsen
28     - Add support in di_mapdevfs for SW RAID devices, /dev/md#.
29     (Closes: #185574)
30 waldi 3215
31 waldi 3269 -- Bastian Blank <waldi@debian.org> Sun, 01 Jun 2003 20:54:45 +0200
32 waldi 3215
33 sjogren 2986 libdebian-installer (0.13) unstable; urgency=low
34 sjogren 2568
35     * Martin Sjögren
36     - Add di_mapdevfs function.
37 sjogren 2569 - Change section of libdebian-installer3-dev to libdevel.
38 sjogren 2872 - Add Recommends parsing.
39 sjogren 2974 - Don't log to stderr, it will interfere with frontends.
40 sjogren 2990 - Revert to major/minor/micro. current/revision/age is something
41     else.
42 waldi 2593 * Bastian Blank
43     - cleanup di_mapdevfs.
44 pere 2613 * Petter Reinholdtsen
45     - Add new functin di_logf(), a vararg version of di_log().
46 sjogren 2568
47 sjogren 2990 -- Martin Sjogren <sjogren@debian.org> Sun, 4 May 2003 16:20:20 +0200
48 sjogren 2568
49 sjogren 1818 libdebian-installer (0.12) unstable; urgency=low
50 sjogren 1815
51     * Martin Sjögren
52     - Build-dep on d-shlib >= 0.10 (Closes: #178073).
53    
54     -- Martin Sjogren <sjogren@debian.org> Fri, 24 Jan 2003 20:24:00 +0100
55    
56 sjogren 1774 libdebian-installer (0.11) unstable; urgency=low
57 sjogren 1766
58     * Martin Sjögren
59 sjogren 1769 - Fix depends/provides parser (Closes: #177061).
60 sjogren 1766
61     -- Martin Sjogren <sjogren@debian.org> Fri, 17 Jan 2003 10:49:23 +0100
62    
63 sjogren 1749 libdebian-installer (0.10) unstable; urgency=low
64 sjogren 1693
65     * Martin Sjögren
66     - Add di_pkg_alloc and di_pkg_free for memory management of package
67     structs.
68     - Add di_list_free for freeing an entire linked list.
69    
70     -- Martin Sjogren <sjogren@debian.org> Sun, 29 Dec 2002 17:11:57 +0100
71    
72 sjogren 1487 libdebian-installer (0.09) unstable; urgency=low
73 sjogren 1473
74     * Martin Sjögren
75     - Add di_pkg_toposort_{list,arr} to be used by anna and main-menu.
76    
77     -- Martin Sjogren <sjogren@debian.org> Sat, 7 Dec 2002 12:14:08 +0100
78    
79 tfheen 1445 libdebian-installer (0.08) unstable; urgency=low
80 sjogren 1441
81     * Martin Sjögren
82     - Fix di_pkg_is_installed, now it even works!
83    
84 tfheen 1445 -- Tollef Fog Heen <tfheen@debian.org> Thu, 5 Dec 2002 00:45:28 +0100
85 sjogren 1441
86 sjogren 1437 libdebian-installer (0.07) unstable; urgency=low
87 sjogren 1420
88     * Martin Sjögren
89     - Add a linked list data structure, decoupling next pointers from the
90     node data
91     - Add a package_dependency struct that has package name and a pointer
92     to a package_t struct
93 sjogren 1424 - Add functions di_pkg_find, di_pkg_provides, di_pkg_is_virtual,
94     di_pkg_is_installed and di_pkg_resolve_deps
95 sjogren 1428 - Change maintainer to debian-boot and set dwhedon, tfheen and sjogren as
96     uploaders
97     - Bump standards-version and fix copyright file so lintian shuts up
98 sjogren 1420
99 sjogren 1428 -- Martin Sjogren <sjogren@debian.org> Fri, 29 Nov 2002 16:36:45 +0100
100 sjogren 1420
101 sjogren 1139 libdebian-installer (0.06) unstable; urgency=low
102    
103     * Martin Sjögren
104     - Multiple provides
105     - Remove libd-i-pic
106 sjogren 1164 - Priority parsing
107 sjogren 1198 - Version number parsing and comparison
108 sjogren 1139
109 tfheen 1207 -- Tollef Fog Heen <tfheen@debian.org> Wed, 6 Nov 2002 01:46:42 +0100
110 sjogren 1139
111 kraai 1047 libdebian-installer (0.05) unstable; urgency=low
112    
113     * change an fprintf to vfprintf.
114    
115 tfheen 1119 -- Tollef Fog Heen <tfheen@debian.org> Thu, 24 Oct 2002 12:34:26 +0200
116 kraai 1047
117 tfheen 796 libdebian-installer (0.04) unstable; urgency=low
118    
119     * Fix up section according to override file.
120 sjogren 922 * Build "proper" library packages.
121 dwhedon 916 David Kimdon
122     - add di_prebaseconfig_append()
123     - change my name (s/Whedon/Kimdon/g)
124 dancer 934 Junichi Uekawa
125     - require d-shlibs 0.3 or greater for build
126     - -dev: add devlibs:Depends, require libdebian-installer ${Source-Version}
127     - -pic: depend on exact version of -dev to avoid nasty surprises
128 sjogren 938 Martin Sjögren
129     - Add 'Packages' file parsing functionality (di_pkg_parse).
130     - Case insensitive strstr (di_stristr).
131 porridge 957 Michael Cardenas
132     - fix install target so it can be ran more than once
133 tfheen 796
134     -- Tollef Fog Heen <tfheen@debian.org> Tue, 6 Aug 2002 16:03:45 +0200
135    
136 tfheen 793 libdebian-installer (0.03) unstable; urgency=low
137    
138     * Fix up postinst name.
139    
140     -- Tollef Fog Heen <tfheen@debian.org> Tue, 6 Aug 2002 15:13:39 +0200
141    
142 tfheen 657 libdebian-installer (0.02) unstable; urgency=low
143    
144     * New name, which will hopefully be accepted by ftp-master.
145     * Removed emacs cruft from changelog.
146     * Add di_snprintfcat, courtesy of thomas poindessous
147    
148     -- Tollef Fog Heen <tfheen@debian.org> Mon, 20 May 2002 23:21:24 +0200
149    
150     libd-i (0.01) unstable; urgency=low
151    
152     * Initial Release.
153    
154     -- David Whedon <dwhedon@debian.org> Thu, 8 Feb 2001 21:54:45 -0800
155    
156    

  ViewVC Help
Powered by ViewVC 1.1.5