From 246ff832250787575254135b7be76551007ed889 Mon Sep 17 00:00:00 2001 From: vazmin Date: Sun, 13 Mar 2022 17:19:01 +0800 Subject: [PATCH] debian: add changelog 1.1.13-1 --- debian/changelog | 21 ++++++++++++++++++++- debian/control | 4 ++-- 2 files changed, 22 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 89f72d4..972e7e9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,23 @@ -libserverframe (1.1.12-1) UNRELEASED; urgency=medium +libserverframe (1.1.13-1) unstable; urgency=medium + + * add files: sf_iov.[hc] + * iova_slice error detect + * sf_iova_memset impl. + * sf_iova_memset_ex for iov and iovcnt + * sf_iova_memset_ex: add const modifier + * sf_iov.[hc] add function sf_iova_memcpy_ex + * simple_hash rename to fc_simple_hash + * change log level to debug + * add function sf_load_global_base_path + * support function sf_sharding_htable_delete + * sf_load_global_config_ex: server_name can be NULL + * upgrade version to 1.1.13 + * make.sh: change DEBUG_FLAG to 0 + * add function sf_binlog_writer_get_index_filename + + -- YuQing <384681@qq.com> Sun, 13 Mar 2022 16:46:17 +0800 + +libserverframe (1.1.12-1) unstable; urgency=medium * upgrade version to 1.1.12 diff --git a/debian/control b/debian/control index 9ff6328..fb100f4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: YuQing <384681@qq.com> Build-Depends: debhelper (>=11~) - , libfastcommon-dev (>= 1.0.55) + , libfastcommon-dev (>= 1.0.56) Standards-Version: 4.1.4 Homepage: https://github.com/happyfish100/libserverframe @@ -21,5 +21,5 @@ Section: net Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} -Depends: ${misc:Depends}, ${shlibs:Depends}, libfastcommon (>= 1.0.55) +Depends: ${misc:Depends}, ${shlibs:Depends}, libfastcommon (>= 1.0.56) Description: this network service framework library extract from FastDFS