Skip to content

Commit

Permalink
Version 1.0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 9, 2019
1 parent 1c2e7fe commit b4dbd95
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -21,7 +21,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 30
VERSION_RELEASE = 31

# Version for pkg-config
PCVERSION = $(VERSION_MAJOR).$(VERSION_MINOR).$(VERSION_RELEASE)
Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
@@ -1,3 +1,10 @@
libgrilio (1.0.31) unstable; urgency=low

* Destroy transport before everything else
* Prevent crash in timeout routine

-- Slava Monich <slava.monich@jolla.com> Thu, 09 May 2019 17:08:08 +0300

libgrilio (1.0.30) unstable; urgency=low

* Added set_channel callback to GRilIoTransportClass
Expand Down
2 changes: 1 addition & 1 deletion rpm/libgrilio.spec
@@ -1,5 +1,5 @@
Name: libgrilio
Version: 1.0.30
Version: 1.0.31
Release: 0
Summary: RIL I/O library
Group: Development/Libraries
Expand Down

0 comments on commit b4dbd95

Please sign in to comment.