diff options
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/libhx-dev.symbols | 3 | ||||
| -rw-r--r-- | debian/libhx32.symbols | 15 | 
3 files changed, 19 insertions, 0 deletions
| diff --git a/debian/changelog b/debian/changelog index ef4f50f..4e89d81 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libhx (4.7-1) UNRELEASED; urgency=medium    * debian/copyright:      - Refresh years.      - Add year 2022 to myself. +  * Refresh symbols files.   -- Jörg Frings-Fürst <debian@jff.email>  Mon, 24 Oct 2022 21:04:19 +0200 diff --git a/debian/libhx-dev.symbols b/debian/libhx-dev.symbols index abfb1ac..7a175b6 100644 --- a/debian/libhx-dev.symbols +++ b/debian/libhx-dev.symbols @@ -1,3 +1,6 @@  libHX_rtcheck.so libhx-dev #MINVER#  * Build-Depends-Package: libhx-dev   LIBHX_3.25@LIBHX_3.25 3.25 + LIBHX_3.27@LIBHX_3.27 4.7 + LIBHX_4.2@LIBHX_4.2 4.7 + LIBHX_4.3@LIBHX_4.3 4.7 diff --git a/debian/libhx32.symbols b/debian/libhx32.symbols index 4e58b1d..03c17dd 100644 --- a/debian/libhx32.symbols +++ b/debian/libhx32.symbols @@ -29,10 +29,14 @@ libHX.so.32 libhx32 #MINVER#   HX_readlink@LIBHX_3.25 3.25   HX_realpath@LIBHX_3.25 3.25   HX_rrmdir@LIBHX_3.25 3.25 + HX_sendfile@LIBHX_4.3 4.7   HX_shconfig@LIBHX_3.25 3.25   HX_shconfig_free@LIBHX_3.25 3.25   HX_shconfig_map@LIBHX_3.25 3.25   HX_shconfig_pv@LIBHX_3.25 3.25 + HX_slurp_fd@LIBHX_3.27 4.7 + HX_slurp_file@LIBHX_3.27 4.7 + HX_socket_from_env@LIBHX_3.27 4.7   HX_split@LIBHX_3.25 3.25   HX_split_fixed@LIBHX_3.25 3.25   HX_split_inplace@LIBHX_3.25 3.25 @@ -55,6 +59,9 @@ libHX.so.32 libhx32 #MINVER#   HX_strrtrim@LIBHX_3.25 3.25   HX_strsep2@LIBHX_3.25 3.25   HX_strsep@LIBHX_3.25 3.25 + HX_strtod_unit@LIBHX_4.2 4.7 + HX_strtoull_sec@LIBHX_4.3 4.7 + HX_strtoull_unit@LIBHX_4.2 4.7   HX_strupper@LIBHX_3.25 3.25   HX_time_compare@LIBHX_3.25 3.25   HX_timespec_add@LIBHX_3.25 3.25 @@ -64,6 +71,9 @@ libHX.so.32 libhx32 #MINVER#   HX_timespec_neg@LIBHX_3.25 3.25   HX_timespec_sub@LIBHX_3.25 3.25   HX_timeval_sub@LIBHX_3.25 3.25 + HX_unit_seconds@LIBHX_4.3 4.7 + HX_unit_size@LIBHX_4.2 4.7 + HX_unit_size_cu@LIBHX_4.2 4.7   HX_zvecfree@LIBHX_3.25 3.25   HXdeque_del@LIBHX_3.25 3.25   HXdeque_find@LIBHX_3.25 3.25 @@ -122,5 +132,10 @@ libHX.so.32 libhx32 #MINVER#   HXmc_zvecfree@LIBHX_3.25 3.25   HXproc_run_async@LIBHX_3.25 3.25   HXproc_run_sync@LIBHX_3.25 3.25 + HXproc_switch_user@LIBHX_3.27 4.7 + HXproc_top_fd@LIBHX_3.27 4.7   HXproc_wait@LIBHX_3.25 3.25   LIBHX_3.25@LIBHX_3.25 3.25 + LIBHX_3.27@LIBHX_3.27 4.7 + LIBHX_4.2@LIBHX_4.2 4.7 + LIBHX_4.3@LIBHX_4.3 4.7 | 
