notmuch 0.26~rc0 release

-----BEGIN PGP SIGNATURE-----
 
 iQGzBAABCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAlpFDroACgkQ8gKXHaSn
 niyimgv/bKLRin2t+bXnDAGG4fD54shoqFufg8ErspcCjeDSVDkSlTg5tUTMGSA0
 sL7wbEe0YEacchJsbA4lBF3L6yfEIHEx7F1cENIJ1+yNP53h6zctDBithtWk+bxe
 1wjcKzFLLtluzzV+7gemGAodYWlwoRrTNQukmwm46In2Hji/J7ZeS1SRyvXLZnwQ
 8iS8WtZuyNat++6Txx51fJV8wx3wO44vR/L9X+sNQNZAlUQ9pzYTMjf1EU/JYuKd
 9sSau4hU30w433ce0TQx0+17Iu3VgJxZo2XJ9ZhIqKvD86MqSd8pmYS5/R0ThDOr
 Lh+wOVOBkUVKIo49+fR7+hJQWi2Y2kkgGc+gawQ1EvEDt+ZZNzu5bOnPL5GsOegn
 L+imIzEfb+jCIhd456lvESHpEY3SvnSqulXz5kgxN05hNuykx2VZyN1I8Ggo8dLG
 gh3Hz/jkeLuW7Pc3rGoiRTVC5SjkyAPRkmkoKGl3VrPcUEng2ic7krUjR++Ql5Bj
 6qlQekN0
 =1B4G
 -----END PGP SIGNATURE-----

Merge tag '0.26_rc0'

notmuch 0.26~rc0 release
This commit is contained in:
David Bremner 2017-12-28 12:02:40 -04:00
commit 0fab493ffe
4 changed files with 18 additions and 2 deletions

View file

@ -1,3 +1,3 @@
# this file should be kept in sync with ../../../version
__VERSION__ = '0.25.3'
__VERSION__ = '0.26~rc0'
SOVERSION = '5'

6
debian/changelog vendored
View file

@ -1,3 +1,9 @@
notmuch (0.26~rc0-1) experimental; urgency=medium
* Upstream release candidate
-- David Bremner <bremner@debian.org> Thu, 28 Dec 2017 10:21:08 -0400
notmuch (0.25.3-1) unstable; urgency=medium
* Upstream bugfix release. Fix for OpenPGP UID validity reporting,

View file

@ -18,10 +18,12 @@ libnotmuch.so.5 libnotmuch5 #MINVER#
notmuch_database_get_all_tags@Base 0.3
notmuch_database_get_config@Base 0.23~rc0
notmuch_database_get_config_list@Base 0.23~rc0
notmuch_database_get_default_indexopts@Base 0.26~rc0
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_index_file@Base 0.26~rc0
notmuch_database_needs_upgrade@Base 0.3
notmuch_database_open@Base 0.3
notmuch_database_open_verbose@Base 0.20~rc1
@ -39,8 +41,12 @@ libnotmuch.so.5 libnotmuch5 #MINVER#
notmuch_filenames_get@Base 0.3
notmuch_filenames_move_to_next@Base 0.3
notmuch_filenames_valid@Base 0.3
notmuch_indexopts_destroy@Base 0.26~rc0
notmuch_indexopts_get_decrypt_policy@Base 0.26~rc0
notmuch_indexopts_set_decrypt_policy@Base 0.26~rc0
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_destroy@Base 0.3
notmuch_message_freeze@Base 0.3
notmuch_message_get_date@Base 0.3
@ -54,13 +60,16 @@ libnotmuch.so.5 libnotmuch5 #MINVER#
notmuch_message_get_replies@Base 0.3
notmuch_message_get_tags@Base 0.3
notmuch_message_get_thread_id@Base 0.3
notmuch_message_has_maildir_flag@Base 0.26~rc0
notmuch_message_maildir_flags_to_tags@Base 0.5
notmuch_message_properties_destroy@Base 0.23~rc0
notmuch_message_properties_key@Base 0.23~rc0
notmuch_message_properties_move_to_next@Base 0.23~rc0
notmuch_message_properties_valid@Base 0.23~rc0
notmuch_message_properties_value@Base 0.23~rc0
notmuch_message_reindex@Base 0.26~rc0
notmuch_message_remove_all_properties@Base 0.23~rc0
notmuch_message_remove_all_properties_with_prefix@Base 0.26~rc0
notmuch_message_remove_all_tags@Base 0.3
notmuch_message_remove_property@Base 0.23~rc0
notmuch_message_remove_tag@Base 0.3
@ -103,6 +112,7 @@ libnotmuch.so.5 libnotmuch5 #MINVER#
notmuch_thread_get_tags@Base 0.3
notmuch_thread_get_thread_id@Base 0.3
notmuch_thread_get_toplevel_messages@Base 0.3
notmuch_thread_get_total_files@Base 0.26~rc0
notmuch_thread_get_total_messages@Base 0.3
notmuch_threads_destroy@Base 0.3
notmuch_threads_get@Base 0.3

View file

@ -1 +1 @@
0.25.3
0.26~rc0