Skip to content

Commit

Permalink
New release mmlib-1.1.0
Browse files Browse the repository at this point in the history
Updated debian and mmpack packaging

Change-Id: Ie45b2590c58dbf70fd67e5b2e4a24b760c243a4c
  • Loading branch information
nbourdau committed Jan 6, 2020
1 parent 305cc5c commit 286472b
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 16 deletions.
6 changes: 3 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
# - If any interfaces have been removed since the last public release, then
# set age to 0.

m4_define([lib_current],4)
m4_define([lib_current],5)
m4_define([lib_revision],0)
m4_define([lib_age],4)
m4_define([lib_age],5)

# Setup autoconf
AC_INIT(mmlib,[1.0.0],[[email protected]])
AC_INIT(mmlib,[1.1.0],[[email protected]])
AC_CONFIG_SRCDIR([src/mmlog.h])
#AC_CONFIG_LIBOBJ_DIR([lib])
AC_CONFIG_MACRO_DIR([m4])
Expand Down
5 changes: 3 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mmlib (1.0.0+next3) UNRELEASED; urgency=medium
mmlib (1.1.0) unstable; urgency=medium

* Add mm_error_set_flags() API
* Add mm_get_environ() API
Expand All @@ -9,8 +9,9 @@ mmlib (1.0.0+next3) UNRELEASED; urgency=medium
* Define MM_ENONAME error code
* Add mm_getpeername()
* Add mm_basename() and mm_dirname()
* Add mm_rename()

-- Nicolas Bourdaud <nicolas.bourdaud@mindmaze.ch> Mon, 29 Apr 2019 10:17:51 +0200
-- Nicolas Bourdaud <nicolas.bourdaud@mindmaze.com> Mon, 06 Jan 2020 12:07:46 +0100

mmlib (1.0.0) unstable; urgency=medium

Expand Down
12 changes: 12 additions & 0 deletions debian/libmmlib0.symbols
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ libmmlib.so.0 libmmlib0 #MINVER#
mm_aligned_alloc@Base 1.0.0
mm_aligned_free@Base 1.0.0
mm_anon_shm@Base 1.0.0
mm_basename@Base 1.1.0
mm_bind@Base 1.0.0
mm_chdir@Base 1.0.0
mm_check_access@Base 1.0.0
Expand All @@ -14,18 +15,21 @@ libmmlib.so.0 libmmlib0 #MINVER#
mm_connect@Base 1.0.0
mm_create_sockclient@Base 1.0.0
mm_cross@Base 0.0.0~~experimental
mm_dirname@Base 1.1.0
mm_dl_fileext@Base 1.0.0
mm_dlclose@Base 1.0.0
mm_dlopen@Base 1.0.0
mm_dlsym@Base 1.0.0
mm_dup2@Base 1.0.0
mm_dup@Base 1.0.0
mm_error_set_flags@Base 1.1.0
mm_execv@Base 1.0.0
mm_freeaddrinfo@Base 1.0.0
mm_fstat@Base 1.0.0
mm_fsync@Base 1.0.0
mm_ftruncate@Base 1.0.0
mm_get_basedir@Base 1.0.0
mm_get_environ@Base 1.1.0
mm_get_lasterror_desc@Base 1.0.0
mm_get_lasterror_extid@Base 1.0.0
mm_get_lasterror_location@Base 1.0.0
Expand All @@ -35,6 +39,7 @@ libmmlib.so.0 libmmlib0 #MINVER#
mm_getcwd@Base 1.0.0
mm_getenv@Base 1.0.0
mm_getnameinfo@Base 1.0.0
mm_getpeername@Base 1.1.0
mm_getres@Base 1.0.0
mm_getsockname@Base 1.0.0
mm_getsockopt@Base 1.0.0
Expand All @@ -57,6 +62,7 @@ libmmlib.so.0 libmmlib0 #MINVER#
(optional)mm_quat_from_mat@Base 0.0.0~~experimental
mm_raise_error_full@Base 1.0.0
mm_raise_error_vfull@Base 1.0.0
mm_raise_from_errno_full@Base 1.1.0
mm_read@Base 1.0.0
mm_readdir@Base 1.0.0
mm_readlink@Base 1.0.0
Expand All @@ -67,6 +73,7 @@ libmmlib.so.0 libmmlib0 #MINVER#
mm_relative_sleep_ns@Base 1.0.0
mm_relative_sleep_us@Base 1.0.0
mm_remove@Base 1.0.0
mm_rename@Base 1.1.0
mm_rewinddir@Base 1.0.0
mm_rmdir@Base 1.0.0
mm_rotate@Base 0.0.0~~experimental
Expand All @@ -90,7 +97,11 @@ libmmlib.so.0 libmmlib0 #MINVER#
mm_unsetenv@Base 1.0.0
mm_wait_process@Base 1.0.0
mm_write@Base 1.0.0
mmarg_complete_path@Base 1.1.0
mmarg_is_completing@Base 1.1.0
mmarg_optv_parse@Base 1.1.0
mmarg_parse@Base 1.0.0
mmarg_parse_complete@Base 1.1.0
mmimage_buffer_size@Base 0.0.0
mmimg_alloc_buffer@Base 0.2.0
mmimg_free_buffer@Base 1.0.0
Expand All @@ -104,6 +115,7 @@ libmmlib.so.0 libmmlib0 #MINVER#
mmipc_srv_create@Base 1.0.0
mmipc_srv_destroy@Base 1.0.0
mmlog_log@Base 0.0.0~~experimental
mmlog_set_maxlvl@Base 1.1.0
mmprofile_get_data@Base 1.0.0
mmprofile_print@Base 0.1.0
mmprofile_reset@Base 0.1.0
Expand Down
10 changes: 1 addition & 9 deletions meson.build
Original file line number Diff line number Diff line change
@@ -1,20 +1,12 @@
project('mmlib', 'c',
version: '1.0.0',
version: '1.1.0',
license: 'apache2',
meson_version: '>= 0.49',
default_options: [
'c_std=c11',
'warning_level=3',
],
)
# follow semantic versionning (https://semver.org)
# * MAJOR version when you make incompatible API changes,
# * MINOR version when you add functionality in a backwards-compatible manner
# * PATCH version when you make backwards-compatible bug fixes.
major = '0'
minor = '3'
patch = '4'
version = major + '.' + minor + '.' + patch


cc = meson.get_compiler('c')
Expand Down
12 changes: 12 additions & 0 deletions mmpack/libmmlib0.provides
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,12 @@ sharedlib:
mm_aligned_alloc: 1.0.0
mm_aligned_free: 1.0.0
mm_anon_shm: 1.0.0
mmarg_complete_path: 1.1.0
mmarg_is_completing: 1.1.0
mmarg_optv_parse: 1.1.0
mmarg_parse: 1.0.0
mmarg_parse_complete: 1.1.0
mm_basename: 1.1.0
mm_bind: 1.0.0
mm_chdir: 1.0.0
mm_check_access: 1.0.0
Expand All @@ -15,12 +20,14 @@ sharedlib:
mm_connect: 1.0.0
mm_create_sockclient: 1.0.0
mm_cross: 0.0.0
mm_dirname: 1.1.0
mm_dlclose: 1.0.0
mm_dl_fileext: 1.0.0
mm_dlopen: 1.0.0
mm_dlsym: 1.0.0
mm_dup: 1.0.0
mm_dup2: 1.0.0
mm_error_set_flags: 1.1.0
mm_execv: 1.0.0
mm_freeaddrinfo: 1.0.0
_mm_freea_on_heap: 1.0.0
Expand All @@ -31,12 +38,14 @@ sharedlib:
mm_get_basedir: 1.0.0
mm_getcwd: 1.0.0
mm_getenv: 1.0.0
mm_get_environ: 1.1.0
mm_get_lasterror_desc: 1.0.0
mm_get_lasterror_extid: 1.0.0
mm_get_lasterror_location: 1.0.0
mm_get_lasterror_module: 1.0.0
mm_get_lasterror_number: 1.0.0
mm_getnameinfo: 1.0.0
mm_getpeername: 1.1.0
mm_getres: 1.0.0
mm_getsockname: 1.0.0
mm_getsockopt: 1.0.0
Expand All @@ -61,6 +70,7 @@ sharedlib:
mm_link: 1.0.0
mm_listen: 1.0.0
mmlog_log: 0.0.0
mmlog_set_maxlvl: 1.1.0
_mm_malloca_on_heap: 1.0.0
mm_mapfile: 1.0.0
mm_mat3_from_quat: 0.0.0
Expand All @@ -80,6 +90,7 @@ sharedlib:
mm_quat_from_mat3: 0.0.0
mm_raise_error_full: 1.0.0
mm_raise_error_vfull: 1.0.0
mm_raise_from_errno_full: 1.1.0
mm_read: 1.0.0
mm_readdir: 1.0.0
mm_readlink: 1.0.0
Expand All @@ -90,6 +101,7 @@ sharedlib:
mm_relative_sleep_ns: 1.0.0
mm_relative_sleep_us: 1.0.0
mm_remove: 1.0.0
mm_rename: 1.1.0
mm_rewinddir: 1.0.0
mm_rmdir: 1.0.0
mm_rotate: 0.0.0
Expand Down
2 changes: 1 addition & 1 deletion mmpack/specs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
general:
name: mmlib
version: 1.0.0+next3
version: 1.1.0
maintainer: [email protected]
url: https://github.com/mmlabs-mindmaze/mmlib
description: |
Expand Down
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ endif # windows
# * PATCH version when you make backwards-compatible bug fixes.

major = '0'
minor = '4'
minor = '5'
patch = '0'
version = major + '.' + minor + '.' + patch

Expand Down

0 comments on commit 286472b

Please sign in to comment.