Merge lp:~yavor-nikolov/pbzip2/bug-807536-excessive-output-permissions into lp:pbzip2/1.1
Proposed by
Yavor Nikolov
on 2011-07-11
Status: | Merged |
---|---|
Merged at revision: | 23 |
Proposed branch: | lp:~yavor-nikolov/pbzip2/bug-807536-excessive-output-permissions |
Merge into: | lp:pbzip2/1.1 |
Diff against target: |
158 lines (+65/-13) 3 files modified
ChangeLog (+2/-0) pbzip2.cpp (+61/-11) pbzip2.h (+2/-2) |
To merge this branch: | bzr merge lp:~yavor-nikolov/pbzip2/bug-807536-excessive-output-permissions |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
pbzip2 development team | 2011-07-11 | Pending | |
Review via email:
|
Commit message
Merged fix for bug #807536 (excessive output permissions while compress/decompress is in progress)
Description of the change
Fixed excessive output permissions while compress/decompress is in progress (bug #807536)
To post a comment you must log in.
lp:~yavor-nikolov/pbzip2/bug-807536-excessive-output-permissions
updated
on 2011-07-13
- 24. By Yavor Nikolov on 2011-07-13
-
Fixed excessive output permissions during compress/decompress in case of output file already existed (additional fix for bug #807536).