summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-16 12:37:59 +0000
committerSimon McVittie <simon.mcvittie@collabora.co.uk>2011-02-16 12:37:59 +0000
commit02b0fa5792b50ca340508301ced17f100d22a8d4 (patch)
tree500c790e44092d578508a5125201d2f9047c93a0 /NEWS
parent509a2e899a73a40fab42021ca51f1b9424c61586 (diff)
NEWS so far for 1.4.4
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS35
1 files changed, 35 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 2a274abb..c85196c4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,38 @@
+D-Bus 1.4.4 (UNRELEASED)
+==
+
+ • Switch back to using even micro versions for stable releases; 1.4.1
+ should have been called 1.4.2, so skip that version number
+ • Don't leave bad file descriptors being watched when spawning processes,
+ which could result in a busy-loop (fd.o #32992, NB#200248; possibly
+ also LP#656134, LP#680444, LP#713157)
+ • Check for MSG_NOSIGNAL correctly
+ • Fix failure to detect abstract socket support (fd.o #29895)
+ • Make _dbus_system_logv actually exit with DBUS_SYSTEM_LOG_FATAL
+ (fd.o #32262, NB#180486)
+ • Improve some error code paths (fd.o #29981, fd.o #32264, fd.o #32262,
+ fd.o #33128, fd.o #33277, fd.o #33126, NB#180486)
+ • Avoid possible symlink attacks in /tmp during compilation (fd.o #32854)
+ • Tidy up dead code (fd.o #25306, fd.o #33128, NB#180486)
+ • Improve gcc malloc annotations (fd.o #32710)
+ • If the system bus is launched via systemd, protect it from the OOM killer
+ • Documentation improvements (fd.o #11190)
+ • Avoid readdir_r, which is difficult to use correctly (fd.o #8284,
+ fd.o #15922, LP#241619)
+ • Cope with invalid files in session.d, system.d (fd.o #19186,
+ Debian #230231)
+ • Don't distribute generated files that embed our builddir (fd.o #30285)
+ • Raise the system bus's fd limit to be sufficient for its configuration
+ (fd.o #33474, LP#381063)
+ • Fix syslog string processing
+ • Ignore -Waddress
+ • Windows:
+ · avoid live-lock in Windows CE due to unfair condition variables
+ • OpenBSD:
+ · support credentials-passing (fd.o #32542)
+ • Solaris:
+ · opt-in to thread safety (fd.o #33464)
+
D-Bus 1.4.1 (20 December 2010)
==