Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MediaArea/ZenLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMediaArea CI <info@mediaarea.net>2021-03-25 17:29:22 +0300
committerMediaArea CI <info@mediaarea.net>2021-03-25 17:29:22 +0300
commit12cb0f0300367047d0213a08b316643bd759f62c (patch)
treeed39a61c80ae4986411b762fb921cad49bbbf4d9
parente7f5dfe9de38d2ec9e54d47004aad88d1ba17847 (diff)
Preparing v0.4.39
-rw-r--r--History.txt8
-rw-r--r--Project/CMake/CMakeLists.txt2
-rw-r--r--Project/GNU/Library/configure.ac2
-rw-r--r--Project/GNU/PKGBUILD2
-rw-r--r--Project/GNU/libzen.dsc14
-rw-r--r--Project/GNU/libzen.spec4
-rw-r--r--Project/OBS/deb9.debian/changelog4
-rw-r--r--Project/OBS/deb9.dsc14
-rwxr-xr-xProject/Solaris/mkpkg2
-rw-r--r--Project/version.txt2
-rw-r--r--debian/changelog4
11 files changed, 33 insertions, 25 deletions
diff --git a/History.txt b/History.txt
index b063dfb..89536e5 100644
--- a/History.txt
+++ b/History.txt
@@ -1,3 +1,11 @@
+Version 0.4.39, 2021-03-26
+--------------
++ Threads: avoid critical sections lockers when possible
+x HTTP_Client: Try UTF8 first for network data
+x Threads: call to non thread-safe time related functions (gmtime, localtime) are avoided as much as possible
+x Threads: update non Windows binding (was not complete)
+x Fix crash on some ARMv7 devices
+
Version 0.4.38, 2020-04-03
--------------
+ UWP support
diff --git a/Project/CMake/CMakeLists.txt b/Project/CMake/CMakeLists.txt
index 6a25aee..51f5635 100644
--- a/Project/CMake/CMakeLists.txt
+++ b/Project/CMake/CMakeLists.txt
@@ -4,7 +4,7 @@ project(ZenLib)
set(ZenLib_MAJOR_VERSION 0)
set(ZenLib_MINOR_VERSION 4)
-set(ZenLib_PATCH_VERSION 38)
+set(ZenLib_PATCH_VERSION 39)
set(ZenLib_VERSION ${ZenLib_MAJOR_VERSION}.${ZenLib_MINOR_VERSION}.${ZenLib_PATCH_VERSION})
if(WIN32)
diff --git a/Project/GNU/Library/configure.ac b/Project/GNU/Library/configure.ac
index cbed25b..500101b 100644
--- a/Project/GNU/Library/configure.ac
+++ b/Project/GNU/Library/configure.ac
@@ -5,7 +5,7 @@ dnl #########################################################################
dnl -------------------------------------------------------------------------
dnl Name and version
dnl
-AC_INIT([libzen], [0.4.38])
+AC_INIT([libzen], [0.4.39])
dnl -------------------------------------------------------------------------
dnl Test if we are at the good place
diff --git a/Project/GNU/PKGBUILD b/Project/GNU/PKGBUILD
index 8ceb205..18f5a01 100644
--- a/Project/GNU/PKGBUILD
+++ b/Project/GNU/PKGBUILD
@@ -3,7 +3,7 @@
# Contributor: hydro <hydro@freenet.de>
pkgname=libzen
-pkgver=0.4.38
+pkgver=0.4.39
pkgrel=1
pkgdesc="shared library for libmediainfo and mediainfo"
arch=('i686' 'x86_64')
diff --git a/Project/GNU/libzen.dsc b/Project/GNU/libzen.dsc
index bc57b02..a83ef17 100644
--- a/Project/GNU/libzen.dsc
+++ b/Project/GNU/libzen.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: libzen
Binary: libzen-dev, libzen0, libzen-doc
Architecture: any all
-Version: 0.4.38-1
+Version: 0.4.39-1
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://mediainfo.sourceforge.net
Standards-Version: 3.9.6
@@ -15,11 +15,11 @@ Package-List:
libzen0 deb libs optional arch=any
libzen0-dbg deb debug optional arch=any
Checksums-Sha1:
- 0000000000000000000000000000000000000000 000000 libzen_0.4.38.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 libzen_0.4.38-1.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 libzen_0.4.39-1.debian.tar.xz
Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.38.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.38-1.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39-1.debian.tar.xz
Files:
- 00000000000000000000000000000000 000000 libzen_0.4.38.orig.tar.xz
- 00000000000000000000000000000000 000000 libzen_0.4.38-1.debian.tar.xz
+ 00000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
+ 00000000000000000000000000000000 000000 libzen_0.4.39-1.debian.tar.xz
diff --git a/Project/GNU/libzen.spec b/Project/GNU/libzen.spec
index 4308140..18c879e 100644
--- a/Project/GNU/libzen.spec
+++ b/Project/GNU/libzen.spec
@@ -1,4 +1,4 @@
-%global libzen_version 0.4.38
+%global libzen_version 0.4.39
%global libzen_version_major 0
%global libzen_version_minor 4
%global libzen_version_release 37
@@ -228,7 +228,7 @@ done
%endif
%changelog
-* Thu Jan 01 2009 MediaArea.net SARL <info@mediaarea.net> - 0.4.38-0
+* Thu Jan 01 2009 MediaArea.net SARL <info@mediaarea.net> - 0.4.39-0
- See History.txt for more info and real dates
- Previous packages made by Toni Graffy <toni@links2linux.de>
- Fedora style made by Vasiliy N. Glazov <vascom2@gmail.com>
diff --git a/Project/OBS/deb9.debian/changelog b/Project/OBS/deb9.debian/changelog
index fa95098..6429070 100644
--- a/Project/OBS/deb9.debian/changelog
+++ b/Project/OBS/deb9.debian/changelog
@@ -1,6 +1,6 @@
-libzen (0.4.38-1) experimental; urgency=medium
+libzen (0.4.39-1) experimental; urgency=medium
- * Upstream version 0.4.38
+ * Upstream version 0.4.39
For details, see https://github.com/MediaArea/ZenLib/blob/master/History.txt
-- MediaArea <info@mediaarea.net> Mon, 02 Nov 2015 10:30:00 +0100
diff --git a/Project/OBS/deb9.dsc b/Project/OBS/deb9.dsc
index 1967744..1283748 100644
--- a/Project/OBS/deb9.dsc
+++ b/Project/OBS/deb9.dsc
@@ -2,7 +2,7 @@ Format: 3.0 (quilt)
Source: libzen
Binary: libzen-dev, libzen0v5, libzen-doc
Architecture: any all
-Version: 0.4.38-1deb9
+Version: 0.4.39-1deb9
Maintainer: MediaArea.net SARL <info@mediaarea.net>
Homepage: http://mediainfo.sourceforge.net
Standards-Version: 3.9.6
@@ -15,11 +15,11 @@ Package-List:
libzen0v5 deb libs optional arch=any
libzen0v5-dbg deb debug optional arch=any
Checksums-Sha1:
- 0000000000000000000000000000000000000000 000000 libzen_0.4.38.orig.tar.xz
- 0000000000000000000000000000000000000000 000000 libzen_0.4.38-1deb9.debian.tar.xz
+ 0000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
+ 0000000000000000000000000000000000000000 000000 libzen_0.4.39-1deb9.debian.tar.xz
Checksums-Sha256:
- 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.38.orig.tar.xz
- 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.38-1deb9.debian.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
+ 0000000000000000000000000000000000000000000000000000000000000000 000000 libzen_0.4.39-1deb9.debian.tar.xz
Files:
- 00000000000000000000000000000000 000000 libzen_0.4.38.orig.tar.xz
- 00000000000000000000000000000000 000000 libzen_0.4.38-1deb9.debian.tar.xz
+ 00000000000000000000000000000000 000000 libzen_0.4.39.orig.tar.xz
+ 00000000000000000000000000000000 000000 libzen_0.4.39-1deb9.debian.tar.xz
diff --git a/Project/Solaris/mkpkg b/Project/Solaris/mkpkg
index 3db6087..27966a3 100755
--- a/Project/Solaris/mkpkg
+++ b/Project/Solaris/mkpkg
@@ -9,7 +9,7 @@ release=`uname -r`
#Creation of known directories and filenames
name="libzen0"
-version="0.4.38"
+version="0.4.39"
Home=`pwd`
install_prefix=${Home}/mk_package
packagecreation_prefix=${Home}/create_package
diff --git a/Project/version.txt b/Project/version.txt
index b58b5bc..05c945a 100644
--- a/Project/version.txt
+++ b/Project/version.txt
@@ -1 +1 @@
-0.4.38
+0.4.39
diff --git a/debian/changelog b/debian/changelog
index fa95098..6429070 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,6 @@
-libzen (0.4.38-1) experimental; urgency=medium
+libzen (0.4.39-1) experimental; urgency=medium
- * Upstream version 0.4.38
+ * Upstream version 0.4.39
For details, see https://github.com/MediaArea/ZenLib/blob/master/History.txt
-- MediaArea <info@mediaarea.net> Mon, 02 Nov 2015 10:30:00 +0100