Skip to content

Commit

Permalink
Version 1.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed May 23, 2021
1 parent b4d1bf7 commit 7321c8e
Show file tree
Hide file tree
Showing 3 changed files with 13 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 = 54
VERSION_RELEASE = 55

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

* Added gutil_log_dump()
* Added gutil_range_init_with_bytes()
* Added gutil_range_has_prefix()
* Added gutil_range_skip_prefix()

-- Slava Monich <slava.monich@jolla.com> Sun, 23 May 2021 03:33:58 +0300

libglibutil (1.0.54) unstable; urgency=low

* Added GUtilRange type
Expand Down
4 changes: 3 additions & 1 deletion rpm/libglibutil.spec
@@ -1,10 +1,12 @@
Name: libglibutil
Version: 1.0.54

Version: 1.0.55
Release: 0
Summary: Library of glib utilities
License: BSD
URL: https://git.sailfishos.org/mer-core/libglibutil
Source: %{name}-%{version}.tar.bz2

BuildRequires: pkgconfig(glib-2.0)
Requires(post): /sbin/ldconfig
Requires(postun): /sbin/ldconfig
Expand Down

0 comments on commit 7321c8e

Please sign in to comment.