You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Using this version as replacement for 2.7.x however, will not work without chang
15
15
- Logback dependency for dbus-java is now test, so exclusions for logback are no longer required when using a different logger implementation
16
16
- Logback dependency for dbus-java-utils is runtime, as most of the helper classes need logging to show progress or issues.
17
17
If you don't want to use logback when using dbus-java-utils, please specify an exclusion rule and add another slf4j logger in your pom
18
-
- Added support sending/receiving FileDescriptor (UNIX_FD, DBus type 'h') [#42](https://github.com/hypfvieh/dbus-java/issues/42)
18
+
- Added support sending/receiving FileDescriptor (UNIX_FD, DBus type 'h') (see [#42](https://github.com/hypfvieh/dbus-java/issues/42))
19
19
20
20
##### Changes in 3.0.1
21
21
- New tool (org.freedesktop.dbus.utils.generator.InterfaceCodeGenerator) to create apropriate java classes/interfaces from introspection XML (beta, will replace org.freedesktop.dbus.bin.CreateInterface)
0 commit comments