merge bundled libs with 1.7.8

fixing idents spaces tabs and version numbers for .current_version file
This commit is contained in:
Ian 2014-05-12 15:26:55 +02:00
parent c61cf9d10a
commit f4ec48675b
33 changed files with 14897 additions and 14896 deletions

View File

@ -1,12 +1,14 @@
Cache_Lite 1.5.1
HTTP_Request 1.2.4
Cache_Lite 1.54
HTTP_Request 1.43
HTTP_Request2 2.2.1
Net_CheckIP 1.1
Net_Socket 1.0.6
Net_URL 1.0.14
PEAR 1.9.4
Text_Wiki 0.25.0
XML_RPC 1.4.0
Onyx 1.0 (customized)
Smarty 2.6.9
Net_DNSBL 1.0.0
Net_CheckIP 1.5
Net_DNSBL 1.4
Net_Socket 1.24
Net_URL 1.36
Net_SURBL 1.4
Onyx (customized) 1.0
PEAR 1.83
SimplePie 1.2.1
Smarty 3.1.18
Text_Wiki 1.27
XML_RPC 1.5.5

View File

@ -188,7 +188,6 @@ class Text_Wiki_Rule_interwiki extends Text_Wiki_Rule {
$target = '';
}
return "<a $target href=\"$href\">$text</a>";
}
}

View File

@ -132,4 +132,4 @@ else
echo ""
fi
echo "REMEMBER TO UPDATE docs/RELEASE and commit SVN branch"
echo "REMEMBER TO UPDATE docs/RELEASE and commit github branch: git tag -a X.Y ; git push --tags"