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:
parent
d099b20a5b
commit
297f7f7270
@ -1 +1 @@
|
||||
SOURCE_TIMESTAMP="2913"
|
||||
SOURCE_TIMESTAMP="2914"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1bd9f54e0c7dcb63d23693c34661affb0dff4e17b7ad995d5b73f5a2785293e9
|
||||
size 32550
|
||||
oid sha256:e0f31b5abf11e1c49204bac01c740caffbf3371e5e44fdb420bec4e5277958d6
|
||||
size 32523
|
||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 2913
|
||||
%define SOURCE_TIMESTAMP 2914
|
||||
%define BRANCH %{version}
|
||||
Version: 3.6.11
|
||||
Release: 0
|
||||
|
@ -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
|
||||
|
||||
|
@ -126,7 +126,7 @@ BuildRequires: libtevent-devel
|
||||
%else
|
||||
%define build_make_smp_mflags %{?jobs:-j%jobs}
|
||||
%endif
|
||||
%define SOURCE_TIMESTAMP 2913
|
||||
%define SOURCE_TIMESTAMP 2914
|
||||
%define BRANCH %{version}
|
||||
Version: 3.6.11
|
||||
Release: 0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b7f0e103896886d94555ad83579e869612e0271af34bd32292d45a56a8a76e89
|
||||
size 53368
|
||||
oid sha256:67c73324a3059de9789637645be3f92bfb0ef9731778fc76f8d1c844d61a08c9
|
||||
size 53320
|
||||
|
Loading…
Reference in New Issue
Block a user