Gitweb links:

...log 
http://git.netsurf-browser.org/libnsutils.git/shortlog/00f66c004fc24e381151937d15f58ee30cabce7f
...commit 
http://git.netsurf-browser.org/libnsutils.git/commit/00f66c004fc24e381151937d15f58ee30cabce7f
...tree 
http://git.netsurf-browser.org/libnsutils.git/tree/00f66c004fc24e381151937d15f58ee30cabce7f

The branch, master has been updated
       via  00f66c004fc24e381151937d15f58ee30cabce7f (commit)
       via  4b4996ba93e2ae968656a41ae44d95ec5e6b9be6 (commit)
      from  6e45ee284b3ce23343683ceee527b8411c73f24f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commitdiff 
http://git.netsurf-browser.org/libnsutils.git/commit/?id=00f66c004fc24e381151937d15f58ee30cabce7f
commit 00f66c004fc24e381151937d15f58ee30cabce7f
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Add basic README

diff --git a/README b/README
new file mode 100644
index 0000000..45e0a12
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
+Libnsutils - NetSurf utility functions
+======================================
+
+Overview
+--------
+
+  Libnsutils provides a small number of useful utility routines which
+  require platform-specific implementations.
+
+Requirements
+------------
+
+  Libnsutils requires the following tools:
+
+    + A C99 capable C compiler
+    + GNU make or compatible
+    + Pkg-config
+
+Compilation
+-----------
+
+  If necessary, modify the toolchain settings in the Makefile.
+  Invoke make:
+               $ make
+
+Verification
+------------
+
+  To verify that the library is working, it is necessary to specify a 
+  different makefile target than that used for normal compilation, thus:
+  
+               $ make test
+
+API documentation
+-----------------
+
+  Currently, there is none. However, the code is well commented and the 
+  public API may be found in the "include" directory. The testcase sources 
+  may also be of use in working out how to use it.
+


commitdiff 
http://git.netsurf-browser.org/libnsutils.git/commit/?id=4b4996ba93e2ae968656a41ae44d95ec5e6b9be6
commit 4b4996ba93e2ae968656a41ae44d95ec5e6b9be6
Author: Daniel Silverstone <[email protected]>
Commit: Daniel Silverstone <[email protected]>

    Prepare for 0.0.3

diff --git a/Makefile b/Makefile
index 2827729..51c251d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 
 # Component settings
 COMPONENT := nsutils
-COMPONENT_VERSION := 0.0.2
+COMPONENT_VERSION := 0.0.3
 # Default to a static library
 COMPONENT_TYPE ?= lib-static
 


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

Summary of changes:
 Makefile |    2 +-
 README   |   40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+), 1 deletion(-)
 create mode 100644 README

diff --git a/Makefile b/Makefile
index 2827729..51c251d 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 
 # Component settings
 COMPONENT := nsutils
-COMPONENT_VERSION := 0.0.2
+COMPONENT_VERSION := 0.0.3
 # Default to a static library
 COMPONENT_TYPE ?= lib-static
 
diff --git a/README b/README
new file mode 100644
index 0000000..45e0a12
--- /dev/null
+++ b/README
@@ -0,0 +1,40 @@
+Libnsutils - NetSurf utility functions
+======================================
+
+Overview
+--------
+
+  Libnsutils provides a small number of useful utility routines which
+  require platform-specific implementations.
+
+Requirements
+------------
+
+  Libnsutils requires the following tools:
+
+    + A C99 capable C compiler
+    + GNU make or compatible
+    + Pkg-config
+
+Compilation
+-----------
+
+  If necessary, modify the toolchain settings in the Makefile.
+  Invoke make:
+               $ make
+
+Verification
+------------
+
+  To verify that the library is working, it is necessary to specify a 
+  different makefile target than that used for normal compilation, thus:
+  
+               $ make test
+
+API documentation
+-----------------
+
+  Currently, there is none. However, the code is well commented and the 
+  public API may be found in the "include" directory. The testcase sources 
+  may also be of use in working out how to use it.
+


-- 
NetSurf generalised utility library

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to