[SCM] Priv Wrapper Repository - branch main updated

Andreas Schneider asn at samba.org
Mon Oct 24 10:55:09 UTC 2022


The branch, main has been updated
       via  826f7b6 Bump version to 1.0.0
       via  58da9fd Add CHANGELOG.md file
       via  625ed4a Fix markdown in README
      from  143d857 Update manpage for pledge()

https://git.samba.org/?p=priv_wrapper.git;a=shortlog;h=main


- Log -----------------------------------------------------------------
commit 826f7b6193fd41914facc449f73cbeed1cac500b
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Oct 21 11:10:18 2022 +0200

    Bump version to 1.0.0
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Pavel Filipenský <pfilipensky at samba.org>

commit 58da9fd454413eef91099bde28e36546e80beb92
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Oct 21 11:09:45 2022 +0200

    Add CHANGELOG.md file
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Pavel Filipenský <pfilipensky at samba.org>

commit 625ed4a9e275004763a844bb27cea47cd7cc57f2
Author: Andreas Schneider <asn at samba.org>
Date:   Fri Oct 21 11:12:02 2022 +0200

    Fix markdown in README
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Pavel Filipenský <pfilipensky at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 CHANGELOG.md   |  5 +++++
 CMakeLists.txt |  4 ++--
 README.md      | 14 +++++++-------
 3 files changed, 14 insertions(+), 9 deletions(-)
 create mode 100644 CHANGELOG.md


Changeset truncated at 500 lines:

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..bb2007c
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,5 @@
+CHANGELOG
+=========
+
+## Version 1.0.0 (released 2022-10-24)
+* Initial release
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9f3cda0..2c83373 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -11,7 +11,7 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake/Modules")
 include(DefineCMakeDefaults)
 include(DefineCompilerFlags)
 
-project(priv_wrapper VERSION 0.0.0 LANGUAGES C)
+project(priv_wrapper VERSION 1.0.0 LANGUAGES C)
 
 # global needed variables
 set(APPLICATION_NAME ${PROJECT_NAME})
@@ -25,7 +25,7 @@ set(APPLICATION_NAME ${PROJECT_NAME})
 #     Increment PATCH.
 set(LIBRARY_VERSION_MAJOR 0)
 set(LIBRARY_VERSION_MINOR 0)
-set(LIBRARY_VERSION_PATCH 0)
+set(LIBRARY_VERSION_PATCH 1)
 set(LIBRARY_VERSION "${LIBRARY_VERSION_MAJOR}.${LIBRARY_VERSION_MINOR}.${LIBRARY_VERSION_PATCH}")
 set(LIBRARY_SOVERSION ${LIBRARY_VERSION_MAJOR})
 
diff --git a/README.md b/README.md
index 16ea0d2..55f5939 100644
--- a/README.md
+++ b/README.md
@@ -8,11 +8,11 @@ DESCRIPTION
 
 More details can be found in the manpage:
 
-  man -l ./doc/priv_wrapper.1
+    man -l ./doc/priv_wrapper.1
 
 or the raw text version:
 
-  less ./doc/priv_wrapper.1.txt
+    less ./doc/priv_wrapper.1.txt
 
 For installation instructions please take a look at the README.install file.
 
@@ -20,11 +20,11 @@ UNIT TESTS
 -----------
 Steps to run unit tests:
 
-mkdir obj
-cd obj
-cmake -DUNIT_TESTING=ON ..
-make
-ctest  # ctest --output-on-failure
+    mkdir obj
+    cd obj
+    cmake -DUNIT_TESTING=ON ..
+    make
+    ctest  # ctest --output-on-failure
 
 MAILINGLIST
 -----------


-- 
Priv Wrapper Repository



More information about the samba-cvs mailing list