aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian/libnotmuch1.symbols
Commit message (Collapse)AuthorAge
* debian: update packaging for new sonameGravatar David Bremner2011-10-04
| | | | | | | | we need - a new changelog stanza, because the symbols files need a new version - s/libnotmuch1/libnotmuch2/ everywhere - update symbols file, s/.so.1/.so.2/, and bump minimum versions on changed symbols (although the latter is just documentation)
* debian: new symbols for atomicity apiGravatar David Bremner2011-09-24
| | | | | There are three new symbols in libnotmuch. In addition to notmuch_{begin,end)_atomic, notmuch_database_find_message_by_filename was exposed.
* debian: add (demangled) Xapian exception typeinfo symbols to libnotmuch1.symbolsGravatar David Bremner2011-07-16
| | | | | These are exported (again) by the library to prevent problems with catching exceptions.
* debian: remove Xapian exceptions symbols from libnotmuch1.symbolsGravatar David Bremner2011-06-23
| | | | | These were never intended to be public, since the library exports only a C API.
* debian: update symbols file for libnotmuch1Gravatar David Bremner2011-06-22
| | | | | | One of the Xapian exception symbols has gone missing. Hopefully this doesn't mean we should be bumping the SONAME. (cherry picked from commit e8260d63f1f5a37094801ecd5d110bf48f22ee45)
* debian: update symbols file for libnotmuch1Gravatar David Bremner2011-06-22
| | | | | This re-exports three symbols from Xapian. (cherry picked from commit f36c36ddd13486d1e38b4dd0efa717108f56c4f9)
* debian: Update list of symbols for libnotmuchGravatar Carl Worth2010-11-11
| | | | This release adds three new functions to the library interface.
* debian: Add a file stating the intended symbols to appear in the libraryGravatar Carl Worth2010-11-01
This is almost totally clearn. The (mangled) names of the Xapian exception classes appear here. That's not actually desired, as the notmuch library is never intended to throw any exceptions. But Xapian does not currently provide a mechanism for us to avoid these.