Gitweb links:
...log
http://git.netsurf-browser.org/libnslog.git/shortlog/63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4
...commit
http://git.netsurf-browser.org/libnslog.git/commit/63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4
...tree
http://git.netsurf-browser.org/libnslog.git/tree/63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4
The branch, master has been updated
via 63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4 (commit)
from 1940ea405b3ea49eca8e696e0f2938985c9c79ac (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/libnslog.git/commit/?id=63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4
commit 63fc81f84d3ecbbeb5ae336dae0f1be07aa329b4
Author: Vincent Sanders <[email protected]>
Commit: Vincent Sanders <[email protected]>
Prepare for 0.1.0 release
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..970f400
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.gitignore export-ignore
+.gitattributes export-ignore
+.editorconfig export-ignore
diff --git a/Makefile b/Makefile
index 5c9c7b8..6c3f2eb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# Component settings
COMPONENT := nslog
-COMPONENT_VERSION := 0.0.0
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static
-----------------------------------------------------------------------
Summary of changes:
.gitattributes | 3 +++
Makefile | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
create mode 100644 .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000..970f400
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,3 @@
+.gitignore export-ignore
+.gitattributes export-ignore
+.editorconfig export-ignore
diff --git a/Makefile b/Makefile
index 5c9c7b8..6c3f2eb 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
# Component settings
COMPONENT := nslog
-COMPONENT_VERSION := 0.0.0
+COMPONENT_VERSION := 0.1.0
# Default to a static library
COMPONENT_TYPE ?= lib-static
--
NetSurf Parametric Logging Library
_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org