Opened 11 years ago
Closed 11 years ago
#6144 closed enhancement (fixed)
logrotate-3.8.9
| Reported by: | Owned by: | Fernando de Oliveira | |
|---|---|---|---|
| Priority: | normal | Milestone: | 7.7 |
| Component: | BOOK | Version: | SVN |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by )
New point version
https://fedorahosted.org/releases/l/o/logrotate/logrotate-3.8.9.tar.gz
Notice https.
https://fedorahosted.org/logrotate/export/473/tags/r3-8-9/CHANGES
3.8.8 -> 3.8.9
- Add new directive "createolddir" and "nocreateolddir". These
directives can be used to create the directory specified by olddir
with particular "mode", "owner" and "group".
- Continue with rotation even when first log from logset is removed
during the rotation.
- Fix crash on BSD systems introduced in 3.8.8 caused by different
qsort_r function. Function qsort is now used instead.
- Fix potential buffer overflow in usage of strncat function.
- Fix compilation with musl-libc.
- Add experimental 'renamecopy' directive to allow 'olddir' on
different physical device. See the "man logrotate" for more
information.
Change History (2)
comment:1 by , 11 years ago
| Description: | modified (diff) |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Fixed at r15508.