dbus COPYING, 1.5, 1.6 ChangeLog, 1.1059, 1.1060 Doxyfile.in, 1.10, 1.11 HACKING, 1.14, 1.15 configure.in, 1.159, 1.160

John Palmieri johnp at kemper.freedesktop.org
Thu Aug 3 13:34:38 PDT 2006


Update of /cvs/dbus/dbus
In directory kemper:/tmp/cvs-serv22390

Modified Files:
	COPYING ChangeLog Doxyfile.in HACKING configure.in 
Log Message:
* s/D-BUS/D-Bus/g


Index: COPYING
===================================================================
RCS file: /cvs/dbus/dbus/COPYING,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- COPYING	10 Aug 2004 03:06:59 -0000	1.5
+++ COPYING	3 Aug 2006 20:34:36 -0000	1.6
@@ -1,4 +1,4 @@
-D-BUS is licensed to you under your choice of the Academic Free
+D-Bus is licensed to you under your choice of the Academic Free
 License version 2.1, or the GNU General Public License version 2.
 Both licenses are included here. Some of the standalone binaries are
 under the GPL only; in particular, but not limited to,

Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.1059
retrieving revision 1.1060
diff -u -d -r1.1059 -r1.1060
--- ChangeLog	3 Aug 2006 20:02:37 -0000	1.1059
+++ ChangeLog	3 Aug 2006 20:34:36 -0000	1.1060
@@ -1,5 +1,9 @@
 2006-08-03  John (J5) Palmieri  <johnp at redhat.com>
 
+	* s/D-BUS/D-Bus/g
+
+2006-08-03  John (J5) Palmieri  <johnp at redhat.com>
+
 	* dbus/dbus-object-tree.c: Patch by Benjamin Otte 
 	<in7y118 at public.uni-hamburg dot de> - fix invalid
 	read/write reported by valgrind

Index: Doxyfile.in
===================================================================
RCS file: /cvs/dbus/dbus/Doxyfile.in,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- Doxyfile.in	14 Jul 2006 16:20:10 -0000	1.10
+++ Doxyfile.in	3 Aug 2006 20:34:36 -0000	1.11
@@ -3,7 +3,7 @@
 #---------------------------------------------------------------------------
 # General configuration options
 #---------------------------------------------------------------------------
-PROJECT_NAME           = D-BUS
+PROJECT_NAME           = D-Bus
 PROJECT_NUMBER         = @VERSION@
 OUTPUT_DIRECTORY       = doc/api
 OUTPUT_LANGUAGE        = English

Index: HACKING
===================================================================
RCS file: /cvs/dbus/dbus/HACKING,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- HACKING	24 Jul 2006 17:39:31 -0000	1.14
+++ HACKING	3 Aug 2006 20:34:36 -0000	1.15
@@ -5,13 +5,13 @@
 Mailing list
 ===
 
-The D-BUS mailing list is message-bus-list at freedesktop.org; discussion
+The D-Bus mailing list is message-bus-list at freedesktop.org; discussion
 of patches, etc. should go there.
 
 Security
 ===
 
-Most of D-BUS is security sensitive.  Guidelines related to that:
+Most of D-Bus is security sensitive.  Guidelines related to that:
 
  - avoid memcpy(), sprintf(), strlen(), snprintf, strlcat(),
    strstr(), strtok(), or any of this stuff. Use DBusString. 
@@ -62,7 +62,7 @@
 Making a release
 ===
 
-To make a release of D-BUS, do the following:
+To make a release of D-Bus, do the following:
 
  - check out a fresh copy from CVS
 
@@ -112,25 +112,25 @@
 Environment variables
 ===
 
-These are the environment variables that are used by the D-BUS client library
+These are the environment variables that are used by the D-Bus client library
 
 DBUS_VERBOSE=1
-Turns on printing verbose messages. This only works if D-BUS has been
+Turns on printing verbose messages. This only works if D-Bus has been
 compiled with --enable-verbose-mode
 
 DBUS_MALLOC_FAIL_NTH=n
 Can be set to a number, causing every nth call to dbus_alloc or
-dbus_realloc to fail. This only works if D-BUS has been compiled with
+dbus_realloc to fail. This only works if D-Bus has been compiled with
 --enable-tests.
 
 DBUS_MALLOC_FAIL_GREATER_THAN=n
 Can be set to a number, causing every call to dbus_alloc or
 dbus_realloc to fail if the number of bytes to be allocated is greater
-than the specified number. This only works if D-BUS has been compiled with
+than the specified number. This only works if D-Bus has been compiled with
 --enable-tests.
 
 DBUS_TEST_MALLOC_FAILURES=n
-Many of the D-BUS tests will run over and over, once for each malloc
+Many of the D-Bus tests will run over and over, once for each malloc
 involved in the test. Each run will fail a different malloc, plus some
 number of mallocs following that malloc (because a fair number of bugs
 only happen if two or more mallocs fail in a row, e.g. error recovery
@@ -147,7 +147,7 @@
 --enable-tests.
 
 dbus/dbus-test
-This is the main unit test program that tests all aspects of the D-BUS
+This is the main unit test program that tests all aspects of the D-Bus
 client library.
 
 dbus/bus-test

Index: configure.in
===================================================================
RCS file: /cvs/dbus/dbus/configure.in,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -d -r1.159 -r1.160
--- configure.in	24 Jul 2006 17:49:59 -0000	1.159
+++ configure.in	3 Aug 2006 20:34:36 -0000	1.160
@@ -642,7 +642,7 @@
     AC_CHECK_LIB(selinux, is_selinux_enabled, 
                  have_selinux=yes, have_selinux=no)
 
-    # see if we have the SELinux header with the new D-BUS stuff in it
+    # see if we have the SELinux header with the new D-Bus stuff in it
     if test x$have_selinux = xyes ; then
         AC_MSG_CHECKING([for DBUS Flask permissions in selinux/av_permissions.h])
 	AC_TRY_COMPILE([#include <selinux/av_permissions.h>],
@@ -897,7 +897,7 @@
 ## on an abstract socket (so only root can create the socket)
 DBUS_SYSTEM_BUS_DEFAULT_ADDRESS="unix:path=$DBUS_SYSTEM_SOCKET"
 AC_SUBST(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS)
-AC_DEFINE_UNQUOTED(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS, "$DBUS_SYSTEM_BUS_DEFAULT_ADDRESS",[The default D-BUS address of the system bus])
+AC_DEFINE_UNQUOTED(DBUS_SYSTEM_BUS_DEFAULT_ADDRESS, "$DBUS_SYSTEM_BUS_DEFAULT_ADDRESS",[The default D-Bus address of the system bus])
 
 #### Set up the pid file
 if ! test -z "$with_system_pid_file"; then
@@ -1014,7 +1014,7 @@
 
 dnl ==========================================================================
 echo "
-                    D-BUS $VERSION
+                    D-Bus $VERSION
                   ==============
 
 	prefix:                   ${prefix}
@@ -1079,5 +1079,5 @@
         echo "NOTE: building with assertions increases library size and decreases performance."
 fi
 if test x$enable_checks = xno; then
-        echo "NOTE: building without checks for arguments passed to public API makes it harder to debug apps using D-BUS, but will slightly decrease D-BUS library size and _very_ slightly improve performance."
+        echo "NOTE: building without checks for arguments passed to public API makes it harder to debug apps using D-Bus, but will slightly decrease D-Bus library size and _very_ slightly improve performance."
 fi



More information about the dbus-commit mailing list