libnetwork.lib: remove the extra newline added to workaroung a bug in curl; it is fixed now

Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
This commit is contained in:
Davide Madrisan 2012-08-28 23:55:09 +02:00
parent 82b35315ec
commit 775f2a7049
2 changed files with 7 additions and 2 deletions

View File

@ -8,6 +8,11 @@ Changes in version 1.12.4
* test/test01_pkgquality - Davide Madrisan: * test/test01_pkgquality - Davide Madrisan:
When a file is detected as problematic do add its mime type. 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 Changes in version 1.12.3

View File

@ -691,8 +691,8 @@ repository-alias:,exit-on-err,debug-unsecure \
[ -e "$upfile" ] || notify.error $"package not found"": \`$upfile'" [ -e "$upfile" ] || notify.error $"package not found"": \`$upfile'"
# add an extra newline to workaroung a bug in curl # FIXED: add an extra newline to workaroung a bug in curl
notify.note " notify.note "\
* ${NOTE}$upfile${NORM} * ${NOTE}$upfile${NORM}
--> $destfile" --> $destfile"