debian: add changelog 1.1.13-1

recovery_and_balance
vazmin 2022-03-13 17:19:01 +08:00
parent d129c6151e
commit 246ff83225
2 changed files with 22 additions and 3 deletions

21
debian/changelog vendored
View File

@ -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 * upgrade version to 1.1.12

4
debian/control vendored
View File

@ -3,7 +3,7 @@ Section: net
Priority: optional Priority: optional
Maintainer: YuQing <384681@qq.com> Maintainer: YuQing <384681@qq.com>
Build-Depends: debhelper (>=11~) Build-Depends: debhelper (>=11~)
, libfastcommon-dev (>= 1.0.55) , libfastcommon-dev (>= 1.0.56)
Standards-Version: 4.1.4 Standards-Version: 4.1.4
Homepage: https://github.com/happyfish100/libserverframe Homepage: https://github.com/happyfish100/libserverframe
@ -21,5 +21,5 @@ Section: net
Architecture: any Architecture: any
Multi-Arch: same Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends} 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 Description: this network service framework library extract from FastDFS