Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mutable mutex #39

Merged
merged 2 commits into from
Jul 2, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
#! v1.0.5
  • Loading branch information
burlog committed Jul 2, 2020
commit 2fa5e3d717b592b81ac3d7f635df9e3221d30f5d
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@
#

# initialize autoconf
AC_INIT([libmcache], [1.0.4], [michal.bukovsky@firma.seznam.cz])
AC_INIT([libmcache], [1.0.5], [michal.bukovsky@firma.seznam.cz])
VERSION_INFO="-version-info 0:0:0"

# Enable silent builds (disable with --disable-silent-rules)
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
szn-libmcache (1.0.5) stable; urgency=low

* make mutex mutable (#38)
* #! python1.0.5
* fix extracting timeouts
* #! python1.0.4
* zlib1g-dev
* #! python1.0.3
* building
* #! python1.0.2
* remove python-support
* #! python1.0.1
* boost
* #! python1.0.0
* version='0.2.15'

-- Michal Bukovský <burlog@seznam.cz> Thu, 02 Jul 2020 12:37:49 +0100

szn-libmcache (1.0.4) stable; urgency=low

* python module