diff options
| author | David Bremner <david@tethera.net> | 2018-05-27 13:15:48 -0700 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-05-27 13:15:48 -0700 |
| commit | fd20a31e4cf2485d0446a844f9facf54592728ba (patch) | |
| tree | 0449d2f28fd45903302c746c0ea04168bf3b3859 | |
| parent | cf68a0c2574d37bdb782d0cee1f9c39897d8fc83 (diff) | |
debian: update symbols for 0.27debian/0.27_rc0-10.27_rc0
add two new API symbols
| -rw-r--r-- | debian/libnotmuch5.symbols | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/libnotmuch5.symbols b/debian/libnotmuch5.symbols index 5e408213..308567b8 100644 --- a/debian/libnotmuch5.symbols +++ b/debian/libnotmuch5.symbols @@ -47,8 +47,10 @@ libnotmuch.so.5 libnotmuch5 #MINVER# notmuch_message_add_property@Base 0.23~rc0 notmuch_message_add_tag@Base 0.3 notmuch_message_count_files@Base 0.26~rc0 + notmuch_message_count_properties@Base 0.27~rc0 notmuch_message_destroy@Base 0.3 notmuch_message_freeze@Base 0.3 + notmuch_message_get_database@Base 0.27~rc0 notmuch_message_get_date@Base 0.3 notmuch_message_get_filename@Base 0.3 notmuch_message_get_filenames@Base 0.5 |
