Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Fabik <[email protected]>
  • Loading branch information
michalfabik committed Jun 16, 2021
1 parent 09ebaf2 commit 2bddd43
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
unreleased
==========

0.38
==========
lib: Use GLib for computing SHA-1 digests

0.37
==========
Add sr_distances_cluster_objects argument validation
Expand Down
2 changes: 1 addition & 1 deletion gen-version
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

DEF_VER=0.37
DEF_VER=
LF='
'

Expand Down
2 changes: 1 addition & 1 deletion lib/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ libsatyr_conv_la_LIBADD = \
lib_LTLIBRARIES = libsatyr.la
libsatyr_la_SOURCES =
libsatyr_la_LIBADD = libsatyr_conv.la
libsatyr_la_LDFLAGS = -version-info 4:1:0 -export-symbols-regex '^sr_'
libsatyr_la_LDFLAGS = -version-info 4:2:0 -export-symbols-regex '^sr_'

# NOTE: when updating CURRENT, update it in ruby/lib/satyr.rb as well!

Expand Down
2 changes: 2 additions & 0 deletions satyr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ make check|| {
%endif

%changelog
* Wed Jun 16 2021 Michal Fabik <[email protected]> -1

* Tue Mar 02 2021 Michal Fabik <[email protected]> 0.37-1
- sr_distances_cluster_objects: Check arg safety
- spec: Drop trailing comment
Expand Down

0 comments on commit 2bddd43

Please sign in to comment.