[dss-commits] digitalSTROM Server branch, 0.6, updated. f9182ac624edc37a22d6ab4de5f9982417277ae8

git version control dss-commits at forum.digitalstrom.org
Fri Nov 20 13:39:21 CET 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "digitalSTROM Server".

The branch, 0.6 has been updated
       via  f9182ac624edc37a22d6ab4de5f9982417277ae8 (commit)
       via  e9b3b88b2d3683bebfc881c33c978623d0494878 (commit)
       via  c8b656b3bd38e12ab346087372595d10bc1030fe (commit)
      from  06ce01ff95c70d8d8973084a8fff2f68ed3bc3ff (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 -----------------------------------------------------------------
commit f9182ac624edc37a22d6ab4de5f9982417277ae8
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date:   Fri Nov 20 13:39:16 2009 +0100

    bump version number to 0.6-rc1

commit e9b3b88b2d3683bebfc881c33c978623d0494878
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date:   Wed Nov 18 17:59:20 2009 +0100

    don't check for mozjs via pkg-config
    
    Nowadays, we don't install the javascript libs from .debs, so we don't get the
    .pc files;

commit c8b656b3bd38e12ab346087372595d10bc1030fe
Author: Johannes Winkelmann <johannes.winkelmann at aizo.com>
Date:   Wed Nov 18 10:28:01 2009 +0100

    add favicon for setup interface (thanks to Nina)

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

Changes:
diff --git a/config.h.in b/config.h.in
index 0055a75..1a229f4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1,7 +1,7 @@
 #ifndef DIGITAL_STROM_SERVER_CONFIG_H
 #define DIGITAL_STROM_SERVER_CONFIG_H
 
-#define DSS_VERSION "0.6-beta"
+#define DSS_VERSION "0.6-rc1"
 
 /* SpiderMonkey API header */
 #cmakedefine HAVE_MOZJS_JSAPI_H
diff --git a/data/webroot/favicon.png b/data/webroot/favicon.png
new file mode 100644
index 0000000..06651f5
Binary files /dev/null and b/data/webroot/favicon.png differ
diff --git a/data/webroot/setup.html b/data/webroot/setup.html
index 977cd6f..417feae 100644
--- a/data/webroot/setup.html
+++ b/data/webroot/setup.html
@@ -5,6 +5,7 @@
 		
 		<link rel="stylesheet" type="text/css" href="js/lib/extjs/resources/css/ext-all.css" />
 		<link rel="stylesheet" type="text/css" href="js/lib/extjs/resources/css/ds_gui.css" />
+                <link href="favicon.png" rel="shortcut icon"/>
 
 		<!-- ExtJS libraries -->
 		<script type="text/javascript" src="js/lib/extjs/adapter/ext/ext-base-debug.js"></script>
diff --git a/tools/hudson_cmake_build b/tools/hudson_cmake_build
index 0a6934b..c35ec4b 100755
--- a/tools/hudson_cmake_build
+++ b/tools/hudson_cmake_build
@@ -22,7 +22,7 @@ export LANG=C
 set -e
 
 # print env information
-PACKAGES="gsoap libxml-2.0 mozilla-js"
+PACKAGES="gsoap libxml-2.0"
 for p in $PACKAGES; do
 	echo -n "$p: "
 	pkg-config --modversion $p


hooks/post-receive
-- 
digitalSTROM Server


More information about the dss-commits mailing list