Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Version 1.0.36
  • Loading branch information
monich committed Jun 13, 2019
1 parent 07c8b4e commit 1e54f22
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 @@ -20,7 +20,7 @@ all: debug release pkgconfig

VERSION_MAJOR = 1
VERSION_MINOR = 0
VERSION_RELEASE = 35
VERSION_RELEASE = 36

# 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 @@
libglibutil (1.0.36) unstable; urgency=low

* Handle empty log prefix as no prefix at all
* Don't nullify default log name in gutil_log_set_type()

-- Slava Monich <slava.monich@jolla.com> Thu, 13 Jun 2019 18:15:33 +0300

libglibutil (1.0.35) unstable; urgency=low

* Added gutil_strv_last() function
Expand Down
2 changes: 1 addition & 1 deletion rpm/libglibutil.spec
@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.35
Version: 1.0.36
Release: 0
Summary: Library of glib utilities
Group: Development/Libraries
Expand Down

0 comments on commit 1e54f22

Please sign in to comment.