diff --git a/ChangeLog b/ChangeLog index b3b4265..61d73ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,11 @@ Changes in version 1.12.4 * test/test01_pkgquality - Davide Madrisan: When a file is detected as problematic do add its mime type. ++ update + * lib/libnetwork.lib - Davide Madrisan: + Remove the extra newline added to workaroung a bug in curl. + It's fixed now. + ------------------------------------------------------------------------------- Changes in version 1.12.3 diff --git a/lib/libnetwork.lib.in b/lib/libnetwork.lib.in index 5ca2ca6..269a902 100644 --- a/lib/libnetwork.lib.in +++ b/lib/libnetwork.lib.in @@ -691,8 +691,8 @@ repository-alias:,exit-on-err,debug-unsecure \ [ -e "$upfile" ] || notify.error $"package not found"": \`$upfile'" - # add an extra newline to workaroung a bug in curl - notify.note " + # FIXED: add an extra newline to workaroung a bug in curl + notify.note "\ * ${NOTE}$upfile${NORM} --> $destfile"