summaryrefslogtreecommitdiff
path: root/Software/dbus.mdwn
diff options
context:
space:
mode:
authorrhabacker <rhabacker@web>2020-12-11 17:47:59 +0000
committerIkiWiki <ikiwiki.info>2020-12-11 17:47:59 +0000
commit37d84421db1ba12dd1adda4c8f5de89554c0c1e0 (patch)
treee3692b0e087d3694beeeaa3c15679d9300e29fb8 /Software/dbus.mdwn
parent18dd0788abf3d36a41ded88bb185ed3bdafd20c2 (diff)
Update Windows port
Diffstat (limited to 'Software/dbus.mdwn')
-rw-r--r--Software/dbus.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/Software/dbus.mdwn b/Software/dbus.mdwn
index 95a84310..a1ad85bb 100644
--- a/Software/dbus.mdwn
+++ b/Software/dbus.mdwn
@@ -20,7 +20,7 @@ It should be noted that the low-level implementation is not primarily designed f
The [[list of projects using D-Bus|Software/DbusProjects]] is growing and they provide a wealth of examples of using the various APIs to learn from.
-D-Bus is very portable to any Linux or UNIX flavor, and a port to Windows is in progress.
+D-Bus is very portable to any Linux or UNIX flavor, and the port to Windows is mostly finished.
If you have any trouble with D-Bus or suggestions for improvement, bug reports and comments are very welcome.
@@ -103,9 +103,9 @@ Superseded development branches such as 1.11.x and 1.9.x are entirely unsupporte
The Windows port from the windbus and dbus4win projects was merged into the freedesktop dbus development branch several years ago, and is released as part of dbus. Thanks to all the past and current contributors to that port.
-The Windows port is knowing to work on Windows XP, Windows Vista and Windows 7, supported compiler/sdk are MSVC 2010, mingw-w32/w64(gcc) and cygwin(gcc). ''TODO: These need updating.''
+It is known that the Windows port runs on Windows Vista, 8, 10 and server variants. Supported compilers/SDK are MSVC, mingw-w32/w64(gcc) and cygwin(gcc).
-Everyone interested in having stable dbus on windows is invited to test the implementation, to reports bugs and/or to file patches.
+DBus on Windows is used by KDE, Gnome and commercial applications.
## Bindings and Independent Implementations