Version 1.0.75
[glibutil] JB#33786
This commit is contained in:
8
debian/changelog
vendored
8
debian/changelog
vendored
@@ -1,3 +1,11 @@
|
||||
libglibutil (1.0.75) unstable; urgency=low
|
||||
|
||||
* Cross-compilation tweaks
|
||||
* Compatibility with clang -fsanitize=cfi
|
||||
* Export all and only required symbols
|
||||
|
||||
-- Slava Monich <slava@monich.com> Fri, 01 Dec 2023 02:01:34 +0200
|
||||
|
||||
libglibutil (1.0.74) unstable; urgency=low
|
||||
|
||||
* Added Added gutil_data_copy_as_variant()
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Copyright (C) 2023 Slava Monich <slava@monich.com>
|
||||
*
|
||||
* You may use this file under the terms of BSD license as follows:
|
||||
* You may use this file under the terms of the BSD license as follows:
|
||||
*
|
||||
* Redistribution and use in source and binary forms, with or without
|
||||
* modification, are permitted provided that the following conditions
|
||||
@@ -46,8 +46,8 @@ G_BEGIN_DECLS
|
||||
|
||||
#define GUTIL_VERSION_MAJOR 1
|
||||
#define GUTIL_VERSION_MINOR 0
|
||||
#define GUTIL_VERSION_MICRO 74
|
||||
#define GUTIL_VERSION_STRING "1.0.74"
|
||||
#define GUTIL_VERSION_MICRO 75
|
||||
#define GUTIL_VERSION_STRING "1.0.75"
|
||||
|
||||
extern const guint gutil_version_major; /* GUTIL_VERSION_MAJOR */
|
||||
extern const guint gutil_version_minor; /* GUTIL_VERSION_MINOR */
|
||||
@@ -78,6 +78,7 @@ extern const guint gutil_version_micro; /* GUTIL_VERSION_MICRO */
|
||||
#define GUTIL_VERSION_1_0_72 GUTIL_VERSION_(1,0,72)
|
||||
#define GUTIL_VERSION_1_0_73 GUTIL_VERSION_(1,0,73)
|
||||
#define GUTIL_VERSION_1_0_74 GUTIL_VERSION_(1,0,74)
|
||||
#define GUTIL_VERSION_1_0_75 GUTIL_VERSION_(1,0,75))
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
Name: libglibutil
|
||||
|
||||
Version: 1.0.74
|
||||
Version: 1.0.75
|
||||
Release: 0
|
||||
Summary: Library of glib utilities
|
||||
License: BSD
|
||||
|
||||
Reference in New Issue
Block a user