Skip to content

Commit e501296

Browse files
committed
Release 20250418 - new config commands
Fixes: #12
1 parent b4b6bf2 commit e501296

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

NEWS.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Overview of changes in nmutils
1+
Overview of changes in nmutils-20250418
22
=======================================
33

4+
- Added config command to 08-ipv6-prefix and 09-ddns with tests
45
- general-functions 1.8.0 adds nmg::print_env, nmg::unset_env,
56
nmg::get_config and nmg::load_comment
67
- ddns-functions 1.6.0 adds nmddns_get_config and nmddns_get_globals

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#meson setup --prefix=/usr -Dpkg=true build
44
#meson install --destdir=destdir -C build
55

6-
project('nmutils', version: 'devel', license: 'GPL-3.0-or-later',
6+
project('nmutils', version: '20250418', license: 'GPL-3.0-or-later',
77
default_options: [ 'sysconfdir=/etc' ],
88
meson_version: '>=0.62.0') # test() verbose
99

nmutils.spec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ fi
129129
%endif
130130

131131
%changelog
132+
* Fri Apr 18 2025 Scott Shambarger <devel at shambarger.net> 20250418-1
133+
- Added config command to 08-ipv6-prefix and 09-ddns with supporting
134+
functions
135+
132136
* Mon Dec 16 2024 Scott Shambarger <devel at shambarger.net> 20241216-1
133137
- Release 20241216
134138

0 commit comments

Comments
 (0)