[WP] 2.0.5

2006/10/29
By

Some bug fixes (around 50+). And almost the same upgrade procedure (refer to here)

But there is something new in awk since I upgrade from 4.11 to 6.1. So the new upgrade code should be:

% tar zxvf latest.tar.gz;
% mv wordpress/ wordpress_2.0.5/;
% diff -ruN wordpress_2.0.4/ wordpress_2.0.5/ | grep ‘diff -ruN’ | awk ‘{ gsub ("wordpress_2.0.4", "blog", $3); } {print "sudo cp " $4 " " $3 }’ > to_ex
% sh to_ex

The difference is function change of awk, we don’t have gensub() anymore (I don’t know when it gone).

2 Responses to [WP] 2.0.5

  1. wordpress 2.0.5 出現了… at sbhsu’s Blog on 2006/10/29 at 11:39 下午

    [...] 也使用長輩這篇文章的 script 更新版本完畢。 [...]

  2. 510619 Blog Verification on 2006/10/31 at 6:06 上午

    510619 Blog Verification…

    510619…

發表迴響

您的電子郵件位址並不會被公開。 必要欄位標記為 *

*


*