Merge of missing package change log hunks.

- defer_open is triggered multiple times on the same request; (bso#9196).
- Fix SEGV when using second vfs module; (bso#9471).
- Correctly detect O_DIRECT; (bso#9548).
- Mask off signals the correct way from the signal handler; (bso#9550).
- ntlm_auth.1: Fix format and make examples visible; (bso#9569).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=288
This commit is contained in:
Lars Müller
2013-01-23 13:12:10 +00:00
committed by Git OBS Bridge
parent d099b20a5b
commit 297f7f7270
6 changed files with 16 additions and 7 deletions

View File

@@ -5,6 +5,15 @@ Wed Jan 23 12:10:57 UTC 2013 - lmuelle@suse.com
+ defer_open is triggered multiple times on the same request; (bso#9196).
+ Fix SEGV when using second vfs module; (bso#9471).
-------------------------------------------------------------------
Wed Jan 23 11:23:42 UTC 2013 - lmuelle@suse.com
- defer_open is triggered multiple times on the same request; (bso#9196).
- Fix SEGV when using second vfs module; (bso#9471).
- Correctly detect O_DIRECT; (bso#9548).
- Mask off signals the correct way from the signal handler; (bso#9550).
- ntlm_auth.1: Fix format and make examples visible; (bso#9569).
-------------------------------------------------------------------
Mon Jan 21 11:02:35 UTC 2013 - lmuelle@suse.com