~ubuntu-branches/ubuntu/lucid/libdebian-installer/lucid

« back to all changes in this revision

Viewing changes to src/libdebian-installer.ver

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank, Bastian Blank, Martin Michlmayr, Colin Watson, Joey Hess
  • Date: 2006-05-31 23:02:10 UTC
  • Revision ID: james.westby@ubuntu.com-20060531230210-z3sc8766e7j7n9ci
Tags: 0.42
[ Bastian Blank ]
* Bump shared library revision to 6.
* Add small AVL tree implementation.

[ Martin Michlmayr ]
* Remove (incomplete) BAST and LAST support.
* Drop Riscstation since it's no longer supported in 2.6 kernels.
* Rename arm/riscpc to arm/rpc for consistency.

[ Colin Watson ]
* Fix Hurd detection at build time.

[ Joey Hess ]
* Move more resolver debug logging into ENABLE_EXTENSIVE_DEBUG ifdefs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
    di_system_subarch_analyze;
145
145
} LIBDI_4.4;
146
146
 
 
147
LIBDI_4.6 {
 
148
  global:
 
149
    di_tree_destroy;
 
150
    di_tree_foreach;
 
151
    di_tree_insert;
 
152
    di_tree_lookup;
 
153
    di_tree_new;
 
154
    di_tree_new_full;
 
155
    di_tree_size;
 
156
} LIBDI_4.5;
 
157
 
147
158
#LIBDI_PRIVATE {
148
159
#  global:
149
160
#    internal_*;