notmuch.git  about / heads / tags
Unnamed repository; edit this file 'description' to name the repository.
   commit 127caf7a9ef1c8090f3f1a4e4d5f8c55519a6560 (patch)
   parent 627efac8 version: bump to 0.21~rc1
     tree a5328b2ce0a8e45d4c2d9a524dc122fa17204f82
   author David Bremner <david@tethera.net>  2015-10-15 10:09:24 -0300
committer David Bremner <david@tethera.net>  2015-10-15 10:09:24 -0300

debian: update symbols file

we are only adding symbols, which is exactly the interesting case for a
symbols file.
---
 debian/libnotmuch4.symbols | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/libnotmuch4.symbols b/debian/libnotmuch4.symbols
index ec46aa9b..7dd54237 100644
--- a/debian/libnotmuch4.symbols
+++ b/debian/libnotmuch4.symbols
@@ -12,6 +12,7 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  notmuch_database_get_all_tags@Base 0.3
  notmuch_database_get_directory@Base 0.3
  notmuch_database_get_path@Base 0.3
+ notmuch_database_get_revision@Base 0.21~rc1
  notmuch_database_get_version@Base 0.3
  notmuch_database_needs_upgrade@Base 0.3
  notmuch_database_open@Base 0.3
@@ -19,6 +20,7 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  notmuch_database_remove_message@Base 0.3
  notmuch_database_status_string@Base 0.20~rc1
  notmuch_database_upgrade@Base 0.3
+ notmuch_directory_delete@Base 0.21~rc1
  notmuch_directory_destroy@Base 0.3
  notmuch_directory_get_child_directories@Base 0.3
  notmuch_directory_get_child_files@Base 0.3
@@ -53,9 +55,12 @@ libnotmuch.so.4 libnotmuch4 #MINVER#
  notmuch_messages_valid@Base 0.3
  notmuch_query_add_tag_exclude@Base 0.12~rc1
  notmuch_query_count_messages@Base 0.3
+ notmuch_query_count_messages_st@Base 0.21~rc1
  notmuch_query_count_threads@Base 0.10~rc1
+ notmuch_query_count_threads_st@Base 0.21~rc1
  notmuch_query_create@Base 0.3
  notmuch_query_destroy@Base 0.3
+ notmuch_query_get_database@Base 0.21~rc1
  notmuch_query_get_query_string@Base 0.4
  notmuch_query_get_sort@Base 0.4
  notmuch_query_search_messages@Base 0.3


glossary
--------
Commit objects reference one tree, and zero or more parents.

Single parent commits can typically generate a patch in
unified diff format via `git format-patch'.

Multiple parents means the commit is a merge.

Root commits have no ancestor.  Note that it is
possible to have multiple root commits when merging independent histories.

Every commit references one top-level tree object.

git clone https://yhetil.org/notmuch.git