lib: Minor versioning related fixes
Fix/add the `Since` marker to the new static delta APIs, and update the symbol versioning templates/comments.
This commit is contained in:
parent
75342035d5
commit
f04e5d047d
|
|
@ -17,7 +17,7 @@
|
||||||
Boston, MA 02111-1307, USA.
|
Boston, MA 02111-1307, USA.
|
||||||
***/
|
***/
|
||||||
|
|
||||||
LIBOSTREE_2020.6 {
|
LIBOSTREE_2020.7 {
|
||||||
global:
|
global:
|
||||||
/* Add symbols here, and uncomment the bits in
|
/* Add symbols here, and uncomment the bits in
|
||||||
* Makefile-libostree.am to enable this too.
|
* Makefile-libostree.am to enable this too.
|
||||||
|
|
|
||||||
|
|
@ -620,6 +620,8 @@ global:
|
||||||
|
|
||||||
/* No new symbols in 2020.5 */
|
/* No new symbols in 2020.5 */
|
||||||
|
|
||||||
|
/* No new symbols in 2020.6 */
|
||||||
|
|
||||||
/* NOTE: Only add more content here in release commits! See the
|
/* NOTE: Only add more content here in release commits! See the
|
||||||
* comments at the top of this file.
|
* comments at the top of this file.
|
||||||
*/
|
*/
|
||||||
|
|
|
||||||
|
|
@ -317,6 +317,8 @@ _ostree_repo_static_delta_verify_signature (OstreeRepo *self,
|
||||||
* The directory must be named with the form "FROM-TO", where both are
|
* The directory must be named with the form "FROM-TO", where both are
|
||||||
* checksums, and it must contain a file named "superblock", along with at least
|
* checksums, and it must contain a file named "superblock", along with at least
|
||||||
* one part.
|
* one part.
|
||||||
|
*
|
||||||
|
* Since: 2020.7
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
ostree_repo_static_delta_execute_offline_with_signature (OstreeRepo *self,
|
ostree_repo_static_delta_execute_offline_with_signature (OstreeRepo *self,
|
||||||
|
|
@ -1082,7 +1084,7 @@ _ostree_repo_static_delta_dump (OstreeRepo *self,
|
||||||
* Returns: TRUE if the signature of static delta file is valid using the
|
* Returns: TRUE if the signature of static delta file is valid using the
|
||||||
* signature engine provided, FALSE otherwise.
|
* signature engine provided, FALSE otherwise.
|
||||||
*
|
*
|
||||||
* Since: 2020.1
|
* Since: 2020.7
|
||||||
*/
|
*/
|
||||||
gboolean
|
gboolean
|
||||||
ostree_repo_static_delta_verify_signature (OstreeRepo *self,
|
ostree_repo_static_delta_verify_signature (OstreeRepo *self,
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@ echo 'ok documented symbols'
|
||||||
|
|
||||||
# ONLY update this checksum in release commits!
|
# ONLY update this checksum in release commits!
|
||||||
cat > released-sha256.txt <<EOF
|
cat > released-sha256.txt <<EOF
|
||||||
55f21380aa7f9ecc447a680b5c091692f2a0b98aa96ea00fba6aa6406aa69a5a ${released_syms}
|
f341345be2da30ab8043ac3d555f75edaae25aaad9f81a933fb4e33a47fe7cc4 ${released_syms}
|
||||||
EOF
|
EOF
|
||||||
sha256sum -c released-sha256.txt
|
sha256sum -c released-sha256.txt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue