Skip to content

Commit

Permalink
Version 1.0.51
Browse files Browse the repository at this point in the history
  • Loading branch information
monich committed Feb 25, 2021
1 parent 3a5616b commit c74f100
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
@@ -1,4 +1,4 @@
Copyright (C) 2014-2020 Jolla Ltd.
Copyright (C) 2014-2021 Jolla Ltd.

You may use this file under the terms of BSD license as follows:

Expand Down
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 = 50
VERSION_RELEASE = 51

# 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.51) unstable; urgency=low

* Initialize default log settings from the environment
* Disable timestamps by default
* Added gutil_log_tid option
* Added gutil_ptrv_free()

-- Slava Monich <slava.monich@jolla.com> Thu, 25 Feb 2021 19:36:05 +0200

libglibutil (1.0.50) unstable; urgency=low

* Added gutil_ptrv_length()
Expand Down
2 changes: 1 addition & 1 deletion debian/copyright
@@ -1,4 +1,4 @@
Copyright (C) 2014-2020 Jolla Ltd.
Copyright (C) 2014-2021 Jolla Ltd.

You may use this file under the terms of BSD license as follows:

Expand Down
2 changes: 1 addition & 1 deletion rpm/libglibutil.spec
@@ -1,5 +1,5 @@
Name: libglibutil
Version: 1.0.50
Version: 1.0.51
Release: 0
Summary: Library of glib utilities
License: BSD
Expand Down

0 comments on commit c74f100

Please sign in to comment.