Commit graph

46 commits

Author SHA1 Message Date
John (J5) Palmieri
b4cbb84fe0 getting ready for 1.2 stable branch
* ChangeLog.pre-1-2: rename ChangeLog
* NEWS.pre-1-2: rename NEWS
* Makefile.am: list the pre files in EXTRA_DIST; the pre-1-0 files had not
  been added yet so do that too
2008-04-04 15:37:50 -04:00
John (J5) Palmieri
ef96f66e3b Released 1.2.1 2008-04-04 15:24:46 -04:00
John (J5) Palmieri
c0f7ba8d23 Released 1.1.20 2008-02-26 13:37:48 -05:00
John (J5) Palmieri
b1b4017980 Release 1.1.4(1.2.0RC2) 2008-01-17 15:20:25 -05:00
John (J5) Palmieri
e42caf6a34 Released 1.1.3 (1.2.0RC1) 2008-01-15 19:52:40 -05:00
Havoc Pennington
5882fcb12c 2007-07-27 Havoc Pennington <hp@redhat.com>
* release 1.1.2
2007-07-27 20:59:42 +00:00
Havoc Pennington
edf1a6c363 2007-06-18 Havoc Pennington <hp@redhat.com>
* Release 1.1.1
2007-06-18 19:49:40 +00:00
John (J5) Palmieri
8bee36147f * Released 1.1.0 2007-05-25 21:53:06 +00:00
John (J5) Palmieri
ef59a15a48 * Released 1.0.0 2006-11-08 23:35:01 +00:00
John (J5) Palmieri
1536e7d18f * Released D-Bus 1.0 RC 3(0.95) 2006-11-03 20:49:56 +00:00
John (J5) Palmieri
3026a5ed19 * configure.in: Released 1.0 RC 2(0.94)
Add check for -fPIC and enable it if available
2006-10-14 17:38:56 +00:00
John (J5) Palmieri
a480006b1c * Released 1.0 RC 1 (0.93) 2006-09-14 05:46:22 +00:00
John (J5) Palmieri
79b1e99664 * Released 0.92
* dbus/dbus-threads.c (dbus_threads_init): change the documentation
  to reflect the init late change

* bus/bus.c (bus_context_new): Check user before we fork so we can
  print out an error message a user will be able to see
2006-08-18 20:24:56 +00:00
John (J5) Palmieri
2235eac0df - Released 0.91 2006-07-24 17:48:13 +00:00
John (J5) Palmieri
a3a22a2609 * Release 0.90 2006-07-17 19:42:36 +00:00
Thiago Macieira
fc55f9adf8 * Released 0.62
(update ChangeLog and NEWS)
2006-06-12 14:00:47 +00:00
John (J5) Palmieri
0154580c52 2006-02-24 John (J5) Palmieri <johnp@redhat.com>
* Released 0.61

2006-02-24  John (J5) Palmieri  <johnp@redhat.com>

	* proxies.py: Fix the callchain
2006-02-24 18:18:41 +00:00
John (J5) Palmieri
e5118f163d * dbus/dbus-list.c (_dbus_list_insert_after_link, _dbus_list_insert_after):
remove #ifdef DBUS_BUILD_TESTS since we use these methods in production code
2005-11-30 21:23:12 +00:00
John (J5) Palmieri
bc564a69c2 * Released 0.50
* Patch from Steve Grubb:
- bus/activation.c (bus_activation_service_reload_test): clean up
some indentation
- dbus/dbus-keyring.c (_dbus_keyring_reload): fix conditional
- dbus/dbus-message-factory.c (generate_special): fix a couple of
buffer overflows in the test suite.  This is non critical because
it can not be exploited and this code is only run when doing a
make check.

* Patch from Yaakov Selkowitz: Build fixes for Cygwin
- configure.in: Don't check and link against kdecore, only qt headers
- dbus/Makefile.am: Add -no-undefined to libdbus_1_la_LDFLAGS
- gcj/org/freedesktop/dbus/Makefile.am:
add libdbus_gcj_1_la_LDFLAGS = -no-undefined
- glib/Makefile.am: Add -no-undefined to libdbus_glib_1_la_LDFLAGS
and $(DBUS_GLIB_LIBS) to dbus_binding_tool_LDADD
- qt/Makefile.am: Add -no-undefined to libdbus_qt_1_la_LDFLAGS
- tools/Makefile.am: Add platform extentions to binaries
(i.e. .exe on windows)

* configure.in:
- Make it so if no suitable version of python is found we only
disable building python instead of exiting the configure script
- Require version 2.4 of glib for glib bindings
- Up version to 0.50

* python/__init__.py: Sync version with libdbus to (0,50,0)
2005-09-06 22:38:54 +00:00
John (J5) Palmieri
b701a78aca * Release 0.36.2
* Add Havoc's patch that never got applied to HEAD (Bug #2436):

* bus/policy.c (bus_policy_allow_user): change default "user is
allowed" to be "user has same uid as the bus itself"; any
allow/deny rules will override.

* bus/session.conf.in: don't allow all users, since now by default
the user that ran the bus can connect.
2005-08-29 20:19:19 +00:00
John (J5) Palmieri
329ac511e9 - Merged changed from the DBUS_0_36_1 bugfix branch 2005-08-24 19:58:32 +00:00
John (J5) Palmieri
f94c475bfc * Release 0.36 2005-08-23 20:07:30 +00:00
John (J5) Palmieri
afc504f848 * Merge DBUS_0_35_2 branch into HEAD
2005-07-17  John (J5) Palmieri  <johnp@redhat.com>

        * NEWS: Update to 0.35.2

2005-07-17  John (J5) Palmieri  <johnp@redhat.com>

        * python/_dbus.py: Remove import of the dbus.services
        module as it no longer exists (patch from Dimitur Kirov)

        * python/service.py (Object::__init__): Fixed typo
        s/name/bus_name (patch from Dimitur Kirov)

        * python/examples/example-signal-emitter.py: import dbus.glib
        to get the main loop and use glib mainloop instead of gtk so
        X doesn't have to be running.

        * python/examples/example-signal-recipient.py: import dbus.glib
        to get the main loop and use glib mainloop instead of gtk so
        X doesn't have to be running. Import the decorators module
        directly.

        * test/glib/Makefile.am:  Added DIST_EXTRA files that distcheck
        didn't pick up on but are needed to build

        * configure.in: upped version to 0.35.2

        * bus/driver.c, bus/selinux.c, bus/selinux.h, dbus/dbus-protocol.h:
        added Colin Walters' SELinux API rename patch from head
        s/unix sercurity context/selinux security context/

2005-07-16  John (J5) Palmieri  <johnp@redhat.com>

        * python/Makefile.am: dbus_binding.pxd.in should be included
        in EXTRA_DIST not dbus_binding.pxd
        fix up $(srcdir) hopefully for the last time

        * NEWS: Update to 0.35.1
2005-07-17 21:02:56 +00:00
John (J5) Palmieri
b53a872945 * Update to 0.35 2005-07-15 20:33:35 +00:00
John (J5) Palmieri
e235a2a73a * NEWS: Update to 0.34 2005-06-15 18:32:32 +00:00
John (J5) Palmieri
d06c0d47f3 * Update to 0.33 2005-04-26 00:54:52 +00:00
John (J5) Palmieri
99127825e2 * News: Update 0.32
* HACKING: Fixed realease instructions.  configure.in should be updated to
  the next release by the person who made the last release.
2005-03-29 18:27:35 +00:00
John (J5) Palmieri
076664a5c5 * NEWS: Update for 0.31
* configure.in: Release 0.31
  add LT_CURRENT, LT_REVISION, LT_AGE for easy soname bumping

* qt/Makefile.am: fixed build

* dbus/Makefile.am: soname bump for libdbus

* glib/Makefile.am: soname bump for libdbus-glib
2005-03-07 21:10:46 +00:00
Joe Shaw
3ca8a2794b 2005-01-12 Joe Shaw <joeshaw@novell.com>
* NEWS: Update for 0.23.

	* configure.in: Release 0.23.
2005-01-12 22:55:32 +00:00
Havoc Pennington
f03e25d569 2004-08-12 Havoc Pennington <hp@redhat.com>
* NEWS: update for 0.22

	* configure.in: release 0.22
2004-08-12 23:02:41 +00:00
Havoc Pennington
4fd4d52dd6 2004-03-19 Havoc Pennington <hp@redhat.com>
* NEWS: 0.21 updates

	* configure.in: 0.21

	* doc/Makefile.am: add all XMLTO usage to DBUS_XML_DOCS_ENABLED

	* python/Makefile.am: change to avoid dist of dbus_bindings.c so
	you don't need pyrex to make dist

	* qt/Makefile.am (libdbus_qt_1_la_SOURCES): add integrator.h to
	sources; run moc
2004-03-19 22:36:31 +00:00
Havoc Pennington
221c07a435 2003-11-19 Havoc Pennington <hp@redhat.com>
* NEWS: update

        * configure.in: bump version to 0.20

	* configure.in (have_qt): add yet another place to look for qt
	(someone hand trolltech a .pc file...)
2003-11-19 21:51:09 +00:00
Havoc Pennington
b99e916792 2003-09-28 Havoc Pennington <hp@pobox.com>
* configure.in: 0.13

	* doc/Makefile.am (dbus-test-plan.html): accept nonexistence of
	stylesheet-images for benefit of Debian

	Change back to using filesystem-linked sockets for the system
	bus, so only root can create the default system bus address.

	* bus/system.conf.in: change to use
	DBUS_SYSTEM_BUS_DEFAULT_ADDRESS

	* dbus/Makefile.am (INCLUDES): remove DBUS_SYSTEM_BUS_PATH define
	from here.

	* configure.in: define DBUS_SYSTEM_BUS_DEFAULT_ADDRESS
	here, and AC_DEFINE DBUS_SYSTEM_PATH
2003-09-29 01:43:52 +00:00
Havoc Pennington
29b65fa323 2003-07-30 Havoc Pennington <hp@redhat.com>
* dbus/dbus-bus.c (init_connections_unlocked): fix default system
	bus address to be abstract if we have abstract sockets

	* NEWS: update
2003-07-30 20:14:07 +00:00
Havoc Pennington
f0f4335bd9 2003-05-15 Havoc Pennington <hp@redhat.com>
* configure.in: 0.11

	* NEWS: update

	* bus/Makefile.am (initddir): apparently we are supposed to put
	init scripts in /etc/rc.d/init.d not /etc/init.d

	* bus/Makefile.am: remove the "you must --enable-tests to make
	check" as it broke distcheck

	* bus/Makefile.am (install-data-hook): create /etc/dbus-1/system.d
2003-05-15 19:59:19 +00:00
Havoc Pennington
893d859ed4 2003-04-28 Havoc Pennington <hp@redhat.com>
* configure.in: 0.10

	* NEWS: update

	* bus/system.conf.in: add <includedir>system.d</includedir>

	* dbus/dbus-userdb.c (_dbus_user_database_lookup): fix bug when
	username was provided but not uid

	* bus/config-parser.c (struct BusConfigParser): keep track of
	whether the parser is toplevel or was included; change some
	of the error handling if it's included.
2003-04-28 19:29:42 +00:00
Havoc Pennington
e486b3a693 2003-04-11 Havoc Pennington <hp@redhat.com>
* NEWS: update

	* configure.in: 0.9
2003-04-11 20:25:34 +00:00
Havoc Pennington
2618e1a973 0.8 2003-04-06 02:44:49 +00:00
Havoc Pennington
6164a2e5f4 2003-04-05 Havoc Pennington <hp@pobox.com>
* test/Makefile.am (dist-hook): also dist *.in files

	* NEWS: update

	* configure.in: 0.7
2003-04-05 20:03:58 +00:00
Anders Carlsson
d04cc0dc29 2003-03-18 Anders Carlsson <andersca@codefactory.se>
* configure.in: 0.6

	* NEWS: Update.
2003-03-18 09:41:54 +00:00
Havoc Pennington
108f662ad2 2003-03-02 Havoc Pennington <hp@pobox.com>
* configure.in: 0.5

	* NEWS: Update.
2003-03-02 05:58:08 +00:00
Anders Carlsson
94a718b2af 2003-02-17 Anders Carlsson <andersca@codefactory.se.>
Release 0.4

	* NEWS: Update
2003-02-17 11:38:02 +00:00
Anders Carlsson
3d27cbff91 2003-02-06 Anders Carlsson <andersca@codefactory.se>
Release 0.3

	* NEWS: Update
2003-02-06 00:12:03 +00:00
Havoc Pennington
59d131e431 2003-01-15 Havoc Pennington <hp@redhat.com>
Release 0.2

	* NEWS: update
2003-01-15 18:40:30 +00:00
Havoc Pennington
93320bb5b4 2003-01-15 Havoc Pennington <hp@redhat.com>
Release 0.1.

	* NEWS: update
2003-01-15 16:37:09 +00:00
Havoc Pennington
93cff3d69f initial import of "dbus" skeleton 2002-11-21 16:41:33 +00:00