]> Kevux Git Server - kevux-firewall/commitdiff
Update: Next micro version (0.7.4).
authorKevin Day <Kevin@kevux.org>
Sun, 23 Nov 2025 05:04:47 +0000 (23:04 -0600)
committerKevin Day <Kevin@kevux.org>
Sun, 23 Nov 2025 05:04:47 +0000 (23:04 -0600)
The following are the commands that I ran to make this change:
  # find data/ sources/ specifications/ documents/ licenses/ install.sh -type f -exec sed -i -e 's|0\.7\.3|0.7.4|g' -e 's|^version_micro 3|version_micro 4|g' '{}' ';'
  # find sources/ -name *.h -exec sed -i -e 's|_program_version_micro_s F_string_ascii_3_s|_program_version_micro_s F_string_ascii_4_s|g' -e 's|_program_version_micro_s_length F_string_ascii_3_s_length|_program_version_micro_s_length F_string_ascii_4_s_length|g' '{}' ';'
  # sed -i -e 's|version_micro 3|version_micro 4|g' data/build/settings* data/build/stand_alone/settings.*

data/build/settings
data/documentation/man/man1/firewall.1
documents/readme.bootstrap.txt
documents/readme.build.txt
install.sh
sources/c/main/common/string.h

index 32eca624d595f001cb6de980b9c64f8754e1aaa0..dcb8b6aca85aa29eee7c5b2045fa5bddfb263d04 100644 (file)
@@ -21,7 +21,7 @@ build_name firewall
 
 version_major 0
 version_minor 7
-version_micro 3
+version_micro 4
 version_file micro
 version_target minor
 
index 5a2a1114d5890e222afc504e17b1355d0b22936e..41130373bfe7d1943a3297f38d8603c089acf704 100644 (file)
@@ -1,4 +1,4 @@
-.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.3" "User Commands"
+.TH FIREWALL "1" "April 2025" "Kevux - Firewall 0.7.4" "User Commands"
 .SH NAME
 firewall \- A basic iptables based firewall manager for the Kevux distribution.
 .SH SYNOPSIS
index 505b40c0c007c2a44f21427e83d21b92149cd7e6..80095c01f37479d6cc26bfdbb524cc766869ab1e 100644 (file)
@@ -49,7 +49,7 @@ Bootstrap Readme Documentation:
 
   If one of the build sub-directories, such as includes, libraries, programs, and settings, is empty or missing after a successful build, then there are no files of that type to install.
 
-  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.3" project)\:
+  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
     block:"
       build/
       ├── documents
@@ -69,8 +69,8 @@ Bootstrap Readme Documentation:
       │   ├── shared
       │   │   ├── libstatus_code.so -> libstatus_code.so.0
       │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.7
-      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.3
-      │   │   └── libstatus_code.so.0.7.3
+      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
+      │   │   └── libstatus_code.so.0.7.4
       │   └── static
       │       └── libstatus_code.a
       ├── objects
@@ -114,7 +114,7 @@ Bootstrap Readme Documentation:
           └── sources_settings-settings.main.built
     "
 
-  Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.3" project)\:
+  Work Tree Sructure Example at file:"/tmp/work" (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
     block:"
       /tmp/work/
       ├── includes
@@ -132,8 +132,8 @@ Bootstrap Readme Documentation:
           ├── shared
           │   ├── libstatus_code.so -> libstatus_code.so.0
           │   ├── libstatus_code.so.0 -> libstatus_code.so.0.7
-          │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.3
-          │   └── libstatus_code.so.0.7.3
+          │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
+          │   └── libstatus_code.so.0.7.4
           └── static
               └── libstatus_code.a
     "
index 80080605e0cb7d2541a717a6071c974217cd9d17..3eb596e23806534c9f108d98c7ed09537e583fd3 100644 (file)
@@ -50,7 +50,7 @@ Build Readme Documentation:
     code:"cp -vR build/programs/shared/* /usr/bin/"
     code:"cp -vR build/settings/* /etc/"
 
-  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.3" project)\:
+  Build Tree Structure Example (using the FLL:"Featureless Linux Library" code:"status_code-0.7.4" project)\:
     block:"
       build/
       ├── documents
@@ -70,8 +70,8 @@ Build Readme Documentation:
       │   ├── shared
       │   │   ├── libstatus_code.so -> libstatus_code.so.0
       │   │   ├── libstatus_code.so.0 -> libstatus_code.so.0.7
-      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.3
-      │   │   └── libstatus_code.so.0.7.3
+      │   │   ├── libstatus_code.so.0.7 -> libstatus_code.so.0.7.4
+      │   │   └── libstatus_code.so.0.7.4
       │   └── static
       │       └── libstatus_code.a
       ├── objects
index 11c1b95d55633a949a37ebb878fab00c668f5c77..faad9c7e076fadfedb19e3d898d6396db3b9106f 100755 (executable)
@@ -23,7 +23,7 @@ install_main() {
   local public_name="Simple FLL Project Install Script"
   local system_name=install
   local called_name=$(basename ${0})
-  local version=0.7.3
+  local version=0.7.4
 
   local grab_next=
   local do_color=dark
index d5352b1f68291da5667a6affdd780325bd721960..437ad49c0b8919dab7644758ba91c5c614d9f2c3 100644 (file)
@@ -22,11 +22,11 @@ extern "C" {
 #ifndef _di_firewall_program_version_s_
   #define FIREWALL_program_version_major_s F_string_ascii_0_s
   #define FIREWALL_program_version_minor_s F_string_ascii_7_s
-  #define FIREWALL_program_version_micro_s F_string_ascii_3_s
+  #define FIREWALL_program_version_micro_s F_string_ascii_4_s
 
   #define FIREWALL_program_version_major_s_length F_string_ascii_0_s_length
   #define FIREWALL_program_version_minor_s_length F_string_ascii_7_s_length
-  #define FIREWALL_program_version_micro_s_length F_string_ascii_3_s_length
+  #define FIREWALL_program_version_micro_s_length F_string_ascii_4_s_length
 
   #if !(defined(FIREWALL_program_version_nano_prefix_s) && defined(FIREWALL_program_version_nano_prefix_s_length))
     #define FIREWALL_program_version_nano_prefix_s