diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/COMMIT_EDITMSG ./wordpress-3.3.2/.git/COMMIT_EDITMSG *** ./wordpress-3.3.1/.git/COMMIT_EDITMSG 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/COMMIT_EDITMSG 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - Initial --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/config ./wordpress-3.3.2/.git/config *** ./wordpress-3.3.1/.git/config 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/config 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,5 **** - [core] - repositoryformatversion = 0 - filemode = true - bare = false - logallrefupdates = true --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/description ./wordpress-3.3.2/.git/description *** ./wordpress-3.3.1/.git/description 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/description 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - Unnamed repository; edit this file 'description' to name the repository. --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/HEAD ./wordpress-3.3.2/.git/HEAD *** ./wordpress-3.3.1/.git/HEAD 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/HEAD 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - ref: refs/heads/3.3.1 --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/applypatch-msg.sample ./wordpress-3.3.2/.git/hooks/applypatch-msg.sample *** ./wordpress-3.3.1/.git/hooks/applypatch-msg.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/applypatch-msg.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,15 **** - #!/bin/sh - # - # An example hook script to check the commit log message taken by - # applypatch from an e-mail message. - # - # The hook should exit with non-zero status after issuing an - # appropriate message if it wants to stop the commit. The hook is - # allowed to edit the commit message file. - # - # To enable this hook, rename this file to "applypatch-msg". - - . git-sh-setup - test -x "$GIT_DIR/hooks/commit-msg" && - exec "$GIT_DIR/hooks/commit-msg" ${1+"$@"} - : --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/commit-msg.sample ./wordpress-3.3.2/.git/hooks/commit-msg.sample *** ./wordpress-3.3.1/.git/hooks/commit-msg.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/commit-msg.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,24 **** - #!/bin/sh - # - # An example hook script to check the commit log message. - # Called by "git commit" with one argument, the name of the file - # that has the commit message. The hook should exit with non-zero - # status after issuing an appropriate message if it wants to stop the - # commit. The hook is allowed to edit the commit message file. - # - # To enable this hook, rename this file to "commit-msg". - - # Uncomment the below to add a Signed-off-by line to the message. - # Doing this in a hook is a bad idea in general, but the prepare-commit-msg - # hook is more suited to it. - # - # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') - # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" - - # This example catches duplicate Signed-off-by lines. - - test "" = "$(grep '^Signed-off-by: ' "$1" | - sort | uniq -c | sed -e '/^[ ]*1[ ]/d')" || { - echo >&2 Duplicate Signed-off-by lines. - exit 1 - } --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/post-commit.sample ./wordpress-3.3.2/.git/hooks/post-commit.sample *** ./wordpress-3.3.1/.git/hooks/post-commit.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/post-commit.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,8 **** - #!/bin/sh - # - # An example hook script that is called after a successful - # commit is made. - # - # To enable this hook, rename this file to "post-commit". - - : Nothing --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/post-receive.sample ./wordpress-3.3.2/.git/hooks/post-receive.sample *** ./wordpress-3.3.1/.git/hooks/post-receive.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/post-receive.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,15 **** - #!/bin/sh - # - # An example hook script for the "post-receive" event. - # - # The "post-receive" script is run after receive-pack has accepted a pack - # and the repository has been updated. It is passed arguments in through - # stdin in the form - # - # For example: - # aa453216d1b3e49e7f6f98441fa56946ddcd6a20 68f7abf4e6f922807889f52bc043ecd31b79f814 refs/heads/master - # - # see contrib/hooks/ for a sample, or uncomment the next line and - # rename the file to "post-receive". - - #. /usr/share/git-core/contrib/hooks/post-receive-email --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/post-update.sample ./wordpress-3.3.2/.git/hooks/post-update.sample *** ./wordpress-3.3.1/.git/hooks/post-update.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/post-update.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,8 **** - #!/bin/sh - # - # An example hook script to prepare a packed repository for use over - # dumb transports. - # - # To enable this hook, rename this file to "post-update". - - exec git update-server-info --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/pre-applypatch.sample ./wordpress-3.3.2/.git/hooks/pre-applypatch.sample *** ./wordpress-3.3.1/.git/hooks/pre-applypatch.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/pre-applypatch.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,14 **** - #!/bin/sh - # - # An example hook script to verify what is about to be committed - # by applypatch from an e-mail message. - # - # The hook should exit with non-zero status after issuing an - # appropriate message if it wants to stop the commit. - # - # To enable this hook, rename this file to "pre-applypatch". - - . git-sh-setup - test -x "$GIT_DIR/hooks/pre-commit" && - exec "$GIT_DIR/hooks/pre-commit" ${1+"$@"} - : --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/pre-commit.sample ./wordpress-3.3.2/.git/hooks/pre-commit.sample *** ./wordpress-3.3.1/.git/hooks/pre-commit.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/pre-commit.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,50 **** - #!/bin/sh - # - # An example hook script to verify what is about to be committed. - # Called by "git commit" with no arguments. The hook should - # exit with non-zero status after issuing an appropriate message if - # it wants to stop the commit. - # - # To enable this hook, rename this file to "pre-commit". - - if git rev-parse --verify HEAD >/dev/null 2>&1 - then - against=HEAD - else - # Initial commit: diff against an empty tree object - against=4b825dc642cb6eb9a060e54bf8d69288fbee4904 - fi - - # If you want to allow non-ascii filenames set this variable to true. - allownonascii=$(git config hooks.allownonascii) - - # Redirect output to stderr. - exec 1>&2 - - # Cross platform projects tend to avoid non-ascii filenames; prevent - # them from being added to the repository. We exploit the fact that the - # printable range starts at the space character and ends with tilde. - if [ "$allownonascii" != "true" ] && - # Note that the use of brackets around a tr range is ok here, (it's - # even required, for portability to Solaris 10's /usr/bin/tr), since - # the square bracket bytes happen to fall in the designated range. - test $(git diff --cached --name-only --diff-filter=A -z $against | - LC_ALL=C tr -d '[ -~]\0' | wc -c) != 0 - then - echo "Error: Attempt to add a non-ascii file name." - echo - echo "This can cause problems if you want to work" - echo "with people on other platforms." - echo - echo "To be portable it is advisable to rename the file ..." - echo - echo "If you know what you are doing you can disable this" - echo "check using:" - echo - echo " git config hooks.allownonascii true" - echo - exit 1 - fi - - # If there are whitespace errors, print the offending file names and fail. - exec git diff-index --check --cached $against -- --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/prepare-commit-msg.sample ./wordpress-3.3.2/.git/hooks/prepare-commit-msg.sample *** ./wordpress-3.3.1/.git/hooks/prepare-commit-msg.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/prepare-commit-msg.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,36 **** - #!/bin/sh - # - # An example hook script to prepare the commit log message. - # Called by "git commit" with the name of the file that has the - # commit message, followed by the description of the commit - # message's source. The hook's purpose is to edit the commit - # message file. If the hook fails with a non-zero status, - # the commit is aborted. - # - # To enable this hook, rename this file to "prepare-commit-msg". - - # This hook includes three examples. The first comments out the - # "Conflicts:" part of a merge commit. - # - # The second includes the output of "git diff --name-status -r" - # into the message, just before the "git status" output. It is - # commented because it doesn't cope with --amend or with squashed - # commits. - # - # The third example adds a Signed-off-by line to the message, that can - # still be edited. This is rarely a good idea. - - case "$2,$3" in - merge,) - /usr/bin/perl -i.bak -ne 's/^/# /, s/^# #/#/ if /^Conflicts/ .. /#/; print' "$1" ;; - - # ,|template,) - # /usr/bin/perl -i.bak -pe ' - # print "\n" . `git diff --cached --name-status -r` - # if /^#/ && $first++ == 0' "$1" ;; - - *) ;; - esac - - # SOB=$(git var GIT_AUTHOR_IDENT | sed -n 's/^\(.*>\).*$/Signed-off-by: \1/p') - # grep -qs "^$SOB" "$1" || echo "$SOB" >> "$1" --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/pre-rebase.sample ./wordpress-3.3.2/.git/hooks/pre-rebase.sample *** ./wordpress-3.3.1/.git/hooks/pre-rebase.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/pre-rebase.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,169 **** - #!/bin/sh - # - # Copyright (c) 2006, 2008 Junio C Hamano - # - # The "pre-rebase" hook is run just before "git rebase" starts doing - # its job, and can prevent the command from running by exiting with - # non-zero status. - # - # The hook is called with the following parameters: - # - # $1 -- the upstream the series was forked from. - # $2 -- the branch being rebased (or empty when rebasing the current branch). - # - # This sample shows how to prevent topic branches that are already - # merged to 'next' branch from getting rebased, because allowing it - # would result in rebasing already published history. - - publish=next - basebranch="$1" - if test "$#" = 2 - then - topic="refs/heads/$2" - else - topic=`git symbolic-ref HEAD` || - exit 0 ;# we do not interrupt rebasing detached HEAD - fi - - case "$topic" in - refs/heads/??/*) - ;; - *) - exit 0 ;# we do not interrupt others. - ;; - esac - - # Now we are dealing with a topic branch being rebased - # on top of master. Is it OK to rebase it? - - # Does the topic really exist? - git show-ref -q "$topic" || { - echo >&2 "No such branch $topic" - exit 1 - } - - # Is topic fully merged to master? - not_in_master=`git rev-list --pretty=oneline ^master "$topic"` - if test -z "$not_in_master" - then - echo >&2 "$topic is fully merged to master; better remove it." - exit 1 ;# we could allow it, but there is no point. - fi - - # Is topic ever merged to next? If so you should not be rebasing it. - only_next_1=`git rev-list ^master "^$topic" ${publish} | sort` - only_next_2=`git rev-list ^master ${publish} | sort` - if test "$only_next_1" = "$only_next_2" - then - not_in_topic=`git rev-list "^$topic" master` - if test -z "$not_in_topic" - then - echo >&2 "$topic is already up-to-date with master" - exit 1 ;# we could allow it, but there is no point. - else - exit 0 - fi - else - not_in_next=`git rev-list --pretty=oneline ^${publish} "$topic"` - /usr/bin/perl -e ' - my $topic = $ARGV[0]; - my $msg = "* $topic has commits already merged to public branch:\n"; - my (%not_in_next) = map { - /^([0-9a-f]+) /; - ($1 => 1); - } split(/\n/, $ARGV[1]); - for my $elem (map { - /^([0-9a-f]+) (.*)$/; - [$1 => $2]; - } split(/\n/, $ARGV[2])) { - if (!exists $not_in_next{$elem->[0]}) { - if ($msg) { - print STDERR $msg; - undef $msg; - } - print STDERR " $elem->[1]\n"; - } - } - ' "$topic" "$not_in_next" "$not_in_master" - exit 1 - fi - - exit 0 - - ################################################################ - - This sample hook safeguards topic branches that have been - published from being rewound. - - The workflow assumed here is: - - * Once a topic branch forks from "master", "master" is never - merged into it again (either directly or indirectly). - - * Once a topic branch is fully cooked and merged into "master", - it is deleted. If you need to build on top of it to correct - earlier mistakes, a new topic branch is created by forking at - the tip of the "master". This is not strictly necessary, but - it makes it easier to keep your history simple. - - * Whenever you need to test or publish your changes to topic - branches, merge them into "next" branch. - - The script, being an example, hardcodes the publish branch name - to be "next", but it is trivial to make it configurable via - $GIT_DIR/config mechanism. - - With this workflow, you would want to know: - - (1) ... if a topic branch has ever been merged to "next". Young - topic branches can have stupid mistakes you would rather - clean up before publishing, and things that have not been - merged into other branches can be easily rebased without - affecting other people. But once it is published, you would - not want to rewind it. - - (2) ... if a topic branch has been fully merged to "master". - Then you can delete it. More importantly, you should not - build on top of it -- other people may already want to - change things related to the topic as patches against your - "master", so if you need further changes, it is better to - fork the topic (perhaps with the same name) afresh from the - tip of "master". - - Let's look at this example: - - o---o---o---o---o---o---o---o---o---o "next" - / / / / - / a---a---b A / / - / / / / - / / c---c---c---c B / - / / / \ / - / / / b---b C \ / - / / / / \ / - ---o---o---o---o---o---o---o---o---o---o---o "master" - - - A, B and C are topic branches. - - * A has one fix since it was merged up to "next". - - * B has finished. It has been fully merged up to "master" and "next", - and is ready to be deleted. - - * C has not merged to "next" at all. - - We would want to allow C to be rebased, refuse A, and encourage - B to be deleted. - - To compute (1): - - git rev-list ^master ^topic next - git rev-list ^master next - - if these match, topic has not merged in next at all. - - To compute (2): - - git rev-list master..topic - - if this is empty, it is fully merged to "master". --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/hooks/update.sample ./wordpress-3.3.2/.git/hooks/update.sample *** ./wordpress-3.3.1/.git/hooks/update.sample 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/hooks/update.sample 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,128 **** - #!/bin/sh - # - # An example hook script to blocks unannotated tags from entering. - # Called by "git receive-pack" with arguments: refname sha1-old sha1-new - # - # To enable this hook, rename this file to "update". - # - # Config - # ------ - # hooks.allowunannotated - # This boolean sets whether unannotated tags will be allowed into the - # repository. By default they won't be. - # hooks.allowdeletetag - # This boolean sets whether deleting tags will be allowed in the - # repository. By default they won't be. - # hooks.allowmodifytag - # This boolean sets whether a tag may be modified after creation. By default - # it won't be. - # hooks.allowdeletebranch - # This boolean sets whether deleting branches will be allowed in the - # repository. By default they won't be. - # hooks.denycreatebranch - # This boolean sets whether remotely creating branches will be denied - # in the repository. By default this is allowed. - # - - # --- Command line - refname="$1" - oldrev="$2" - newrev="$3" - - # --- Safety check - if [ -z "$GIT_DIR" ]; then - echo "Don't run this script from the command line." >&2 - echo " (if you want, you could supply GIT_DIR then run" >&2 - echo " $0 )" >&2 - exit 1 - fi - - if [ -z "$refname" -o -z "$oldrev" -o -z "$newrev" ]; then - echo "Usage: $0 " >&2 - exit 1 - fi - - # --- Config - allowunannotated=$(git config --bool hooks.allowunannotated) - allowdeletebranch=$(git config --bool hooks.allowdeletebranch) - denycreatebranch=$(git config --bool hooks.denycreatebranch) - allowdeletetag=$(git config --bool hooks.allowdeletetag) - allowmodifytag=$(git config --bool hooks.allowmodifytag) - - # check for no description - projectdesc=$(sed -e '1q' "$GIT_DIR/description") - case "$projectdesc" in - "Unnamed repository"* | "") - echo "*** Project description file hasn't been set" >&2 - exit 1 - ;; - esac - - # --- Check types - # if $newrev is 0000...0000, it's a commit to delete a ref. - zero="0000000000000000000000000000000000000000" - if [ "$newrev" = "$zero" ]; then - newrev_type=delete - else - newrev_type=$(git cat-file -t $newrev) - fi - - case "$refname","$newrev_type" in - refs/tags/*,commit) - # un-annotated tag - short_refname=${refname##refs/tags/} - if [ "$allowunannotated" != "true" ]; then - echo "*** The un-annotated tag, $short_refname, is not allowed in this repository" >&2 - echo "*** Use 'git tag [ -a | -s ]' for tags you want to propagate." >&2 - exit 1 - fi - ;; - refs/tags/*,delete) - # delete tag - if [ "$allowdeletetag" != "true" ]; then - echo "*** Deleting a tag is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/tags/*,tag) - # annotated tag - if [ "$allowmodifytag" != "true" ] && git rev-parse $refname > /dev/null 2>&1 - then - echo "*** Tag '$refname' already exists." >&2 - echo "*** Modifying a tag is not allowed in this repository." >&2 - exit 1 - fi - ;; - refs/heads/*,commit) - # branch - if [ "$oldrev" = "$zero" -a "$denycreatebranch" = "true" ]; then - echo "*** Creating a branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/heads/*,delete) - # delete branch - if [ "$allowdeletebranch" != "true" ]; then - echo "*** Deleting a branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - refs/remotes/*,commit) - # tracking branch - ;; - refs/remotes/*,delete) - # delete tracking branch - if [ "$allowdeletebranch" != "true" ]; then - echo "*** Deleting a tracking branch is not allowed in this repository" >&2 - exit 1 - fi - ;; - *) - # Anything else (is there anything else?) - echo "*** Update hook: unknown type of update to ref $refname of type $newrev_type" >&2 - exit 1 - ;; - esac - - # --- Finished - exit 0 --- 0 ---- Binary files ./wordpress-3.3.1/.git/index and ./wordpress-3.3.2/.git/index differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/info/exclude ./wordpress-3.3.2/.git/info/exclude *** ./wordpress-3.3.1/.git/info/exclude 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/info/exclude 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,6 **** - # git ls-files --others --exclude-from=.git/info/exclude - # Lines that start with '#' are comments. - # For a project mostly in C, the following would be a good set of - # exclude patterns (uncomment them if you want to use them): - # *.[oa] - # *~ --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/logs/HEAD ./wordpress-3.3.2/.git/logs/HEAD *** ./wordpress-3.3.1/.git/logs/HEAD 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/logs/HEAD 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - 0000000000000000000000000000000000000000 2ccdd9ca80e9ca75320c0d6a2ed3eae82f6e46ba John Rummel 1333516797 -0500 commit (initial): Initial --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/logs/refs/heads/3.3.1 ./wordpress-3.3.2/.git/logs/refs/heads/3.3.1 *** ./wordpress-3.3.1/.git/logs/refs/heads/3.3.1 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/logs/refs/heads/3.3.1 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - 0000000000000000000000000000000000000000 2ccdd9ca80e9ca75320c0d6a2ed3eae82f6e46ba John Rummel 1333516797 -0500 commit (initial): Initial --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/00/278c85cf9b6d08485500a02d6fcf37f3e96fed and ./wordpress-3.3.2/.git/objects/00/278c85cf9b6d08485500a02d6fcf37f3e96fed differ Binary files ./wordpress-3.3.1/.git/objects/00/6580752e264c08ab186df5590e4085a71c89be and ./wordpress-3.3.2/.git/objects/00/6580752e264c08ab186df5590e4085a71c89be differ Binary files ./wordpress-3.3.1/.git/objects/00/6b1971c93d8ffe9bc4279791ca67d46f867398 and ./wordpress-3.3.2/.git/objects/00/6b1971c93d8ffe9bc4279791ca67d46f867398 differ Binary files ./wordpress-3.3.1/.git/objects/00/8a4fddb72b80b6e1af7b603ed617bc35985878 and ./wordpress-3.3.2/.git/objects/00/8a4fddb72b80b6e1af7b603ed617bc35985878 differ Binary files ./wordpress-3.3.1/.git/objects/00/b53afe6e31d2b6f4b892b91197af20d5a2b2b6 and ./wordpress-3.3.2/.git/objects/00/b53afe6e31d2b6f4b892b91197af20d5a2b2b6 differ Binary files ./wordpress-3.3.1/.git/objects/00/bf7f8b6529d0aacb3842f53de150cd506f9bb7 and ./wordpress-3.3.2/.git/objects/00/bf7f8b6529d0aacb3842f53de150cd506f9bb7 differ Binary files ./wordpress-3.3.1/.git/objects/01/2b9c7ba3dccdf1bb31b13bf1c8df1bf7367d65 and ./wordpress-3.3.2/.git/objects/01/2b9c7ba3dccdf1bb31b13bf1c8df1bf7367d65 differ Binary files ./wordpress-3.3.1/.git/objects/01/77e5bf9e063f712fccaeb6af9a07c21866c423 and ./wordpress-3.3.2/.git/objects/01/77e5bf9e063f712fccaeb6af9a07c21866c423 differ Binary files ./wordpress-3.3.1/.git/objects/01/ab46041f9bf391a19d779fba6f0dab24afa489 and ./wordpress-3.3.2/.git/objects/01/ab46041f9bf391a19d779fba6f0dab24afa489 differ Binary files ./wordpress-3.3.1/.git/objects/01/e0d5615b2d76fe96da36c11df131254f975fa4 and ./wordpress-3.3.2/.git/objects/01/e0d5615b2d76fe96da36c11df131254f975fa4 differ Binary files ./wordpress-3.3.1/.git/objects/02/54a0881101b767577c82b30a7f6a7f522e6dad and ./wordpress-3.3.2/.git/objects/02/54a0881101b767577c82b30a7f6a7f522e6dad differ Binary files ./wordpress-3.3.1/.git/objects/02/595c1f5d43cb329ec2feeb087aca9f9297367e and ./wordpress-3.3.2/.git/objects/02/595c1f5d43cb329ec2feeb087aca9f9297367e differ Binary files ./wordpress-3.3.1/.git/objects/02/7ef40e74c1ef1db832c7b3a7713e9e91e0bba1 and ./wordpress-3.3.2/.git/objects/02/7ef40e74c1ef1db832c7b3a7713e9e91e0bba1 differ Binary files ./wordpress-3.3.1/.git/objects/02/b8750847730782d9e0c35a9c938b7c67f05da8 and ./wordpress-3.3.2/.git/objects/02/b8750847730782d9e0c35a9c938b7c67f05da8 differ Binary files ./wordpress-3.3.1/.git/objects/02/f0d9a7216e8c35157d4db91bc47ae4989fa4d6 and ./wordpress-3.3.2/.git/objects/02/f0d9a7216e8c35157d4db91bc47ae4989fa4d6 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/02/f0db9a4b98e76640d9a7f68fd83671bd6c30d3 ./wordpress-3.3.2/.git/objects/02/f0db9a4b98e76640d9a7f68fd83671bd6c30d3 *** ./wordpress-3.3.1/.git/objects/02/f0db9a4b98e76640d9a7f68fd83671bd6c30d3 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/02/f0db9a4b98e76640d9a7f68fd83671bd6c30d3 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,4 **** - xTMO0u+YD6Irh9 RUyg-aYU' K"Ǜ7oz g/>d5$=9!pߵ,wZ(e^h|m$jŰꑭ.n9:aЛPkE=Hj啗["PnpM0%Z>:'!Y-̹<$g6*m(I`c&V+IR# - Σ)š^dU 2*TCa:*3KL$o|4ȤXR :ʲC-!q+;SFSJϟ}Hmc23L-S[E%"> mVAkyGsnP?&g*zRV̰Y`gj!{ P|\vRsRS#&Kk_X<يUQOFÚɏ *NvKa4XJWYa; qي 6?eæ - X5 D6V!|v1dө^eb - 3'&z&2TSe׽8vÅ۞f<\1v7bo ϣ {b5*DnqUs:HD{Q1ixF¿kYx? \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/03/0c6a1c5da093c50e42acdad72f15d7e572e0cd and ./wordpress-3.3.2/.git/objects/03/0c6a1c5da093c50e42acdad72f15d7e572e0cd differ Binary files ./wordpress-3.3.1/.git/objects/03/80a95a61d5573fd8a0eecfbb63b4998e52cce1 and ./wordpress-3.3.2/.git/objects/03/80a95a61d5573fd8a0eecfbb63b4998e52cce1 differ Binary files ./wordpress-3.3.1/.git/objects/03/8ab97f9a4328f4529725180963a21b50973c2d and ./wordpress-3.3.2/.git/objects/03/8ab97f9a4328f4529725180963a21b50973c2d differ Binary files ./wordpress-3.3.1/.git/objects/03/b905bf5bd72ff417563b7f11fffd18044f15f1 and ./wordpress-3.3.2/.git/objects/03/b905bf5bd72ff417563b7f11fffd18044f15f1 differ Binary files ./wordpress-3.3.1/.git/objects/03/c13f644817e5d174b67fd312054932c1ff0e83 and ./wordpress-3.3.2/.git/objects/03/c13f644817e5d174b67fd312054932c1ff0e83 differ Binary files ./wordpress-3.3.1/.git/objects/03/dadce8c35e7c06d7f806c841a6b31517802dd6 and ./wordpress-3.3.2/.git/objects/03/dadce8c35e7c06d7f806c841a6b31517802dd6 differ Binary files ./wordpress-3.3.1/.git/objects/03/e06512794a761c81d3ce7e59c820a17a71e099 and ./wordpress-3.3.2/.git/objects/03/e06512794a761c81d3ce7e59c820a17a71e099 differ Binary files ./wordpress-3.3.1/.git/objects/04/5f2b260a200222721d5bb85cbbbf30c3623976 and ./wordpress-3.3.2/.git/objects/04/5f2b260a200222721d5bb85cbbbf30c3623976 differ Binary files ./wordpress-3.3.1/.git/objects/04/780150b1687255e4f6c7a58184ce0f29e1b4b4 and ./wordpress-3.3.2/.git/objects/04/780150b1687255e4f6c7a58184ce0f29e1b4b4 differ Binary files ./wordpress-3.3.1/.git/objects/04/a7917fcc987bf79b78589a0afb5e2df921c586 and ./wordpress-3.3.2/.git/objects/04/a7917fcc987bf79b78589a0afb5e2df921c586 differ Binary files ./wordpress-3.3.1/.git/objects/04/ff488b06bd5d4adcb0b5ad3a46edc267a72c94 and ./wordpress-3.3.2/.git/objects/04/ff488b06bd5d4adcb0b5ad3a46edc267a72c94 differ Binary files ./wordpress-3.3.1/.git/objects/05/0bbd1666a929e919a244e2af13cbc7f1f7eb49 and ./wordpress-3.3.2/.git/objects/05/0bbd1666a929e919a244e2af13cbc7f1f7eb49 differ Binary files ./wordpress-3.3.1/.git/objects/05/85ec462db4509e4fa43240b1df2a591b41939b and ./wordpress-3.3.2/.git/objects/05/85ec462db4509e4fa43240b1df2a591b41939b differ Binary files ./wordpress-3.3.1/.git/objects/05/89e60317e28b619d6fb84da3bb2d830ca766aa and ./wordpress-3.3.2/.git/objects/05/89e60317e28b619d6fb84da3bb2d830ca766aa differ Binary files ./wordpress-3.3.1/.git/objects/06/5a00457cfe526a159777aa70076be10a7c03b5 and ./wordpress-3.3.2/.git/objects/06/5a00457cfe526a159777aa70076be10a7c03b5 differ Binary files ./wordpress-3.3.1/.git/objects/06/6ee5909ce7faa69d47221f9cda27de05502e3e and ./wordpress-3.3.2/.git/objects/06/6ee5909ce7faa69d47221f9cda27de05502e3e differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/06/7f36c2c65bd295baecb94e5d106adbb9ad8dd1 ./wordpress-3.3.2/.git/objects/06/7f36c2c65bd295baecb94e5d106adbb9ad8dd1 *** ./wordpress-3.3.1/.git/objects/06/7f36c2c65bd295baecb94e5d106adbb9ad8dd1 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/06/7f36c2c65bd295baecb94e5d106adbb9ad8dd1 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,6 **** - xVo6 ޫW^/͒..k8.ú :i-OEQerζ'[)~$?Rrǯ^ӛj[ gIεfMhh%*ǥh - 0Pw-2Y&/-h.*%Ulm - Ĉ]Mv2XAu^w1躹[V[DSO!z!k7c`vldz(7C>L6⏼TtYS97Diw^;ڡK>$S(z`d">o?Zyx( \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/06/812cb4109b0b236b9659c570458842e39c6416 and ./wordpress-3.3.2/.git/objects/06/812cb4109b0b236b9659c570458842e39c6416 differ Binary files ./wordpress-3.3.1/.git/objects/06/91b04709e82f51308b368bbbb6004e91ed98ae and ./wordpress-3.3.2/.git/objects/06/91b04709e82f51308b368bbbb6004e91ed98ae differ Binary files ./wordpress-3.3.1/.git/objects/07/92e1fef5b7c1b496b98be2137be070790cbaa1 and ./wordpress-3.3.2/.git/objects/07/92e1fef5b7c1b496b98be2137be070790cbaa1 differ Binary files ./wordpress-3.3.1/.git/objects/07/c83968e8a424458bd510318e25af7a4e4d6308 and ./wordpress-3.3.2/.git/objects/07/c83968e8a424458bd510318e25af7a4e4d6308 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/07/d919c6d44541cc2e992a2bc1bd3e0a72743602 ./wordpress-3.3.2/.git/objects/07/d919c6d44541cc2e992a2bc1bd3e0a72743602 *** ./wordpress-3.3.1/.git/objects/07/d919c6d44541cc2e992a2bc1bd3e0a72743602 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/07/d919c6d44541cc2e992a2bc1bd3e0a72743602 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xU - 0ߖ⠠X'i~bLBSv\;N[Q֋m ,p0pF6ֻ8f3I}PKm'Z - 2ZEv |99䲨d6Qy9Fѻ~Dt#9V \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/08/315122d3acaf933bb28b490eedf943957156bc and ./wordpress-3.3.2/.git/objects/08/315122d3acaf933bb28b490eedf943957156bc differ Binary files ./wordpress-3.3.1/.git/objects/09/cb2156cc85bf455c698d7fcb9ec471cdb83bd8 and ./wordpress-3.3.2/.git/objects/09/cb2156cc85bf455c698d7fcb9ec471cdb83bd8 differ Binary files ./wordpress-3.3.1/.git/objects/09/ebeaad7db39ace4df1976c937055bfcbfa715f and ./wordpress-3.3.2/.git/objects/09/ebeaad7db39ace4df1976c937055bfcbfa715f differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/0a/4ea56ab1018989090b694720674586eca2d958 ./wordpress-3.3.2/.git/objects/0a/4ea56ab1018989090b694720674586eca2d958 *** ./wordpress-3.3.1/.git/objects/0a/4ea56ab1018989090b694720674586eca2d958 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/0a/4ea56ab1018989090b694720674586eca2d958 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x= D={k큶zXěGB˦"/qgNo\;*\:舐HR!HVH2jgKgC&9"+aR3}퀰 o]3FLP5KgGXȔwCNKǜN RF \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/0a/f3c1215e7ead9eb64e5fb9708bd10cf29efd7f and ./wordpress-3.3.2/.git/objects/0a/f3c1215e7ead9eb64e5fb9708bd10cf29efd7f differ Binary files ./wordpress-3.3.1/.git/objects/0b/1a769764f54a10b837935c00ed190b049d6b3d and ./wordpress-3.3.2/.git/objects/0b/1a769764f54a10b837935c00ed190b049d6b3d differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/0b/2cfd26f4b8c9ff93a508761576593313e99a5e ./wordpress-3.3.2/.git/objects/0b/2cfd26f4b8c9ff93a508761576593313e99a5e *** ./wordpress-3.3.1/.git/objects/0b/2cfd26f4b8c9ff93a508761576593313e99a5e 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/0b/2cfd26f4b8c9ff93a508761576593313e99a5e 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xUN0NM"Pz?7qzKWMvqwg0ʀb{A]qƔ(S>K<º{N9QiU?;»D)ya9Ncęw^2R"?I$WxHG2Rbt?ӥ - RG+p2۴h9bLvBB^2a$K$ק\Syςea \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/0b/448aa4b628184535079217a67b1b10f135d4e3 and ./wordpress-3.3.2/.git/objects/0b/448aa4b628184535079217a67b1b10f135d4e3 differ Binary files ./wordpress-3.3.1/.git/objects/0b/93a89b9a0f089342cecaf4deaef48382523d03 and ./wordpress-3.3.2/.git/objects/0b/93a89b9a0f089342cecaf4deaef48382523d03 differ Binary files ./wordpress-3.3.1/.git/objects/0b/d1536a020e49635f08004b9b15015e28c302e8 and ./wordpress-3.3.2/.git/objects/0b/d1536a020e49635f08004b9b15015e28c302e8 differ Binary files ./wordpress-3.3.1/.git/objects/0b/d6a92b858a1973bc7080dfb5a65f4f6746dd97 and ./wordpress-3.3.2/.git/objects/0b/d6a92b858a1973bc7080dfb5a65f4f6746dd97 differ Binary files ./wordpress-3.3.1/.git/objects/0b/dcc5ec972638073e627ef3e06233660afa15df and ./wordpress-3.3.2/.git/objects/0b/dcc5ec972638073e627ef3e06233660afa15df differ Binary files ./wordpress-3.3.1/.git/objects/0c/2824ac746db7c55bb1e8f2ca6297bcf953c758 and ./wordpress-3.3.2/.git/objects/0c/2824ac746db7c55bb1e8f2ca6297bcf953c758 differ Binary files ./wordpress-3.3.1/.git/objects/0c/3ccb3cac8a5d8b0a84c431062f3885931e26cb and ./wordpress-3.3.2/.git/objects/0c/3ccb3cac8a5d8b0a84c431062f3885931e26cb differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/0c/49e06983f1fff4bc0834b4d86ce39b8a36a914 ./wordpress-3.3.2/.git/objects/0c/49e06983f1fff4bc0834b4d86ce39b8a36a914 *** ./wordpress-3.3.1/.git/objects/0c/49e06983f1fff4bc0834b4d86ce39b8a36a914 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/0c/49e06983f1fff4bc0834b4d86ce39b8a36a914 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xKOR047dptLgg+s O2  OF  Ysg\zNR\i:efeqͷo*`>vJ8$Ƙ_,So-/EFnoڎفyus׋= \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/0c/9eccdb85c1d3f580be819694294d21687b32d8 and ./wordpress-3.3.2/.git/objects/0c/9eccdb85c1d3f580be819694294d21687b32d8 differ Binary files ./wordpress-3.3.1/.git/objects/0c/b111bbb9db6db6def7b0947ea4ccd5f52bd5b9 and ./wordpress-3.3.2/.git/objects/0c/b111bbb9db6db6def7b0947ea4ccd5f52bd5b9 differ Binary files ./wordpress-3.3.1/.git/objects/0d/1dc7adaddcae26915f927c0a6bd6a435ad9ad8 and ./wordpress-3.3.2/.git/objects/0d/1dc7adaddcae26915f927c0a6bd6a435ad9ad8 differ Binary files ./wordpress-3.3.1/.git/objects/0d/5cae01e9317debd027b912c7ffc44822c8bd66 and ./wordpress-3.3.2/.git/objects/0d/5cae01e9317debd027b912c7ffc44822c8bd66 differ Binary files ./wordpress-3.3.1/.git/objects/0d/6beb1ad070298ff26e30c115d85fd60ca79160 and ./wordpress-3.3.2/.git/objects/0d/6beb1ad070298ff26e30c115d85fd60ca79160 differ Binary files ./wordpress-3.3.1/.git/objects/0d/94f07a6cb423d346eca57de017a9f2b51001c2 and ./wordpress-3.3.2/.git/objects/0d/94f07a6cb423d346eca57de017a9f2b51001c2 differ Binary files ./wordpress-3.3.1/.git/objects/0e/1a86a0825c581362cb852f238960fdf8bf9a82 and ./wordpress-3.3.2/.git/objects/0e/1a86a0825c581362cb852f238960fdf8bf9a82 differ Binary files ./wordpress-3.3.1/.git/objects/0e/2027a1eac7106a566b3559116f41ab651599b8 and ./wordpress-3.3.2/.git/objects/0e/2027a1eac7106a566b3559116f41ab651599b8 differ Binary files ./wordpress-3.3.1/.git/objects/0e/3d1c4c1393ee48b915ced06ed3ba375ee4f53f and ./wordpress-3.3.2/.git/objects/0e/3d1c4c1393ee48b915ced06ed3ba375ee4f53f differ Binary files ./wordpress-3.3.1/.git/objects/0e/7e227b968401064f4015745187ecbe725af4a6 and ./wordpress-3.3.2/.git/objects/0e/7e227b968401064f4015745187ecbe725af4a6 differ Binary files ./wordpress-3.3.1/.git/objects/0e/987edef41f4aff606de979f3029a647a2df76c and ./wordpress-3.3.2/.git/objects/0e/987edef41f4aff606de979f3029a647a2df76c differ Binary files ./wordpress-3.3.1/.git/objects/0e/9f702357af08317c8ed327c638496ea606b474 and ./wordpress-3.3.2/.git/objects/0e/9f702357af08317c8ed327c638496ea606b474 differ Binary files ./wordpress-3.3.1/.git/objects/0e/a764783f3c3dc4542e6d4eca90b642ef9ab503 and ./wordpress-3.3.2/.git/objects/0e/a764783f3c3dc4542e6d4eca90b642ef9ab503 differ Binary files ./wordpress-3.3.1/.git/objects/0e/bc4f3fcecc800a67a4809b4f67fc62de34f1e5 and ./wordpress-3.3.2/.git/objects/0e/bc4f3fcecc800a67a4809b4f67fc62de34f1e5 differ Binary files ./wordpress-3.3.1/.git/objects/0e/d560c1913986eed2f7506625e7b1d5f6f49478 and ./wordpress-3.3.2/.git/objects/0e/d560c1913986eed2f7506625e7b1d5f6f49478 differ Binary files ./wordpress-3.3.1/.git/objects/0f/06c7f171be0f2c4beb0109e653dbaf89568867 and ./wordpress-3.3.2/.git/objects/0f/06c7f171be0f2c4beb0109e653dbaf89568867 differ Binary files ./wordpress-3.3.1/.git/objects/0f/07a93785dbf34daba8af50f40dab0930b6e2a8 and ./wordpress-3.3.2/.git/objects/0f/07a93785dbf34daba8af50f40dab0930b6e2a8 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/0f/0857181f79555d793bef90e4f52fd46fe19b45 ./wordpress-3.3.2/.git/objects/0f/0857181f79555d793bef90e4f52fd46fe19b45 *** ./wordpress-3.3.1/.git/objects/0f/0857181f79555d793bef90e4f52fd46fe19b45 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/0f/0857181f79555d793bef90e4f52fd46fe19b45 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xSM0wI.K N{qЅJ1=kʲ%gM7CW|7kkxl@k'G$bC A֛Ak=υj7QBpT'{m!%$rnX:CK%sOBs($?'XB2"D j - EGu[Z1J k8dN`zy\ݠHF>g\@=jɪ!Z1VN䩅ZyD{Sg{w%I0.uDi2Lb%;|YĒ݈fql-L㼁gQd \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/11/16ff434119bca48c354e851b2619da8ab3d00b and ./wordpress-3.3.2/.git/objects/11/16ff434119bca48c354e851b2619da8ab3d00b differ Binary files ./wordpress-3.3.1/.git/objects/11/3e5a0e8f33b5396e361d7440448ae091c640d2 and ./wordpress-3.3.2/.git/objects/11/3e5a0e8f33b5396e361d7440448ae091c640d2 differ Binary files ./wordpress-3.3.1/.git/objects/11/9350fc3abe01785061fbbc3db359a4acc1c4a4 and ./wordpress-3.3.2/.git/objects/11/9350fc3abe01785061fbbc3db359a4acc1c4a4 differ Binary files ./wordpress-3.3.1/.git/objects/12/dc661a37b550e1f3906a311d7f6b203cadb827 and ./wordpress-3.3.2/.git/objects/12/dc661a37b550e1f3906a311d7f6b203cadb827 differ Binary files ./wordpress-3.3.1/.git/objects/12/e231a8179a4f2e8c62efc83c4fd0fbc1336e60 and ./wordpress-3.3.2/.git/objects/12/e231a8179a4f2e8c62efc83c4fd0fbc1336e60 differ Binary files ./wordpress-3.3.1/.git/objects/13/304ce2d880ebb05671cef76838c067a270b563 and ./wordpress-3.3.2/.git/objects/13/304ce2d880ebb05671cef76838c067a270b563 differ Binary files ./wordpress-3.3.1/.git/objects/13/390e22954c58a6b1dcf72733e80e1e7480057f and ./wordpress-3.3.2/.git/objects/13/390e22954c58a6b1dcf72733e80e1e7480057f differ Binary files ./wordpress-3.3.1/.git/objects/13/626a98270cb306b1f0bbebdd77a24fd3aba6fa and ./wordpress-3.3.2/.git/objects/13/626a98270cb306b1f0bbebdd77a24fd3aba6fa differ Binary files ./wordpress-3.3.1/.git/objects/13/6683987790413cd5dfc4150c26c4400e93ada6 and ./wordpress-3.3.2/.git/objects/13/6683987790413cd5dfc4150c26c4400e93ada6 differ Binary files ./wordpress-3.3.1/.git/objects/13/a5cb03097c004f7b37658654a9250748cf073c and ./wordpress-3.3.2/.git/objects/13/a5cb03097c004f7b37658654a9250748cf073c differ Binary files ./wordpress-3.3.1/.git/objects/13/f3fa64dd7aee3835861516bd4a5e51de297ac7 and ./wordpress-3.3.2/.git/objects/13/f3fa64dd7aee3835861516bd4a5e51de297ac7 differ Binary files ./wordpress-3.3.1/.git/objects/14/ed2ab4f1a2fcce547e62b0ee92a0f6846ca508 and ./wordpress-3.3.2/.git/objects/14/ed2ab4f1a2fcce547e62b0ee92a0f6846ca508 differ Binary files ./wordpress-3.3.1/.git/objects/15/02f70983a1a5226b434f3a3b5828c64728ae36 and ./wordpress-3.3.2/.git/objects/15/02f70983a1a5226b434f3a3b5828c64728ae36 differ Binary files ./wordpress-3.3.1/.git/objects/15/3091519110c1f41ca6a228cd82feff812827fa and ./wordpress-3.3.2/.git/objects/15/3091519110c1f41ca6a228cd82feff812827fa differ Binary files ./wordpress-3.3.1/.git/objects/15/7cc33448107bb637cc264980f25d84cfcaf32c and ./wordpress-3.3.2/.git/objects/15/7cc33448107bb637cc264980f25d84cfcaf32c differ Binary files ./wordpress-3.3.1/.git/objects/15/b149acee45a90f62bc59f895fef0fb91a3e505 and ./wordpress-3.3.2/.git/objects/15/b149acee45a90f62bc59f895fef0fb91a3e505 differ Binary files ./wordpress-3.3.1/.git/objects/15/c6dbca68ba56e5862fc38d2fd74e29aa699744 and ./wordpress-3.3.2/.git/objects/15/c6dbca68ba56e5862fc38d2fd74e29aa699744 differ Binary files ./wordpress-3.3.1/.git/objects/15/fd1d1115fe742675f419f64efde24ff52e6510 and ./wordpress-3.3.2/.git/objects/15/fd1d1115fe742675f419f64efde24ff52e6510 differ Binary files ./wordpress-3.3.1/.git/objects/16/8c65e33f5fe6c36978f937d3e5acf89eb7cb57 and ./wordpress-3.3.2/.git/objects/16/8c65e33f5fe6c36978f937d3e5acf89eb7cb57 differ Binary files ./wordpress-3.3.1/.git/objects/17/13f371e7966590bbdcab1b64301d5f5f362b03 and ./wordpress-3.3.2/.git/objects/17/13f371e7966590bbdcab1b64301d5f5f362b03 differ Binary files ./wordpress-3.3.1/.git/objects/17/3401ba5f118eab4be853d9fffc15c5bf88e677 and ./wordpress-3.3.2/.git/objects/17/3401ba5f118eab4be853d9fffc15c5bf88e677 differ Binary files ./wordpress-3.3.1/.git/objects/17/34a8a4cc39322735d40ad5c5c41d0611774eb2 and ./wordpress-3.3.2/.git/objects/17/34a8a4cc39322735d40ad5c5c41d0611774eb2 differ Binary files ./wordpress-3.3.1/.git/objects/17/c2eee3165e8fb13ecb9078a95a5454a5a9aa18 and ./wordpress-3.3.2/.git/objects/17/c2eee3165e8fb13ecb9078a95a5454a5a9aa18 differ Binary files ./wordpress-3.3.1/.git/objects/17/e0e670b176e67d0a2eb939fe9946be10b3c4e4 and ./wordpress-3.3.2/.git/objects/17/e0e670b176e67d0a2eb939fe9946be10b3c4e4 differ Binary files ./wordpress-3.3.1/.git/objects/17/ead786845a3e5ff71bc0ccf8d08ad60c1d3010 and ./wordpress-3.3.2/.git/objects/17/ead786845a3e5ff71bc0ccf8d08ad60c1d3010 differ Binary files ./wordpress-3.3.1/.git/objects/18/37b0acbe16906b8643f1ded1a32f5b05d64e36 and ./wordpress-3.3.2/.git/objects/18/37b0acbe16906b8643f1ded1a32f5b05d64e36 differ Binary files ./wordpress-3.3.1/.git/objects/18/8aba3d9b7d01a1ec6a21ff828d6aed0dd92906 and ./wordpress-3.3.2/.git/objects/18/8aba3d9b7d01a1ec6a21ff828d6aed0dd92906 differ Binary files ./wordpress-3.3.1/.git/objects/18/de01f73f8cef3e23ccdbd317170dbdc69bed2c and ./wordpress-3.3.2/.git/objects/18/de01f73f8cef3e23ccdbd317170dbdc69bed2c differ Binary files ./wordpress-3.3.1/.git/objects/19/011948bbb693b979585bf9654a6c84964a3628 and ./wordpress-3.3.2/.git/objects/19/011948bbb693b979585bf9654a6c84964a3628 differ Binary files ./wordpress-3.3.1/.git/objects/19/9817244219193f45b6f45d1c0aa24de9fb8aa6 and ./wordpress-3.3.2/.git/objects/19/9817244219193f45b6f45d1c0aa24de9fb8aa6 differ Binary files ./wordpress-3.3.1/.git/objects/19/a245fadcf8082f1521e8159331298735e9a726 and ./wordpress-3.3.2/.git/objects/19/a245fadcf8082f1521e8159331298735e9a726 differ Binary files ./wordpress-3.3.1/.git/objects/19/ac828adb368100f522c5dde2b37f2054687f78 and ./wordpress-3.3.2/.git/objects/19/ac828adb368100f522c5dde2b37f2054687f78 differ Binary files ./wordpress-3.3.1/.git/objects/19/bdaa48a06803a036f9942d2e5128ded42bb2ab and ./wordpress-3.3.2/.git/objects/19/bdaa48a06803a036f9942d2e5128ded42bb2ab differ Binary files ./wordpress-3.3.1/.git/objects/1a/285a2a9a1371a2feeae561b7511e26bf344608 and ./wordpress-3.3.2/.git/objects/1a/285a2a9a1371a2feeae561b7511e26bf344608 differ Binary files ./wordpress-3.3.1/.git/objects/1a/353d2e99dd7fb8a4488bb09f92e2be2fea9fb2 and ./wordpress-3.3.2/.git/objects/1a/353d2e99dd7fb8a4488bb09f92e2be2fea9fb2 differ Binary files ./wordpress-3.3.1/.git/objects/1a/430195f0097412b1c54a1bd9483e2e49af9b31 and ./wordpress-3.3.2/.git/objects/1a/430195f0097412b1c54a1bd9483e2e49af9b31 differ Binary files ./wordpress-3.3.1/.git/objects/1a/5504236fc729c691731f1f9d065cfc43d40426 and ./wordpress-3.3.2/.git/objects/1a/5504236fc729c691731f1f9d065cfc43d40426 differ Binary files ./wordpress-3.3.1/.git/objects/1a/5cbb5681717d0799a209aeb909be2a50471a42 and ./wordpress-3.3.2/.git/objects/1a/5cbb5681717d0799a209aeb909be2a50471a42 differ Binary files ./wordpress-3.3.1/.git/objects/1a/8d5b7e27125ea93c74e2d1ffcc3b15fb2a0f56 and ./wordpress-3.3.2/.git/objects/1a/8d5b7e27125ea93c74e2d1ffcc3b15fb2a0f56 differ Binary files ./wordpress-3.3.1/.git/objects/1b/3e8c933896748601e83fde4b55dafdf2dd7c82 and ./wordpress-3.3.2/.git/objects/1b/3e8c933896748601e83fde4b55dafdf2dd7c82 differ Binary files ./wordpress-3.3.1/.git/objects/1b/529bae23eb9ccd82acd8dda1c7ceb4b42c0e37 and ./wordpress-3.3.2/.git/objects/1b/529bae23eb9ccd82acd8dda1c7ceb4b42c0e37 differ Binary files ./wordpress-3.3.1/.git/objects/1b/750d585a7218919f16d8c1b10fbbfeb7d96400 and ./wordpress-3.3.2/.git/objects/1b/750d585a7218919f16d8c1b10fbbfeb7d96400 differ Binary files ./wordpress-3.3.1/.git/objects/1b/8f8b33911ead2aa5bfb242ad21d92c89d9e702 and ./wordpress-3.3.2/.git/objects/1b/8f8b33911ead2aa5bfb242ad21d92c89d9e702 differ Binary files ./wordpress-3.3.1/.git/objects/1b/a21e3ce3d772a542c80a3f57097e723c7a1ed6 and ./wordpress-3.3.2/.git/objects/1b/a21e3ce3d772a542c80a3f57097e723c7a1ed6 differ Binary files ./wordpress-3.3.1/.git/objects/1b/d267fa52b81c5585d4a945e48c29eba61ea5d1 and ./wordpress-3.3.2/.git/objects/1b/d267fa52b81c5585d4a945e48c29eba61ea5d1 differ Binary files ./wordpress-3.3.1/.git/objects/1c/5f8e14f34d62c8d01ebb2c87d9bdac8b24916f and ./wordpress-3.3.2/.git/objects/1c/5f8e14f34d62c8d01ebb2c87d9bdac8b24916f differ Binary files ./wordpress-3.3.1/.git/objects/1c/b361377972bf27e58c4408f813fc417341cbfb and ./wordpress-3.3.2/.git/objects/1c/b361377972bf27e58c4408f813fc417341cbfb differ Binary files ./wordpress-3.3.1/.git/objects/1c/cddba3497b4b4eb8c962fc1080a2e5e94f1140 and ./wordpress-3.3.2/.git/objects/1c/cddba3497b4b4eb8c962fc1080a2e5e94f1140 differ Binary files ./wordpress-3.3.1/.git/objects/1c/ea78ac2ba02c5e429b4128c2cdf0ecc4058b20 and ./wordpress-3.3.2/.git/objects/1c/ea78ac2ba02c5e429b4128c2cdf0ecc4058b20 differ Binary files ./wordpress-3.3.1/.git/objects/1d/863d6ea18372ad8d066aa7b444168f5a1b985a and ./wordpress-3.3.2/.git/objects/1d/863d6ea18372ad8d066aa7b444168f5a1b985a differ Binary files ./wordpress-3.3.1/.git/objects/1d/db70f01816a72b2141062b6bca0f29b9f5cd03 and ./wordpress-3.3.2/.git/objects/1d/db70f01816a72b2141062b6bca0f29b9f5cd03 differ Binary files ./wordpress-3.3.1/.git/objects/1d/ea2b99600b5c2c9af2a69b64a0c391f92c298b and ./wordpress-3.3.2/.git/objects/1d/ea2b99600b5c2c9af2a69b64a0c391f92c298b differ Binary files ./wordpress-3.3.1/.git/objects/1d/fa18585118d0b9b614df856dbaa613b4205a4e and ./wordpress-3.3.2/.git/objects/1d/fa18585118d0b9b614df856dbaa613b4205a4e differ Binary files ./wordpress-3.3.1/.git/objects/1d/ffbd5c7b3c6064c0eacc65fc7e0bdf4f90d128 and ./wordpress-3.3.2/.git/objects/1d/ffbd5c7b3c6064c0eacc65fc7e0bdf4f90d128 differ Binary files ./wordpress-3.3.1/.git/objects/1e/35e745317a2452e815ff2b9f50830f16c92c6a and ./wordpress-3.3.2/.git/objects/1e/35e745317a2452e815ff2b9f50830f16c92c6a differ Binary files ./wordpress-3.3.1/.git/objects/1e/53560e0aa7bb1b9a0373fc2f330acab7d1d51f and ./wordpress-3.3.2/.git/objects/1e/53560e0aa7bb1b9a0373fc2f330acab7d1d51f differ Binary files ./wordpress-3.3.1/.git/objects/1e/ae8576c721b53f111115330b8e6da0849bbff3 and ./wordpress-3.3.2/.git/objects/1e/ae8576c721b53f111115330b8e6da0849bbff3 differ Binary files ./wordpress-3.3.1/.git/objects/1f/1aeeadcfaf1e8955aa2df319e506924218634f and ./wordpress-3.3.2/.git/objects/1f/1aeeadcfaf1e8955aa2df319e506924218634f differ Binary files ./wordpress-3.3.1/.git/objects/1f/2b92caa2de8d83f165712c476bb91c18d5c4fc and ./wordpress-3.3.2/.git/objects/1f/2b92caa2de8d83f165712c476bb91c18d5c4fc differ Binary files ./wordpress-3.3.1/.git/objects/1f/5598c694fb6928835cbfe883039d30601d4c98 and ./wordpress-3.3.2/.git/objects/1f/5598c694fb6928835cbfe883039d30601d4c98 differ Binary files ./wordpress-3.3.1/.git/objects/1f/6c3c2fb401596ec44f4a1189bde2cbc45364aa and ./wordpress-3.3.2/.git/objects/1f/6c3c2fb401596ec44f4a1189bde2cbc45364aa differ Binary files ./wordpress-3.3.1/.git/objects/1f/80e26a538c884d42d56a00cd577355358ce2e8 and ./wordpress-3.3.2/.git/objects/1f/80e26a538c884d42d56a00cd577355358ce2e8 differ Binary files ./wordpress-3.3.1/.git/objects/1f/9d8288bcd369aec1561e625cf2d87caca62f39 and ./wordpress-3.3.2/.git/objects/1f/9d8288bcd369aec1561e625cf2d87caca62f39 differ Binary files ./wordpress-3.3.1/.git/objects/1f/c32cf243d3687e4ef43fa26523d9d8fcf9280a and ./wordpress-3.3.2/.git/objects/1f/c32cf243d3687e4ef43fa26523d9d8fcf9280a differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/20/154253a4f3fed7ff7fd3ec90f64bc3a001116e ./wordpress-3.3.2/.git/objects/20/154253a4f3fed7ff7fd3ec90f64bc3a001116e *** ./wordpress-3.3.1/.git/objects/20/154253a4f3fed7ff7fd3ec90f64bc3a001116e 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/20/154253a4f3fed7ff7fd3ec90f64bc3a001116e 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xTMo0~{ ^^"Y+FlJwUԛy enwBPk; - &VΞgŸ15#$j 7H6]T \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/24/e161b7f394a9210e5a0ef859dbb990d181a21d and ./wordpress-3.3.2/.git/objects/24/e161b7f394a9210e5a0ef859dbb990d181a21d differ Binary files ./wordpress-3.3.1/.git/objects/24/e5b4838acb098970ebf0532baec44aa7c3185c and ./wordpress-3.3.2/.git/objects/24/e5b4838acb098970ebf0532baec44aa7c3185c differ Binary files ./wordpress-3.3.1/.git/objects/25/2a1d0e63f4d8a3bbc682c3a26e0662e5ac5cf6 and ./wordpress-3.3.2/.git/objects/25/2a1d0e63f4d8a3bbc682c3a26e0662e5ac5cf6 differ Binary files ./wordpress-3.3.1/.git/objects/25/2a752f39985541773d356325920ad9b216977f and ./wordpress-3.3.2/.git/objects/25/2a752f39985541773d356325920ad9b216977f differ Binary files ./wordpress-3.3.1/.git/objects/25/317e5738bfcce43707ec0a0640533f69eb8fff and ./wordpress-3.3.2/.git/objects/25/317e5738bfcce43707ec0a0640533f69eb8fff differ Binary files ./wordpress-3.3.1/.git/objects/25/6069fc5963f7ed9f2cbd25fc2f6741db1db859 and ./wordpress-3.3.2/.git/objects/25/6069fc5963f7ed9f2cbd25fc2f6741db1db859 differ Binary files ./wordpress-3.3.1/.git/objects/25/a849f82294fa6580175d5fdecb7184fa56f66d and ./wordpress-3.3.2/.git/objects/25/a849f82294fa6580175d5fdecb7184fa56f66d differ Binary files ./wordpress-3.3.1/.git/objects/25/d853d9f0be930fea064c3b0088ce3d777ab5a7 and ./wordpress-3.3.2/.git/objects/25/d853d9f0be930fea064c3b0088ce3d777ab5a7 differ Binary files ./wordpress-3.3.1/.git/objects/25/e040592cf87c170b44c65b3d5ec5c5827fa095 and ./wordpress-3.3.2/.git/objects/25/e040592cf87c170b44c65b3d5ec5c5827fa095 differ Binary files ./wordpress-3.3.1/.git/objects/25/f639f2f6b9dfb60b62292150c9624fb916240d and ./wordpress-3.3.2/.git/objects/25/f639f2f6b9dfb60b62292150c9624fb916240d differ Binary files ./wordpress-3.3.1/.git/objects/25/f73c3d9004920ee7627e6dd3be5e70aa6937d6 and ./wordpress-3.3.2/.git/objects/25/f73c3d9004920ee7627e6dd3be5e70aa6937d6 differ Binary files ./wordpress-3.3.1/.git/objects/26/41a077afedd437640deda61a39defbafacf938 and ./wordpress-3.3.2/.git/objects/26/41a077afedd437640deda61a39defbafacf938 differ Binary files ./wordpress-3.3.1/.git/objects/26/6d0a3ed4c577f496539710a93e1b3b5e4f635b and ./wordpress-3.3.2/.git/objects/26/6d0a3ed4c577f496539710a93e1b3b5e4f635b differ Binary files ./wordpress-3.3.1/.git/objects/26/79d8b5782ed81984c32c95f564924bf8886164 and ./wordpress-3.3.2/.git/objects/26/79d8b5782ed81984c32c95f564924bf8886164 differ Binary files ./wordpress-3.3.1/.git/objects/26/7f4674950032bbbb27aed8bebee8921e329b39 and ./wordpress-3.3.2/.git/objects/26/7f4674950032bbbb27aed8bebee8921e329b39 differ Binary files ./wordpress-3.3.1/.git/objects/26/c96975bf6383df9de265f69e2472e21900ee53 and ./wordpress-3.3.2/.git/objects/26/c96975bf6383df9de265f69e2472e21900ee53 differ Binary files ./wordpress-3.3.1/.git/objects/26/d3325d574895ae56811d9ed903971adf4c69e7 and ./wordpress-3.3.2/.git/objects/26/d3325d574895ae56811d9ed903971adf4c69e7 differ Binary files ./wordpress-3.3.1/.git/objects/27/168f4048e7257e1807f3d40c30335f1a8f0f13 and ./wordpress-3.3.2/.git/objects/27/168f4048e7257e1807f3d40c30335f1a8f0f13 differ Binary files ./wordpress-3.3.1/.git/objects/27/4306d2234046d3ea932077c20b67232ea80f50 and ./wordpress-3.3.2/.git/objects/27/4306d2234046d3ea932077c20b67232ea80f50 differ Binary files ./wordpress-3.3.1/.git/objects/27/5033a822919fd101de6426664ba48671e4c59c and ./wordpress-3.3.2/.git/objects/27/5033a822919fd101de6426664ba48671e4c59c differ Binary files ./wordpress-3.3.1/.git/objects/27/9a75debf98712a6061a0913cde54d30639e2f8 and ./wordpress-3.3.2/.git/objects/27/9a75debf98712a6061a0913cde54d30639e2f8 differ Binary files ./wordpress-3.3.1/.git/objects/27/d92edefaeb019ebc6f615c9333d7d97ae95246 and ./wordpress-3.3.2/.git/objects/27/d92edefaeb019ebc6f615c9333d7d97ae95246 differ Binary files ./wordpress-3.3.1/.git/objects/27/f29711a5bc803bb49d4e4902e614a357936caf and ./wordpress-3.3.2/.git/objects/27/f29711a5bc803bb49d4e4902e614a357936caf differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/28/3be6f7ad66d94b0700b5fe46449c294ba411cc ./wordpress-3.3.2/.git/objects/28/3be6f7ad66d94b0700b5fe46449c294ba411cc *** ./wordpress-3.3.1/.git/objects/28/3be6f7ad66d94b0700b5fe46449c294ba411cc 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/28/3be6f7ad66d94b0700b5fe46449c294ba411cc 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xTێ6]^'ګ5PԠyqE-v)R!);{q^"HΜ3>Z>Qص - 4ӖڅI'n/8[a6sHYP94]+Iџs opDX%0s9P+IvE1TJrl~'ԇmDCL5lp0 )vBeM)r;&GX&^eK(:`޽6w/f%$Z&;kSGڒ6c]-1~sbm"9YTjnu^|Mz+Yh%aE?d6!c5YtDS2 - Ph2O܈}IYъ |imO1)Zwn{_7L>)1 UtɾV4>FܽYxGe˫q {9|ko \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/28/80055cc0f11c60f5688ade044df280856df9a7 and ./wordpress-3.3.2/.git/objects/28/80055cc0f11c60f5688ade044df280856df9a7 differ Binary files ./wordpress-3.3.1/.git/objects/28/fc6bbe60ef1973b78fc273c07af04c5f8d5060 and ./wordpress-3.3.2/.git/objects/28/fc6bbe60ef1973b78fc273c07af04c5f8d5060 differ Binary files ./wordpress-3.3.1/.git/objects/29/0939c23f76b723b850218ffc7e3f44e17dd322 and ./wordpress-3.3.2/.git/objects/29/0939c23f76b723b850218ffc7e3f44e17dd322 differ Binary files ./wordpress-3.3.1/.git/objects/29/262975f9be33d1bd50d4e774109dbdfc2dc870 and ./wordpress-3.3.2/.git/objects/29/262975f9be33d1bd50d4e774109dbdfc2dc870 differ Binary files ./wordpress-3.3.1/.git/objects/29/2fd3d0417ac19cd57426c11e8f091f828f8611 and ./wordpress-3.3.2/.git/objects/29/2fd3d0417ac19cd57426c11e8f091f828f8611 differ Binary files ./wordpress-3.3.1/.git/objects/29/70b7cba09864bf9e8cb3a0babc3709dc066ed3 and ./wordpress-3.3.2/.git/objects/29/70b7cba09864bf9e8cb3a0babc3709dc066ed3 differ Binary files ./wordpress-3.3.1/.git/objects/29/c101d13d37cc58f69f54f92eeae562f5b13703 and ./wordpress-3.3.2/.git/objects/29/c101d13d37cc58f69f54f92eeae562f5b13703 differ Binary files ./wordpress-3.3.1/.git/objects/29/da2a2fccc79981bc54db7513ca6d2374592f9d and ./wordpress-3.3.2/.git/objects/29/da2a2fccc79981bc54db7513ca6d2374592f9d differ Binary files ./wordpress-3.3.1/.git/objects/29/f814d2982a8925ab0ec46d171a2f95239f99f1 and ./wordpress-3.3.2/.git/objects/29/f814d2982a8925ab0ec46d171a2f95239f99f1 differ Binary files ./wordpress-3.3.1/.git/objects/2a/040358df0d1f8eb784d2ec0919626198d6eb47 and ./wordpress-3.3.2/.git/objects/2a/040358df0d1f8eb784d2ec0919626198d6eb47 differ Binary files ./wordpress-3.3.1/.git/objects/2a/202ace0fca632847dd6c4a92b2ea6d758ce090 and ./wordpress-3.3.2/.git/objects/2a/202ace0fca632847dd6c4a92b2ea6d758ce090 differ Binary files ./wordpress-3.3.1/.git/objects/2a/5a6e8ceb3bbeef9993896ee8ed3b787823a1a7 and ./wordpress-3.3.2/.git/objects/2a/5a6e8ceb3bbeef9993896ee8ed3b787823a1a7 differ Binary files ./wordpress-3.3.1/.git/objects/2a/e22339b73b55d89536a965ce7691863c13d42b and ./wordpress-3.3.2/.git/objects/2a/e22339b73b55d89536a965ce7691863c13d42b differ Binary files ./wordpress-3.3.1/.git/objects/2a/e87e8ddd7847d98437785af3eeefd2cb11be7c and ./wordpress-3.3.2/.git/objects/2a/e87e8ddd7847d98437785af3eeefd2cb11be7c differ Binary files ./wordpress-3.3.1/.git/objects/2b/0508fad8dc17be0a2a15fe3ef298571bb0324f and ./wordpress-3.3.2/.git/objects/2b/0508fad8dc17be0a2a15fe3ef298571bb0324f differ Binary files ./wordpress-3.3.1/.git/objects/2b/0b1392546d820efb5cbe1168a173b27c62df41 and ./wordpress-3.3.2/.git/objects/2b/0b1392546d820efb5cbe1168a173b27c62df41 differ Binary files ./wordpress-3.3.1/.git/objects/2b/4774bcf34b401b97c5832cb3fc78fbf8a392cb and ./wordpress-3.3.2/.git/objects/2b/4774bcf34b401b97c5832cb3fc78fbf8a392cb differ Binary files ./wordpress-3.3.1/.git/objects/2b/d48c847220525463ba9f3448adadddfe6930c5 and ./wordpress-3.3.2/.git/objects/2b/d48c847220525463ba9f3448adadddfe6930c5 differ Binary files ./wordpress-3.3.1/.git/objects/2b/e9eed7934b096057b5940c48f958e920ead5d4 and ./wordpress-3.3.2/.git/objects/2b/e9eed7934b096057b5940c48f958e920ead5d4 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/2c/0cb874dd20901e18e3b830b9560ab8f7065dfd ./wordpress-3.3.2/.git/objects/2c/0cb874dd20901e18e3b830b9560ab8f7065dfd *** ./wordpress-3.3.1/.git/objects/2c/0cb874dd20901e18e3b830b9560ab8f7065dfd 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/2c/0cb874dd20901e18e3b830b9560ab8f7065dfd 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - x]R0<V*H4M J#'$mN=k+372>||SljͰy&X%a4ܥp~WWĢ/V8 y~F:3"uOx$Iw/ TY6QhgSeU=+p{\p<ጢc~a3"eU{JxeAQ<tع~5۲ĻhH5aq/h)?)9)QM^"sa:WXދ_(#׃҂&a+=!-jzA=̠jTQ6uMZo!܂s#WC6> - ;S޾$ݟ0%9x5UA>7lt~FU5U&DGq8vK!1/Ņz>Q C5mqA5N纜S@ORg` ~m-2ec娠? "nˎ{&nMKewj%^Z.^A+_}CWvgO۔6МEA}Rq,[.0Z/Q(3*.JQiKGչ ij,&;;I}[&ቺMby̶n - *ɸ8!VxO 汯ה>iF#-j W/&\injAt83+ʅ_bNcI-sKaBƝ,;>մS04s Ƈ)1 r* - rOFį95I=,0X/WON=yω?mĽ jkKl4Yvv| 5&_!vcxne#~-j'-Kϟ* - C}$\9J'9j^&b aeM Gc~RWf?/?M ;%!'MôE*YQmta~@\Yc9RH07qx - Mҷ 2^59XDd+SNeZ-+< - vסa#cUIk1/ORIƤ(jIMF2/?= Ík bHW(is=?mӝ3mMs};H4 - Ci3,[{EH%T R]K.`]BK=,hs~V%O}X^vQ z_B - W>2aoq~w$eÕbc˃&H UZsP6}?%QNl_ٿW_xXO6Nc,gG:;WA-k ,*͢Tu ''y-x_ʳq(+."!4SsDJBKȄ uX}WIMOzjV \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/3b/322a66e91455fbd9dcbf8f0f2b980dac05b0fc and ./wordpress-3.3.2/.git/objects/3b/322a66e91455fbd9dcbf8f0f2b980dac05b0fc differ Binary files ./wordpress-3.3.1/.git/objects/3b/824a959ab23881468d76c74c2676915df3e136 and ./wordpress-3.3.2/.git/objects/3b/824a959ab23881468d76c74c2676915df3e136 differ Binary files ./wordpress-3.3.1/.git/objects/3b/9b8af34ff9141d9498c77e879a1ca3a10b26b2 and ./wordpress-3.3.2/.git/objects/3b/9b8af34ff9141d9498c77e879a1ca3a10b26b2 differ Binary files ./wordpress-3.3.1/.git/objects/3b/a7b4c7ea8336d6f660334a01d868a8c2f54b88 and ./wordpress-3.3.2/.git/objects/3b/a7b4c7ea8336d6f660334a01d868a8c2f54b88 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/3b/aea8126c2f80a7f2a590ea3f092e01a3cd11aa ./wordpress-3.3.2/.git/objects/3b/aea8126c2f80a7f2a590ea3f092e01a3cd11aa *** ./wordpress-3.3.1/.git/objects/3b/aea8126c2f80a7f2a590ea3f092e01a3cd11aa 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/3b/aea8126c2f80a7f2a590ea3f092e01a3cd11aa 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,5 **** - x}RM0!H$i@Pcēvvɿgl.Byޛinn3:5#G.}&ΰ3:X~>QUEUaᛶޢs1 - QtD: - ¶Pgi@.We|wZy&-^{VKJxJ1rC's<|6Rڗ}Rհ&R[;^x!z'\Bǂ - yTDM=ly<3 - ׄ/> tЎ<#XG% ["ܣqnzR€Th @p=՞h(&버(آyJxlHX3d֝NguV>Z_XFDwf $GXт00R q")B+Ibx~e*"3D*ApךF&~W \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/3b/cbc04f6a8f5ab9d153bb721ed4c19cb1ed5221 and ./wordpress-3.3.2/.git/objects/3b/cbc04f6a8f5ab9d153bb721ed4c19cb1ed5221 differ Binary files ./wordpress-3.3.1/.git/objects/3b/f4c0fb5fc5f98618971eb1b5717e480af03539 and ./wordpress-3.3.2/.git/objects/3b/f4c0fb5fc5f98618971eb1b5717e480af03539 differ Binary files ./wordpress-3.3.1/.git/objects/3c/221b35debfcf94ccd6ddb684c6c0223ce4340a and ./wordpress-3.3.2/.git/objects/3c/221b35debfcf94ccd6ddb684c6c0223ce4340a differ Binary files ./wordpress-3.3.1/.git/objects/3c/46548ee1dc74752441ce5d650c32b1cb021401 and ./wordpress-3.3.2/.git/objects/3c/46548ee1dc74752441ce5d650c32b1cb021401 differ Binary files ./wordpress-3.3.1/.git/objects/3c/600af0a5eee41f95da26addae5ca5708760dd1 and ./wordpress-3.3.2/.git/objects/3c/600af0a5eee41f95da26addae5ca5708760dd1 differ Binary files ./wordpress-3.3.1/.git/objects/3c/60a4593df93660554bb0366fa0e893dee0d823 and ./wordpress-3.3.2/.git/objects/3c/60a4593df93660554bb0366fa0e893dee0d823 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/3c/6424d86e84d47e9ef0de3d6d84973e05ca42c8 ./wordpress-3.3.2/.git/objects/3c/6424d86e84d47e9ef0de3d6d84973e05ca42c8 *** ./wordpress-3.3.1/.git/objects/3c/6424d86e84d47e9ef0de3d6d84973e05ca42c8 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/3c/6424d86e84d47e9ef0de3d6d84973e05ca42c8 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,6 **** - xUn1uC6MBR"$(T̮1+ۋ*>dfJ[^zxrΜ3ΏGoIml`ҏBycGuՔJͻ?lwV{;RL - okRXh|])עc\)Bankʉ7{E=;p^;/uਪX餽EZɰ"ԅ4Hkᦕ!yNa3Kc ץCfVLf/H+KKdR8 - wPjNp, - i9"VFpS8VK{d+ WF3ى]:IJs؇O:ҟ|£~ݢ xqgx$cc'E…ҡrƐ=݈AdYpfӐnR3ˑ4F~89"|A3,8+"ACX<&%gуyA(t;tQ(U+"cQ}&=G Dא7ids5 &8M՝ - :z$dDRKTL)o7>e3z0L-wM]Alzrekq,Z^K556[7H,xl'yQUZ z!-fx 姸cU]^'q:D4ޯVa6Ti6`ԑi39/Nfv|}a+ ZZw1 - Ǐ7}rZwXY>Š):d|:vxy^[ \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/3c/71473c960e285f8cf8748a72e02ec9e955018b and ./wordpress-3.3.2/.git/objects/3c/71473c960e285f8cf8748a72e02ec9e955018b differ Binary files ./wordpress-3.3.1/.git/objects/3d/0c1162cd5e63b2dcc557258ca0cd0a2c4ba541 and ./wordpress-3.3.2/.git/objects/3d/0c1162cd5e63b2dcc557258ca0cd0a2c4ba541 differ Binary files ./wordpress-3.3.1/.git/objects/3d/3016acd701d78bbdb966f0dea26003ea03c9f5 and ./wordpress-3.3.2/.git/objects/3d/3016acd701d78bbdb966f0dea26003ea03c9f5 differ Binary files ./wordpress-3.3.1/.git/objects/3d/6d4a9a26055f4dd6aca0f36d53172e52e39772 and ./wordpress-3.3.2/.git/objects/3d/6d4a9a26055f4dd6aca0f36d53172e52e39772 differ Binary files ./wordpress-3.3.1/.git/objects/3d/b208ef36650dc02e30b99ee4cd64d1e91abfbd and ./wordpress-3.3.2/.git/objects/3d/b208ef36650dc02e30b99ee4cd64d1e91abfbd differ Binary files ./wordpress-3.3.1/.git/objects/3e/0c25bb0c6373844bb392eade607ed3697e2598 and ./wordpress-3.3.2/.git/objects/3e/0c25bb0c6373844bb392eade607ed3697e2598 differ Binary files ./wordpress-3.3.1/.git/objects/3e/16a67d7f3b42afa6b4042a93c5f665c5526ace and ./wordpress-3.3.2/.git/objects/3e/16a67d7f3b42afa6b4042a93c5f665c5526ace differ Binary files ./wordpress-3.3.1/.git/objects/3e/29d87df999c03b3fc53f9c546f9b54395e78b0 and ./wordpress-3.3.2/.git/objects/3e/29d87df999c03b3fc53f9c546f9b54395e78b0 differ Binary files ./wordpress-3.3.1/.git/objects/3f/386e7672052b0613e4a5af917ee4d385087139 and ./wordpress-3.3.2/.git/objects/3f/386e7672052b0613e4a5af917ee4d385087139 differ Binary files ./wordpress-3.3.1/.git/objects/3f/5718876d92fba8cccd9b75d8cfb982392844c7 and ./wordpress-3.3.2/.git/objects/3f/5718876d92fba8cccd9b75d8cfb982392844c7 differ Binary files ./wordpress-3.3.1/.git/objects/3f/96366ca1d927e7f6d43b4411e901fe90ab1108 and ./wordpress-3.3.2/.git/objects/3f/96366ca1d927e7f6d43b4411e901fe90ab1108 differ Binary files ./wordpress-3.3.1/.git/objects/3f/eeaebd22ef18232cfc617bc20fa6fb00c9cc42 and ./wordpress-3.3.2/.git/objects/3f/eeaebd22ef18232cfc617bc20fa6fb00c9cc42 differ Binary files ./wordpress-3.3.1/.git/objects/40/26dd0bb18ba8a391f9cfdf7c0c43f5e6171718 and ./wordpress-3.3.2/.git/objects/40/26dd0bb18ba8a391f9cfdf7c0c43f5e6171718 differ Binary files ./wordpress-3.3.1/.git/objects/40/979239a80b88189c8c1e5ec2c251320146d51b and ./wordpress-3.3.2/.git/objects/40/979239a80b88189c8c1e5ec2c251320146d51b differ Binary files ./wordpress-3.3.1/.git/objects/41/0c7ad084db698e9f35e3230233aa4040682566 and ./wordpress-3.3.2/.git/objects/41/0c7ad084db698e9f35e3230233aa4040682566 differ Binary files ./wordpress-3.3.1/.git/objects/41/4a95785b20af83e8f63b58bb1af90654b1e189 and ./wordpress-3.3.2/.git/objects/41/4a95785b20af83e8f63b58bb1af90654b1e189 differ Binary files ./wordpress-3.3.1/.git/objects/41/6c11a855663bee0945f511235c458397604f8c and ./wordpress-3.3.2/.git/objects/41/6c11a855663bee0945f511235c458397604f8c differ Binary files ./wordpress-3.3.1/.git/objects/41/7572db4ffa2b55701d5d128f69d2136abe4df6 and ./wordpress-3.3.2/.git/objects/41/7572db4ffa2b55701d5d128f69d2136abe4df6 differ Binary files ./wordpress-3.3.1/.git/objects/41/a284e6d1b0a3776421d9be97d8d0a8873bcf3a and ./wordpress-3.3.2/.git/objects/41/a284e6d1b0a3776421d9be97d8d0a8873bcf3a differ Binary files ./wordpress-3.3.1/.git/objects/41/def5115ea5a42785a380a56190c90ba4cbc1c6 and ./wordpress-3.3.2/.git/objects/41/def5115ea5a42785a380a56190c90ba4cbc1c6 differ Binary files ./wordpress-3.3.1/.git/objects/41/f6019ecd8887e0632bbe5a0db0bcd25802c154 and ./wordpress-3.3.2/.git/objects/41/f6019ecd8887e0632bbe5a0db0bcd25802c154 differ Binary files ./wordpress-3.3.1/.git/objects/42/2cc8df25c6ff1ba125c941ea1aa5999dcbf720 and ./wordpress-3.3.2/.git/objects/42/2cc8df25c6ff1ba125c941ea1aa5999dcbf720 differ Binary files ./wordpress-3.3.1/.git/objects/42/82004fb747f7e57dc1b617b213d8bafbb265e7 and ./wordpress-3.3.2/.git/objects/42/82004fb747f7e57dc1b617b213d8bafbb265e7 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/42/a82d112c5d568031498bb94d978777225ab35f ./wordpress-3.3.2/.git/objects/42/a82d112c5d568031498bb94d978777225ab35f *** ./wordpress-3.3.1/.git/objects/42/a82d112c5d568031498bb94d978777225ab35f 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/42/a82d112c5d568031498bb94d978777225ab35f 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,4 **** - x}Tmo6Oq! g@xEP$ :w/h6E%ǐwԛl=w@`xO?MC+Ƥ*y6 }+1 |G(E&aRhKQ'x$>Db93hSUlٚZJjidžnI5H%ݑJn$}Repr - wiFTMv4j_ؒJ!˅ȓ:-'4菏RG ,嘶dıA?SqXFt=*"[-92T:sHRA!! *L9ⷎ8SʍQ]sE_rk}euN - vŷ'@vڱ$PGɶ^$a "-MM5(4~d - ^Rrsp!Kp``L7],_5SBomL6HcDƊ4pw2ҧׅR N_r>'m6n}n`]0#/DI=--} q;qcı%ޚx ]nv>.m. .y 7b,>q]Xk4P)֖X)skS/N>IX2c@"fÌ^|M", O?po`Z:LyÞws=WP(Voj U);>/ll2ݙg)B܊$\GPlmC#&ATBsKg^-| 5}Xyݕt=Rd9|ow&SNC hΒw1[r;݇}IC0YhO \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/42/c1fbfa2361d7089fa433a27b7783a1519eac7d and ./wordpress-3.3.2/.git/objects/42/c1fbfa2361d7089fa433a27b7783a1519eac7d differ Binary files ./wordpress-3.3.1/.git/objects/42/d93654dea863e02945b30ffec62131de99a4a3 and ./wordpress-3.3.2/.git/objects/42/d93654dea863e02945b30ffec62131de99a4a3 differ Binary files ./wordpress-3.3.1/.git/objects/42/df103d41bef47ad422a65ec46fe812de0a0000 and ./wordpress-3.3.2/.git/objects/42/df103d41bef47ad422a65ec46fe812de0a0000 differ Binary files ./wordpress-3.3.1/.git/objects/42/f08b79942d32f9d7e693b6952c2d935e352774 and ./wordpress-3.3.2/.git/objects/42/f08b79942d32f9d7e693b6952c2d935e352774 differ Binary files ./wordpress-3.3.1/.git/objects/43/1a146a67bc59b67b65cd66439bf48923b0ee49 and ./wordpress-3.3.2/.git/objects/43/1a146a67bc59b67b65cd66439bf48923b0ee49 differ Binary files ./wordpress-3.3.1/.git/objects/43/82a11ca43c7a7fc581b061672df11f977de5a2 and ./wordpress-3.3.2/.git/objects/43/82a11ca43c7a7fc581b061672df11f977de5a2 differ Binary files ./wordpress-3.3.1/.git/objects/43/a735f22c81d6d7d99c1ba9f034f38bfdd1a92b and ./wordpress-3.3.2/.git/objects/43/a735f22c81d6d7d99c1ba9f034f38bfdd1a92b differ Binary files ./wordpress-3.3.1/.git/objects/43/c37033e0ec42dba47c09a99efa2d9fd28a7da5 and ./wordpress-3.3.2/.git/objects/43/c37033e0ec42dba47c09a99efa2d9fd28a7da5 differ Binary files ./wordpress-3.3.1/.git/objects/43/c37ab65b418437b82604051987fe864c5bbec9 and ./wordpress-3.3.2/.git/objects/43/c37ab65b418437b82604051987fe864c5bbec9 differ Binary files ./wordpress-3.3.1/.git/objects/43/dbe297641164baab8778c5f57561de3595114b and ./wordpress-3.3.2/.git/objects/43/dbe297641164baab8778c5f57561de3595114b differ Binary files ./wordpress-3.3.1/.git/objects/43/f9081de78e2fd9b3c1123320dcc951e3391584 and ./wordpress-3.3.2/.git/objects/43/f9081de78e2fd9b3c1123320dcc951e3391584 differ Binary files ./wordpress-3.3.1/.git/objects/44/6174d4dea6409f8a2ef7381caa485b3f05732a and ./wordpress-3.3.2/.git/objects/44/6174d4dea6409f8a2ef7381caa485b3f05732a differ Binary files ./wordpress-3.3.1/.git/objects/44/9e1b37a860e01f4a8e5189ddae0a446747462d and ./wordpress-3.3.2/.git/objects/44/9e1b37a860e01f4a8e5189ddae0a446747462d differ Binary files ./wordpress-3.3.1/.git/objects/44/9f0e25f95cf2c28bdabb19aec700972d1862fc and ./wordpress-3.3.2/.git/objects/44/9f0e25f95cf2c28bdabb19aec700972d1862fc differ Binary files ./wordpress-3.3.1/.git/objects/45/3394882bade1113f4f9761256ffd799f7a0359 and ./wordpress-3.3.2/.git/objects/45/3394882bade1113f4f9761256ffd799f7a0359 differ Binary files ./wordpress-3.3.1/.git/objects/45/43e55b8bef3e4f7be591801854c60f7213c12d and ./wordpress-3.3.2/.git/objects/45/43e55b8bef3e4f7be591801854c60f7213c12d differ Binary files ./wordpress-3.3.1/.git/objects/45/89cb4dc6a7557359e523877b28ebf87d5251d4 and ./wordpress-3.3.2/.git/objects/45/89cb4dc6a7557359e523877b28ebf87d5251d4 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/45/c2358a48141603c27d77992228f0b68f1ed807 ./wordpress-3.3.2/.git/objects/45/c2358a48141603c27d77992228f0b68f1ed807 *** ./wordpress-3.3.1/.git/objects/45/c2358a48141603c27d77992228f0b68f1ed807 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/45/c2358a48141603c27d77992228f0b68f1ed807 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - x}QM OqÂBiJ{aWsժ( G',{&= 13]]=|~xctk=Dmɾ԰SU+CxõFK^hc>htuiRkuU/Ptɭ/nΎ^Ze( - ˨@c"Lيl>Ο׎繠tΉobNE8U/MXzoE;S>IJJZ㕪n': gZ!Rl@0#^;}o )VKKt=%ef#||τ+tt i @xTm]X_H4^`2Tz?dwDG߼~<9+Ld \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/45/c676b4a934687d096676d6ecbcd5e0eadecbd5 and ./wordpress-3.3.2/.git/objects/45/c676b4a934687d096676d6ecbcd5e0eadecbd5 differ Binary files ./wordpress-3.3.1/.git/objects/45/f7f79cfd430ade84bbf937f5e4d95d1c41055b and ./wordpress-3.3.2/.git/objects/45/f7f79cfd430ade84bbf937f5e4d95d1c41055b differ Binary files ./wordpress-3.3.1/.git/objects/46/007b04267cfe985e53cb46de90f3a36fc8d45b and ./wordpress-3.3.2/.git/objects/46/007b04267cfe985e53cb46de90f3a36fc8d45b differ Binary files ./wordpress-3.3.1/.git/objects/46/01636d7c0a4a91d6fe140c3bbb94c22574c864 and ./wordpress-3.3.2/.git/objects/46/01636d7c0a4a91d6fe140c3bbb94c22574c864 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/46/4ab8c4654eeac5b06cd5773b17126dc53c120b ./wordpress-3.3.2/.git/objects/46/4ab8c4654eeac5b06cd5773b17126dc53c120b *** ./wordpress-3.3.1/.git/objects/46/4ab8c4654eeac5b06cd5773b17126dc53c120b 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/46/4ab8c4654eeac5b06cd5773b17126dc53c120b 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x}Rn!_)67NMΧύ{,֯6{M[[mHH U|C^N {&A[W uuf8ީ-Y/Zh)'me1>`ݺlu"ttѷPâ'-1l!:҂Lݬ&uz.vD+4bC5~:&ʝb52kR١<~|^&ɮ -L&;7kpB.KUYGiwK;45[6> \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/46/50ffe1e42433279277a5f2cfb67904ceb5f02a and ./wordpress-3.3.2/.git/objects/46/50ffe1e42433279277a5f2cfb67904ceb5f02a differ Binary files ./wordpress-3.3.1/.git/objects/46/979d78b9ede21ee40b3fe925eca0d1643c3803 and ./wordpress-3.3.2/.git/objects/46/979d78b9ede21ee40b3fe925eca0d1643c3803 differ Binary files ./wordpress-3.3.1/.git/objects/46/dac85bb9137e6c24f1de1d7af83eee0bf5e0e6 and ./wordpress-3.3.2/.git/objects/46/dac85bb9137e6c24f1de1d7af83eee0bf5e0e6 differ Binary files ./wordpress-3.3.1/.git/objects/46/dae1aa5ba46f5d051a3773b527bb519e942444 and ./wordpress-3.3.2/.git/objects/46/dae1aa5ba46f5d051a3773b527bb519e942444 differ Binary files ./wordpress-3.3.1/.git/objects/46/e45e34d837f89d2896c41fa0a056bd301ee48a and ./wordpress-3.3.2/.git/objects/46/e45e34d837f89d2896c41fa0a056bd301ee48a differ Binary files ./wordpress-3.3.1/.git/objects/47/0b5579380c508419647a9516ef6d3f4d351385 and ./wordpress-3.3.2/.git/objects/47/0b5579380c508419647a9516ef6d3f4d351385 differ Binary files ./wordpress-3.3.1/.git/objects/47/338c99fa84241ff4f5694863bf4c763e639b16 and ./wordpress-3.3.2/.git/objects/47/338c99fa84241ff4f5694863bf4c763e639b16 differ Binary files ./wordpress-3.3.1/.git/objects/47/88a507d64bfe5eb1c253767d059593e4a2c4fd and ./wordpress-3.3.2/.git/objects/47/88a507d64bfe5eb1c253767d059593e4a2c4fd differ Binary files ./wordpress-3.3.1/.git/objects/47/a39255a120184362db8b8cf835e81ac5132c84 and ./wordpress-3.3.2/.git/objects/47/a39255a120184362db8b8cf835e81ac5132c84 differ Binary files ./wordpress-3.3.1/.git/objects/47/a999e1f613af1eb0fb2f295a26505ad561c588 and ./wordpress-3.3.2/.git/objects/47/a999e1f613af1eb0fb2f295a26505ad561c588 differ Binary files ./wordpress-3.3.1/.git/objects/47/e4009e787c059f639469aca5607bcd253417c7 and ./wordpress-3.3.2/.git/objects/47/e4009e787c059f639469aca5607bcd253417c7 differ Binary files ./wordpress-3.3.1/.git/objects/48/39b504e27938e4ec612d4c4727f9edfd6dbac7 and ./wordpress-3.3.2/.git/objects/48/39b504e27938e4ec612d4c4727f9edfd6dbac7 differ Binary files ./wordpress-3.3.1/.git/objects/48/69b6bcc8cd36b55cf8bb4da02f11836d6c18db and ./wordpress-3.3.2/.git/objects/48/69b6bcc8cd36b55cf8bb4da02f11836d6c18db differ Binary files ./wordpress-3.3.1/.git/objects/48/812635017e38456dc9dc3f2c493de6de4e74f1 and ./wordpress-3.3.2/.git/objects/48/812635017e38456dc9dc3f2c493de6de4e74f1 differ Binary files ./wordpress-3.3.1/.git/objects/48/8e3a01f21c48a67126560fe2f9fed7065a39eb and ./wordpress-3.3.2/.git/objects/48/8e3a01f21c48a67126560fe2f9fed7065a39eb differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/48/a8d67afe194f62886da0497c8ea2525475d4ca ./wordpress-3.3.2/.git/objects/48/a8d67afe194f62886da0497c8ea2525475d4ca *** ./wordpress-3.3.1/.git/objects/48/a8d67afe194f62886da0497c8ea2525475d4ca 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/48/a8d67afe194f62886da0497c8ea2525475d4ca 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xmn0{b - C+J$HR7ؑPŻN @ݙϙjǧrY~K oW9;+0j3q4| @kNThR-J+tbfD9-k-E Uə&9lU r!Wjvh͔9w2XJyx}BJ-YbQ~I),]B/&Iu"BK>J'1Ё~C>L8J@486 vdG@Ym$`w:]Ir.j Py9AS%3FqډRO6p|Ar.aR:6r?O!$tc*FX* ;"b \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/49/08880e7d51a4a8963b7689e247fa48c20bd008 and ./wordpress-3.3.2/.git/objects/49/08880e7d51a4a8963b7689e247fa48c20bd008 differ Binary files ./wordpress-3.3.1/.git/objects/49/18f1f77bda71c06e8cfdeef6d7f8322243a807 and ./wordpress-3.3.2/.git/objects/49/18f1f77bda71c06e8cfdeef6d7f8322243a807 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/49/403ecc2d8a343da95ad8d354b4f16a73f094d9 ./wordpress-3.3.2/.git/objects/49/403ecc2d8a343da95ad8d354b4f16a73f094d9 *** ./wordpress-3.3.1/.git/objects/49/403ecc2d8a343da95ad8d354b4f16a73f094d9 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/49/403ecc2d8a343da95ad8d354b4f16a73f094d9 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - x}AK0=W̭ZvۃR񠰰=.i3$&]Nꢰ@}+_4UU@OYr@ - a\F5tJGk F[ ')m3qB;eoܸT($rC'UܝY%&P^ b<ߦ6p~flzLJkv{۴}m7(xu[%]g4o8!ϘpF&Հ L]=|O \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/49/65c7270b2001ab6e5ba476a0b9ba4f7030fc17 and ./wordpress-3.3.2/.git/objects/49/65c7270b2001ab6e5ba476a0b9ba4f7030fc17 differ Binary files ./wordpress-3.3.1/.git/objects/49/7307a85ad32e00b67c5f27d6f3b46ac566d89b and ./wordpress-3.3.2/.git/objects/49/7307a85ad32e00b67c5f27d6f3b46ac566d89b differ Binary files ./wordpress-3.3.1/.git/objects/49/7f683cf239c7f52f09d8270352bca2f84a4aea and ./wordpress-3.3.2/.git/objects/49/7f683cf239c7f52f09d8270352bca2f84a4aea differ Binary files ./wordpress-3.3.1/.git/objects/49/81ec60d43006dab5c2126e7bac570aeadeb9c6 and ./wordpress-3.3.2/.git/objects/49/81ec60d43006dab5c2126e7bac570aeadeb9c6 differ Binary files ./wordpress-3.3.1/.git/objects/49/b94aedb468c6a60b884773b4ca9661b2774d5c and ./wordpress-3.3.2/.git/objects/49/b94aedb468c6a60b884773b4ca9661b2774d5c differ Binary files ./wordpress-3.3.1/.git/objects/49/b94c7799537bc7b43cfda7b6069463ba145ccf and ./wordpress-3.3.2/.git/objects/49/b94c7799537bc7b43cfda7b6069463ba145ccf differ Binary files ./wordpress-3.3.1/.git/objects/4a/15056adb87263648da2747b3a32ea7671034ce and ./wordpress-3.3.2/.git/objects/4a/15056adb87263648da2747b3a32ea7671034ce differ Binary files ./wordpress-3.3.1/.git/objects/4a/2a0f42589ddf58e609ce884974bce99c6ce2cf and ./wordpress-3.3.2/.git/objects/4a/2a0f42589ddf58e609ce884974bce99c6ce2cf differ Binary files ./wordpress-3.3.1/.git/objects/4a/41080deb434397df97bb3fbdb1c8a7fd5720a4 and ./wordpress-3.3.2/.git/objects/4a/41080deb434397df97bb3fbdb1c8a7fd5720a4 differ Binary files ./wordpress-3.3.1/.git/objects/4a/93eab86d01f40bdd379fb0b73cb6578cb5f6c0 and ./wordpress-3.3.2/.git/objects/4a/93eab86d01f40bdd379fb0b73cb6578cb5f6c0 differ Binary files ./wordpress-3.3.1/.git/objects/4a/dc3677fb6c6805bedc7db72ae2ac6047ddc3ec and ./wordpress-3.3.2/.git/objects/4a/dc3677fb6c6805bedc7db72ae2ac6047ddc3ec differ Binary files ./wordpress-3.3.1/.git/objects/4a/f1031e0613a286bc2901fbc1fcb93e9575f80a and ./wordpress-3.3.2/.git/objects/4a/f1031e0613a286bc2901fbc1fcb93e9575f80a differ Binary files ./wordpress-3.3.1/.git/objects/4b/21e446e34502f5afc3d3eb4d36706ed9fcb3f2 and ./wordpress-3.3.2/.git/objects/4b/21e446e34502f5afc3d3eb4d36706ed9fcb3f2 differ Binary files ./wordpress-3.3.1/.git/objects/4b/26eb0f620c106090c855a8baa02c2764c57da0 and ./wordpress-3.3.2/.git/objects/4b/26eb0f620c106090c855a8baa02c2764c57da0 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/4b/6b70e15e6ecfe06cbeabf80c393bb44cab4385 ./wordpress-3.3.2/.git/objects/4b/6b70e15e6ecfe06cbeabf80c393bb44cab4385 *** ./wordpress-3.3.1/.git/objects/4b/6b70e15e6ecfe06cbeabf80c393bb44cab4385 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/4b/6b70e15e6ecfe06cbeabf80c393bb44cab4385 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x}[k1jyƔaS(4)4B+ͺjei܄κQ7QB'y;@-)>]%_ c{:èlocBP@D D~ } *HM-שDQOыB,I1ҽ$ec,';ĺs17b3{: 9޳w;`]aEo޹yUXB '9%D.O`weM9t>$N \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/4b/829427cf423a9f8224ade5863fd083a10ad7af and ./wordpress-3.3.2/.git/objects/4b/829427cf423a9f8224ade5863fd083a10ad7af differ Binary files ./wordpress-3.3.1/.git/objects/4b/a5d145dbb9528830bf5c2abfc9866d085fd706 and ./wordpress-3.3.2/.git/objects/4b/a5d145dbb9528830bf5c2abfc9866d085fd706 differ Binary files ./wordpress-3.3.1/.git/objects/4b/d62c217f0824c018efc3749a1f783d960af001 and ./wordpress-3.3.2/.git/objects/4b/d62c217f0824c018efc3749a1f783d960af001 differ Binary files ./wordpress-3.3.1/.git/objects/4b/e9c3faf40c1d50fd91bd409f059560a7515c04 and ./wordpress-3.3.2/.git/objects/4b/e9c3faf40c1d50fd91bd409f059560a7515c04 differ Binary files ./wordpress-3.3.1/.git/objects/4b/f86435ff0de95b037a2c19863d41ff1fd07cfe and ./wordpress-3.3.2/.git/objects/4b/f86435ff0de95b037a2c19863d41ff1fd07cfe differ Binary files ./wordpress-3.3.1/.git/objects/4c/7089513af2c6275d5efe08539c8af6971fc3f4 and ./wordpress-3.3.2/.git/objects/4c/7089513af2c6275d5efe08539c8af6971fc3f4 differ Binary files ./wordpress-3.3.1/.git/objects/4c/a526143840ced37df04eb8c9997d98562ca74a and ./wordpress-3.3.2/.git/objects/4c/a526143840ced37df04eb8c9997d98562ca74a differ Binary files ./wordpress-3.3.1/.git/objects/4c/d26adc41a81552da3699d5b9746b19c396d135 and ./wordpress-3.3.2/.git/objects/4c/d26adc41a81552da3699d5b9746b19c396d135 differ Binary files ./wordpress-3.3.1/.git/objects/4c/faec1512055045d04d82788cb294512e8a7b57 and ./wordpress-3.3.2/.git/objects/4c/faec1512055045d04d82788cb294512e8a7b57 differ Binary files ./wordpress-3.3.1/.git/objects/4d/022774178209526d4fccf5f0c5e692c2ca9d6c and ./wordpress-3.3.2/.git/objects/4d/022774178209526d4fccf5f0c5e692c2ca9d6c differ Binary files ./wordpress-3.3.1/.git/objects/4d/184697d0799f4632be60481534fc23aa6676dd and ./wordpress-3.3.2/.git/objects/4d/184697d0799f4632be60481534fc23aa6676dd differ Binary files ./wordpress-3.3.1/.git/objects/4d/525d69c041ef1437f8252eb50630936bbe2e99 and ./wordpress-3.3.2/.git/objects/4d/525d69c041ef1437f8252eb50630936bbe2e99 differ Binary files ./wordpress-3.3.1/.git/objects/4d/73265c8f2fdc2cd8e3cebed93df446a1c5a0a4 and ./wordpress-3.3.2/.git/objects/4d/73265c8f2fdc2cd8e3cebed93df446a1c5a0a4 differ Binary files ./wordpress-3.3.1/.git/objects/4d/86770e64799f942ca3819ceadc6fc21d28f97b and ./wordpress-3.3.2/.git/objects/4d/86770e64799f942ca3819ceadc6fc21d28f97b differ Binary files ./wordpress-3.3.1/.git/objects/4d/89a6a0dc60077e71f9bbad407fad8bef7f9d39 and ./wordpress-3.3.2/.git/objects/4d/89a6a0dc60077e71f9bbad407fad8bef7f9d39 differ Binary files ./wordpress-3.3.1/.git/objects/4d/9ffe272b0b5dd50a0a53e868fde1b32e7ac17c and ./wordpress-3.3.2/.git/objects/4d/9ffe272b0b5dd50a0a53e868fde1b32e7ac17c differ Binary files ./wordpress-3.3.1/.git/objects/4d/e97103a0d267e4815ac2006d6d4e68bd59a8d1 and ./wordpress-3.3.2/.git/objects/4d/e97103a0d267e4815ac2006d6d4e68bd59a8d1 differ Binary files ./wordpress-3.3.1/.git/objects/4e/6c07c7ee1691cab5336b2f356ff6a5f367f879 and ./wordpress-3.3.2/.git/objects/4e/6c07c7ee1691cab5336b2f356ff6a5f367f879 differ Binary files ./wordpress-3.3.1/.git/objects/4e/bec5e74b0f3619ce0b2c66b32987750873cb45 and ./wordpress-3.3.2/.git/objects/4e/bec5e74b0f3619ce0b2c66b32987750873cb45 differ Binary files ./wordpress-3.3.1/.git/objects/4e/cc9548ef9b22321c6fdaac03fdfa7ea7588ba0 and ./wordpress-3.3.2/.git/objects/4e/cc9548ef9b22321c6fdaac03fdfa7ea7588ba0 differ Binary files ./wordpress-3.3.1/.git/objects/4f/30c6779e7edaaa6a6697213f60d4aa9d9f6d94 and ./wordpress-3.3.2/.git/objects/4f/30c6779e7edaaa6a6697213f60d4aa9d9f6d94 differ Binary files ./wordpress-3.3.1/.git/objects/4f/311567ed0bde877c5a1291a5853fd84b3fe951 and ./wordpress-3.3.2/.git/objects/4f/311567ed0bde877c5a1291a5853fd84b3fe951 differ Binary files ./wordpress-3.3.1/.git/objects/4f/3722c187b43eaa22f2fb5a32bce4d8356ffdbf and ./wordpress-3.3.2/.git/objects/4f/3722c187b43eaa22f2fb5a32bce4d8356ffdbf differ Binary files ./wordpress-3.3.1/.git/objects/4f/52758aa3fbbcb8db418f3cb0e70f26be6f78e4 and ./wordpress-3.3.2/.git/objects/4f/52758aa3fbbcb8db418f3cb0e70f26be6f78e4 differ Binary files ./wordpress-3.3.1/.git/objects/4f/69099240352c36ae14183e424dfe00ef2b3461 and ./wordpress-3.3.2/.git/objects/4f/69099240352c36ae14183e424dfe00ef2b3461 differ Binary files ./wordpress-3.3.1/.git/objects/4f/72070943ecaeb68faed0def9697aa8db29fc1d and ./wordpress-3.3.2/.git/objects/4f/72070943ecaeb68faed0def9697aa8db29fc1d differ Binary files ./wordpress-3.3.1/.git/objects/4f/8f8d3adf5d99fe42b18fbb836937a6b8569ad6 and ./wordpress-3.3.2/.git/objects/4f/8f8d3adf5d99fe42b18fbb836937a6b8569ad6 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/4f/b1c40ae8e6b576b4d5116ad018e75c250e1edc ./wordpress-3.3.2/.git/objects/4f/b1c40ae8e6b576b4d5116ad018e75c250e1edc *** ./wordpress-3.3.1/.git/objects/4f/b1c40ae8e6b576b4d5116ad018e75c250e1edc 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/4f/b1c40ae8e6b576b4d5116ad018e75c250e1edc 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x+)JMU0`040031QK+(`ԾZ?-aVG Ur \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/4f/d9377c3ce1c8ba819711493aa99b5e59804cd6 and ./wordpress-3.3.2/.git/objects/4f/d9377c3ce1c8ba819711493aa99b5e59804cd6 differ Binary files ./wordpress-3.3.1/.git/objects/50/14feac4bd656c887607210f9d062fda0e0a505 and ./wordpress-3.3.2/.git/objects/50/14feac4bd656c887607210f9d062fda0e0a505 differ Binary files ./wordpress-3.3.1/.git/objects/50/2fe247e811741d6fa2cd4f45d1db7deff32501 and ./wordpress-3.3.2/.git/objects/50/2fe247e811741d6fa2cd4f45d1db7deff32501 differ Binary files ./wordpress-3.3.1/.git/objects/50/ac6e0283a959c8afe2d49dcc04ce12f5be6015 and ./wordpress-3.3.2/.git/objects/50/ac6e0283a959c8afe2d49dcc04ce12f5be6015 differ Binary files ./wordpress-3.3.1/.git/objects/51/32aa853ad83cc75a915df3bb761179f11384b5 and ./wordpress-3.3.2/.git/objects/51/32aa853ad83cc75a915df3bb761179f11384b5 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/51/4a22b41a931d454c593091a71bca9a0a0cae58 ./wordpress-3.3.2/.git/objects/51/4a22b41a931d454c593091a71bca9a0a0cae58 *** ./wordpress-3.3.1/.git/objects/51/4a22b41a931d454c593091a71bca9a0a0cae58 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/51/4a22b41a931d454c593091a71bca9a0a0cae58 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xUKO1 _aNC$x16n&lYG30@޷ U}}dv.;ac۲s6v~\5hKH,@!(A - ]Su\pr5[ - cWw\tut&DJzp:Ajmʛ%>Df;WéPg!˞9͞CfCu7ֆY24(!%J"%uv3u,t1_L G"t61{im͓bybƆ8[QC^1Wo::4w *o,mYJXI1 +=Ȓ7y Sc1i35Ҋ/)Q \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/64/6e1ccb5df3342219f8c22b111481881fa3da0d and ./wordpress-3.3.2/.git/objects/64/6e1ccb5df3342219f8c22b111481881fa3da0d differ Binary files ./wordpress-3.3.1/.git/objects/64/8388f4d1450e402ac0b6a7e070d2caf3f3c6d2 and ./wordpress-3.3.2/.git/objects/64/8388f4d1450e402ac0b6a7e070d2caf3f3c6d2 differ Binary files ./wordpress-3.3.1/.git/objects/64/893bb99e49e1eb8b9053a1c8d6996836b0931d and ./wordpress-3.3.2/.git/objects/64/893bb99e49e1eb8b9053a1c8d6996836b0931d differ Binary files ./wordpress-3.3.1/.git/objects/64/c678f3ecd15f684880fa4ff404292d8aa6e5d8 and ./wordpress-3.3.2/.git/objects/64/c678f3ecd15f684880fa4ff404292d8aa6e5d8 differ Binary files ./wordpress-3.3.1/.git/objects/64/e41704c09d7bfccf07ac6c84493d656c960a45 and ./wordpress-3.3.2/.git/objects/64/e41704c09d7bfccf07ac6c84493d656c960a45 differ Binary files ./wordpress-3.3.1/.git/objects/65/0f61bfb35d59bad1ee54b83ef2f98bf9f83c51 and ./wordpress-3.3.2/.git/objects/65/0f61bfb35d59bad1ee54b83ef2f98bf9f83c51 differ Binary files ./wordpress-3.3.1/.git/objects/65/6ce1eee606d2321e5ce1833898b449b3084a12 and ./wordpress-3.3.2/.git/objects/65/6ce1eee606d2321e5ce1833898b449b3084a12 differ Binary files ./wordpress-3.3.1/.git/objects/65/a517266a119cbb6298b822efd1af4b8ab95e40 and ./wordpress-3.3.2/.git/objects/65/a517266a119cbb6298b822efd1af4b8ab95e40 differ Binary files ./wordpress-3.3.1/.git/objects/65/f9ee99383c5b3b3554c0676a2a0a90a6054ea0 and ./wordpress-3.3.2/.git/objects/65/f9ee99383c5b3b3554c0676a2a0a90a6054ea0 differ Binary files ./wordpress-3.3.1/.git/objects/66/6c3f37e252a178b0797a1dc235ba7f2bbfa869 and ./wordpress-3.3.2/.git/objects/66/6c3f37e252a178b0797a1dc235ba7f2bbfa869 differ Binary files ./wordpress-3.3.1/.git/objects/66/8e71aaadaff63b151f68d30052d6b40649aaf3 and ./wordpress-3.3.2/.git/objects/66/8e71aaadaff63b151f68d30052d6b40649aaf3 differ Binary files ./wordpress-3.3.1/.git/objects/66/91abf53ff41b379def1b7a05aaeb32e20eb692 and ./wordpress-3.3.2/.git/objects/66/91abf53ff41b379def1b7a05aaeb32e20eb692 differ Binary files ./wordpress-3.3.1/.git/objects/66/c102f71fbc73c201038955913336a494e1120b and ./wordpress-3.3.2/.git/objects/66/c102f71fbc73c201038955913336a494e1120b differ Binary files ./wordpress-3.3.1/.git/objects/66/eddaa7fc2a7c7528ddbde6a65647f79418e40f and ./wordpress-3.3.2/.git/objects/66/eddaa7fc2a7c7528ddbde6a65647f79418e40f differ Binary files ./wordpress-3.3.1/.git/objects/66/f7797caaed9c758b069f09aa6de0675e717a48 and ./wordpress-3.3.2/.git/objects/66/f7797caaed9c758b069f09aa6de0675e717a48 differ Binary files ./wordpress-3.3.1/.git/objects/66/ff71fc36b6480225db2d9fe94a328cfbbeb477 and ./wordpress-3.3.2/.git/objects/66/ff71fc36b6480225db2d9fe94a328cfbbeb477 differ Binary files ./wordpress-3.3.1/.git/objects/67/0648a2c38d5585eeb47f527001cfc61e4b7a67 and ./wordpress-3.3.2/.git/objects/67/0648a2c38d5585eeb47f527001cfc61e4b7a67 differ Binary files ./wordpress-3.3.1/.git/objects/67/36e6b009f4bd3c24b9a1cc5a5292d2e34b9dff and ./wordpress-3.3.2/.git/objects/67/36e6b009f4bd3c24b9a1cc5a5292d2e34b9dff differ Binary files ./wordpress-3.3.1/.git/objects/67/5a76a74fd6d5ee4bd5f1c0721fc4cc82daeb18 and ./wordpress-3.3.2/.git/objects/67/5a76a74fd6d5ee4bd5f1c0721fc4cc82daeb18 differ Binary files ./wordpress-3.3.1/.git/objects/67/673f1ca5c6cc1ebb74e53a5b1f260b5d34440d and ./wordpress-3.3.2/.git/objects/67/673f1ca5c6cc1ebb74e53a5b1f260b5d34440d differ Binary files ./wordpress-3.3.1/.git/objects/67/95b1653433cf0aa4bb4b1236f6f13553e989c3 and ./wordpress-3.3.2/.git/objects/67/95b1653433cf0aa4bb4b1236f6f13553e989c3 differ Binary files ./wordpress-3.3.1/.git/objects/67/ff80c00eaa18fa578d70d19a13ee213a3e3f45 and ./wordpress-3.3.2/.git/objects/67/ff80c00eaa18fa578d70d19a13ee213a3e3f45 differ Binary files ./wordpress-3.3.1/.git/objects/68/3c6a730ee529c8605c21cf6e06b1d0962a1ee2 and ./wordpress-3.3.2/.git/objects/68/3c6a730ee529c8605c21cf6e06b1d0962a1ee2 differ Binary files ./wordpress-3.3.1/.git/objects/68/7b241eec371858a6b084712623ee9e1f89e2c7 and ./wordpress-3.3.2/.git/objects/68/7b241eec371858a6b084712623ee9e1f89e2c7 differ Binary files ./wordpress-3.3.1/.git/objects/68/7b8fd302a2fd9bb5591904696ea798be9705a1 and ./wordpress-3.3.2/.git/objects/68/7b8fd302a2fd9bb5591904696ea798be9705a1 differ Binary files ./wordpress-3.3.1/.git/objects/69/13957ffc11a29fc81b8ebe736be5d4bdfea836 and ./wordpress-3.3.2/.git/objects/69/13957ffc11a29fc81b8ebe736be5d4bdfea836 differ Binary files ./wordpress-3.3.1/.git/objects/69/867ac271f2407557b1fa097d3f3161e61e8d6e and ./wordpress-3.3.2/.git/objects/69/867ac271f2407557b1fa097d3f3161e61e8d6e differ Binary files ./wordpress-3.3.1/.git/objects/69/a16271dfae62611e92735a7db7f049d93769d6 and ./wordpress-3.3.2/.git/objects/69/a16271dfae62611e92735a7db7f049d93769d6 differ Binary files ./wordpress-3.3.1/.git/objects/69/e0352482807c899f16add0e6f6b618b55b1420 and ./wordpress-3.3.2/.git/objects/69/e0352482807c899f16add0e6f6b618b55b1420 differ Binary files ./wordpress-3.3.1/.git/objects/6a/1b41cdaf417a47e8db12cbc3a58126b71e4056 and ./wordpress-3.3.2/.git/objects/6a/1b41cdaf417a47e8db12cbc3a58126b71e4056 differ Binary files ./wordpress-3.3.1/.git/objects/6a/48f46908e4e9250c52bcbfbf75ee7ec91bfbb1 and ./wordpress-3.3.2/.git/objects/6a/48f46908e4e9250c52bcbfbf75ee7ec91bfbb1 differ Binary files ./wordpress-3.3.1/.git/objects/6a/567348ced8f40804cf9bbde525c0b53fea5b7c and ./wordpress-3.3.2/.git/objects/6a/567348ced8f40804cf9bbde525c0b53fea5b7c differ Binary files ./wordpress-3.3.1/.git/objects/6a/622b27aa21e103ba39d1a1b521014936086eff and ./wordpress-3.3.2/.git/objects/6a/622b27aa21e103ba39d1a1b521014936086eff differ Binary files ./wordpress-3.3.1/.git/objects/6a/85f4cb7dba7995a46bfd042792fe951889312d and ./wordpress-3.3.2/.git/objects/6a/85f4cb7dba7995a46bfd042792fe951889312d differ Binary files ./wordpress-3.3.1/.git/objects/6a/a85a85a3dc89bcaf6041310493903553259c55 and ./wordpress-3.3.2/.git/objects/6a/a85a85a3dc89bcaf6041310493903553259c55 differ Binary files ./wordpress-3.3.1/.git/objects/6a/c49b93b42aeacc72f1a179358eac304a9b8f61 and ./wordpress-3.3.2/.git/objects/6a/c49b93b42aeacc72f1a179358eac304a9b8f61 differ Binary files ./wordpress-3.3.1/.git/objects/6a/d58d1d62c58fac2a85c72bcd0ff21f2210113b and ./wordpress-3.3.2/.git/objects/6a/d58d1d62c58fac2a85c72bcd0ff21f2210113b differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/6a/ebd88cceac06fcec25cc8a4c185bc466d418b2 ./wordpress-3.3.2/.git/objects/6a/ebd88cceac06fcec25cc8a4c185bc466d418b2 *** ./wordpress-3.3.1/.git/objects/6a/ebd88cceac06fcec25cc8a4c185bc466d418b2 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/6a/ebd88cceac06fcec25cc8a4c185bc466d418b2 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xQ]O0KB|A@!( 4nmm̧|8S1\tGC֤nhBtjZ[40Js!u;$\+A{jɾؖWB)řZ Rs!@͡JsCS]W µRd֚IBZ5[F \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/6b/56045010ffbf59bc00fb109ec4ac2fadccaa2e and ./wordpress-3.3.2/.git/objects/6b/56045010ffbf59bc00fb109ec4ac2fadccaa2e differ Binary files ./wordpress-3.3.1/.git/objects/6b/67efae84818d3bbc0dd712bfbbb03a44934702 and ./wordpress-3.3.2/.git/objects/6b/67efae84818d3bbc0dd712bfbbb03a44934702 differ Binary files ./wordpress-3.3.1/.git/objects/6b/a6542929c31895caef647a382b424fbc5b60f4 and ./wordpress-3.3.2/.git/objects/6b/a6542929c31895caef647a382b424fbc5b60f4 differ Binary files ./wordpress-3.3.1/.git/objects/6b/b48c0fca4ee773b3374750894181c250d9aca0 and ./wordpress-3.3.2/.git/objects/6b/b48c0fca4ee773b3374750894181c250d9aca0 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/6b/c84587299b3476a0f08b6af48da9172d57b51c ./wordpress-3.3.2/.git/objects/6b/c84587299b3476a0f08b6af48da9172d57b51c *** ./wordpress-3.3.1/.git/objects/6b/c84587299b3476a0f08b6af48da9172d57b51c 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/6b/c84587299b3476a0f08b6af48da9172d57b51c 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xePn0 ޙeC*\Oƥi\ M{9+Ӑ#]on*3WϱD՟ZGz&Z/ - [:re"PZNzQy^k1CPƎ1C7^sf")|sCtWPzW{Qn\G-_8հn۶-5Q /01n`Q99Y05j`T+gTM/5kٛ"6V_ - } \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/6b/f437acc4b26a9071ba329c6ecb4e3b79c2c857 and ./wordpress-3.3.2/.git/objects/6b/f437acc4b26a9071ba329c6ecb4e3b79c2c857 differ Binary files ./wordpress-3.3.1/.git/objects/6b/f8797940cd1af1c819597b0f9f5ef52ffcf505 and ./wordpress-3.3.2/.git/objects/6b/f8797940cd1af1c819597b0f9f5ef52ffcf505 differ Binary files ./wordpress-3.3.1/.git/objects/6c/024eddad2f95ee1557ff397232d182f026811d and ./wordpress-3.3.2/.git/objects/6c/024eddad2f95ee1557ff397232d182f026811d differ Binary files ./wordpress-3.3.1/.git/objects/6c/05e533033564b21af22938928634738830de69 and ./wordpress-3.3.2/.git/objects/6c/05e533033564b21af22938928634738830de69 differ Binary files ./wordpress-3.3.1/.git/objects/6c/07cafbf2583793a73208ab093836f2a879c4bf and ./wordpress-3.3.2/.git/objects/6c/07cafbf2583793a73208ab093836f2a879c4bf differ Binary files ./wordpress-3.3.1/.git/objects/6c/0e04fe5dab360c449d2eb66def147e7068bd68 and ./wordpress-3.3.2/.git/objects/6c/0e04fe5dab360c449d2eb66def147e7068bd68 differ Binary files ./wordpress-3.3.1/.git/objects/6c/51d075eeab08c96cb09c4b7ebe47a4e7fad0cd and ./wordpress-3.3.2/.git/objects/6c/51d075eeab08c96cb09c4b7ebe47a4e7fad0cd differ Binary files ./wordpress-3.3.1/.git/objects/6c/54415f8e0f3c5d7d22ef4b368c25d08762fe59 and ./wordpress-3.3.2/.git/objects/6c/54415f8e0f3c5d7d22ef4b368c25d08762fe59 differ Binary files ./wordpress-3.3.1/.git/objects/6c/82a1dc66c875b287ce666f3232e9d678324d95 and ./wordpress-3.3.2/.git/objects/6c/82a1dc66c875b287ce666f3232e9d678324d95 differ Binary files ./wordpress-3.3.1/.git/objects/6c/832e07dc52e7a062dc60e3dc66657dc8c88a07 and ./wordpress-3.3.2/.git/objects/6c/832e07dc52e7a062dc60e3dc66657dc8c88a07 differ Binary files ./wordpress-3.3.1/.git/objects/6c/f1da4aacaa8aad7cec2551c720ef9117456f05 and ./wordpress-3.3.2/.git/objects/6c/f1da4aacaa8aad7cec2551c720ef9117456f05 differ Binary files ./wordpress-3.3.1/.git/objects/6c/f8851bde9b97c890da2160e9b71055827bc096 and ./wordpress-3.3.2/.git/objects/6c/f8851bde9b97c890da2160e9b71055827bc096 differ Binary files ./wordpress-3.3.1/.git/objects/6d/0d1ab58853da9f7b585f694621b390bdf2ea1e and ./wordpress-3.3.2/.git/objects/6d/0d1ab58853da9f7b585f694621b390bdf2ea1e differ Binary files ./wordpress-3.3.1/.git/objects/6d/2f495e38cde56d9d21ddba692f124320ca9b8c and ./wordpress-3.3.2/.git/objects/6d/2f495e38cde56d9d21ddba692f124320ca9b8c differ Binary files ./wordpress-3.3.1/.git/objects/6d/d03a4ce4dda310479810641b48d8815372b7f9 and ./wordpress-3.3.2/.git/objects/6d/d03a4ce4dda310479810641b48d8815372b7f9 differ Binary files ./wordpress-3.3.1/.git/objects/6d/e774f4b23f0dc2306faae4ade385d79fd354aa and ./wordpress-3.3.2/.git/objects/6d/e774f4b23f0dc2306faae4ade385d79fd354aa differ Binary files ./wordpress-3.3.1/.git/objects/6e/25a1fa3efa6518da163c780af1ff8b10cdd0bb and ./wordpress-3.3.2/.git/objects/6e/25a1fa3efa6518da163c780af1ff8b10cdd0bb differ Binary files ./wordpress-3.3.1/.git/objects/6e/50e2eecdb54d2ee3a14c39547a6b454524f98d and ./wordpress-3.3.2/.git/objects/6e/50e2eecdb54d2ee3a14c39547a6b454524f98d differ Binary files ./wordpress-3.3.1/.git/objects/6e/684f48b342b363654d66273e1810b302689bb6 and ./wordpress-3.3.2/.git/objects/6e/684f48b342b363654d66273e1810b302689bb6 differ Binary files ./wordpress-3.3.1/.git/objects/6e/7b676b345588a734dce002843a442520931170 and ./wordpress-3.3.2/.git/objects/6e/7b676b345588a734dce002843a442520931170 differ Binary files ./wordpress-3.3.1/.git/objects/6f/050c6013c8d4ca7ec251e0587c7b5e9d6b47ac and ./wordpress-3.3.2/.git/objects/6f/050c6013c8d4ca7ec251e0587c7b5e9d6b47ac differ Binary files ./wordpress-3.3.1/.git/objects/6f/1e765f862317b0fef4dfe828acdf400d918a06 and ./wordpress-3.3.2/.git/objects/6f/1e765f862317b0fef4dfe828acdf400d918a06 differ Binary files ./wordpress-3.3.1/.git/objects/6f/4b66466f2a6fa03bd6c16fbddc202aa7bc908e and ./wordpress-3.3.2/.git/objects/6f/4b66466f2a6fa03bd6c16fbddc202aa7bc908e differ Binary files ./wordpress-3.3.1/.git/objects/6f/5718489537856407e2ef5ba69fcb0e309def8e and ./wordpress-3.3.2/.git/objects/6f/5718489537856407e2ef5ba69fcb0e309def8e differ Binary files ./wordpress-3.3.1/.git/objects/6f/62fe606dd974e5235a8a9125943d895f2a4b15 and ./wordpress-3.3.2/.git/objects/6f/62fe606dd974e5235a8a9125943d895f2a4b15 differ Binary files ./wordpress-3.3.1/.git/objects/6f/7e289e00a9d7a95e278481d5a2abd4717fda50 and ./wordpress-3.3.2/.git/objects/6f/7e289e00a9d7a95e278481d5a2abd4717fda50 differ Binary files ./wordpress-3.3.1/.git/objects/6f/a1742f0d891d6ec30e0d34404bfab25b760681 and ./wordpress-3.3.2/.git/objects/6f/a1742f0d891d6ec30e0d34404bfab25b760681 differ Binary files ./wordpress-3.3.1/.git/objects/6f/aabfd79989f533881a7b6ba46aecf2cb30167e and ./wordpress-3.3.2/.git/objects/6f/aabfd79989f533881a7b6ba46aecf2cb30167e differ Binary files ./wordpress-3.3.1/.git/objects/6f/e25de090fae155f6e109463c6b78f26baccb3b and ./wordpress-3.3.2/.git/objects/6f/e25de090fae155f6e109463c6b78f26baccb3b differ Binary files ./wordpress-3.3.1/.git/objects/70/00c4f7478ab5b282f376959c4d08c081c81fab and ./wordpress-3.3.2/.git/objects/70/00c4f7478ab5b282f376959c4d08c081c81fab differ Binary files ./wordpress-3.3.1/.git/objects/70/0655246b1c1e5ffa5558da6975f96da90dc903 and ./wordpress-3.3.2/.git/objects/70/0655246b1c1e5ffa5558da6975f96da90dc903 differ Binary files ./wordpress-3.3.1/.git/objects/70/9e7f97c881b330529c0000e51fd7fbd27eb5f6 and ./wordpress-3.3.2/.git/objects/70/9e7f97c881b330529c0000e51fd7fbd27eb5f6 differ Binary files ./wordpress-3.3.1/.git/objects/70/b5505331330db0932fddeadb627f823e217f69 and ./wordpress-3.3.2/.git/objects/70/b5505331330db0932fddeadb627f823e217f69 differ Binary files ./wordpress-3.3.1/.git/objects/70/de3de7202f04bcb80b77c607ead685519c8990 and ./wordpress-3.3.2/.git/objects/70/de3de7202f04bcb80b77c607ead685519c8990 differ Binary files ./wordpress-3.3.1/.git/objects/71/0049a36e4c7af5634f849dc08b956d9857ad80 and ./wordpress-3.3.2/.git/objects/71/0049a36e4c7af5634f849dc08b956d9857ad80 differ Binary files ./wordpress-3.3.1/.git/objects/71/337eb996a5546a968b24696497db596f841634 and ./wordpress-3.3.2/.git/objects/71/337eb996a5546a968b24696497db596f841634 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/71/44e5b38057294eba7e7a3e9b1bebfc82f01ff1 ./wordpress-3.3.2/.git/objects/71/44e5b38057294eba7e7a3e9b1bebfc82f01ff1 *** ./wordpress-3.3.1/.git/objects/71/44e5b38057294eba7e7a3e9b1bebfc82f01ff1 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/71/44e5b38057294eba7e7a3e9b1bebfc82f01ff1 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xMJ0zao:IRSzeEVvGԤ$QA|=/"N>0@޷"8;]vƔlMsj/M" JHR(@I]Xpr5[ - cW»D.}Doi:ƺ - G"f=p:ACڔ7K0=}x=ZU (䃆ES(Ʃȼ ?*d_M \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/71/6e80aca9b939b576abb349415283f4303f5672 and ./wordpress-3.3.2/.git/objects/71/6e80aca9b939b576abb349415283f4303f5672 differ Binary files ./wordpress-3.3.1/.git/objects/71/708d044b0a692ba0bbc69967afdf6ad0fc86e3 and ./wordpress-3.3.2/.git/objects/71/708d044b0a692ba0bbc69967afdf6ad0fc86e3 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/71/a1b0466ffe87817e120565c217c2cb4e8d507c ./wordpress-3.3.2/.git/objects/71/a1b0466ffe87817e120565c217c2cb4e8d507c *** ./wordpress-3.3.1/.git/objects/71/a1b0466ffe87817e120565c217c2cb4e8d507c 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/71/a1b0466ffe87817e120565c217c2cb4e8d507c 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xUPKk@9bnnZj="]cdGc|@aN3sW0N^g<;"fanQlٴljFtJ`g{0#l=[c]u;5On6_ c \Hݥ#a=װ#t)s\#77ҦԒۃ> ǎK/TT~B)C*[+UZ \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/71/cc36dc6bd8871a1ed06ff9f0dd08acc38a6d24 and ./wordpress-3.3.2/.git/objects/71/cc36dc6bd8871a1ed06ff9f0dd08acc38a6d24 differ Binary files ./wordpress-3.3.1/.git/objects/71/f43430ee759b6cfa9aea18e37dbcf8ad96ce0d and ./wordpress-3.3.2/.git/objects/71/f43430ee759b6cfa9aea18e37dbcf8ad96ce0d differ Binary files ./wordpress-3.3.1/.git/objects/72/8106f9e907a38ba4472e83b0391b0c10f41632 and ./wordpress-3.3.2/.git/objects/72/8106f9e907a38ba4472e83b0391b0c10f41632 differ Binary files ./wordpress-3.3.1/.git/objects/72/c336b98a5e220153dccfe638c372e100542946 and ./wordpress-3.3.2/.git/objects/72/c336b98a5e220153dccfe638c372e100542946 differ Binary files ./wordpress-3.3.1/.git/objects/72/ea7ccb5321d5384d70437cfaac73011237901e and ./wordpress-3.3.2/.git/objects/72/ea7ccb5321d5384d70437cfaac73011237901e differ Binary files ./wordpress-3.3.1/.git/objects/73/1cbe8abcdba314b4d3fe7a19f40b29a8dac1c4 and ./wordpress-3.3.2/.git/objects/73/1cbe8abcdba314b4d3fe7a19f40b29a8dac1c4 differ Binary files ./wordpress-3.3.1/.git/objects/73/3f3a447374bea75e6534a5d3e64dae474bd9ea and ./wordpress-3.3.2/.git/objects/73/3f3a447374bea75e6534a5d3e64dae474bd9ea differ Binary files ./wordpress-3.3.1/.git/objects/73/7fbcecd5d17145a8647f77b1dbc90cae6df84e and ./wordpress-3.3.2/.git/objects/73/7fbcecd5d17145a8647f77b1dbc90cae6df84e differ Binary files ./wordpress-3.3.1/.git/objects/73/92fb664c08a6350e59eb6ac6bc2013af03428c and ./wordpress-3.3.2/.git/objects/73/92fb664c08a6350e59eb6ac6bc2013af03428c differ Binary files ./wordpress-3.3.1/.git/objects/73/9b888f32573b02c0e4535df814bf949f068745 and ./wordpress-3.3.2/.git/objects/73/9b888f32573b02c0e4535df814bf949f068745 differ Binary files ./wordpress-3.3.1/.git/objects/73/b7eeb70b7635675efd7373cac4408b4d44ea2a and ./wordpress-3.3.2/.git/objects/73/b7eeb70b7635675efd7373cac4408b4d44ea2a differ Binary files ./wordpress-3.3.1/.git/objects/73/ce88989a37a6d93935e677313eb9632a4fd0c2 and ./wordpress-3.3.2/.git/objects/73/ce88989a37a6d93935e677313eb9632a4fd0c2 differ Binary files ./wordpress-3.3.1/.git/objects/74/21f2194aedf01405058f6fae0a73e2192e1ff4 and ./wordpress-3.3.2/.git/objects/74/21f2194aedf01405058f6fae0a73e2192e1ff4 differ Binary files ./wordpress-3.3.1/.git/objects/74/3e9053e0b6ec5136466a50bb11f9e86029a3fd and ./wordpress-3.3.2/.git/objects/74/3e9053e0b6ec5136466a50bb11f9e86029a3fd differ Binary files ./wordpress-3.3.1/.git/objects/75/010df2070c55038f08ba88ed2c50d52a0c7a83 and ./wordpress-3.3.2/.git/objects/75/010df2070c55038f08ba88ed2c50d52a0c7a83 differ Binary files ./wordpress-3.3.1/.git/objects/75/08630927fe3d249dd76989a2947eed30d3bd1c and ./wordpress-3.3.2/.git/objects/75/08630927fe3d249dd76989a2947eed30d3bd1c differ Binary files ./wordpress-3.3.1/.git/objects/75/a8ded798dab9058fa4a36535d832701dd71dc8 and ./wordpress-3.3.2/.git/objects/75/a8ded798dab9058fa4a36535d832701dd71dc8 differ Binary files ./wordpress-3.3.1/.git/objects/75/c4522b7b2588d519b2929360f191609118cd45 and ./wordpress-3.3.2/.git/objects/75/c4522b7b2588d519b2929360f191609118cd45 differ Binary files ./wordpress-3.3.1/.git/objects/75/f3c6079381fe133b10a048e92016e80bec514e and ./wordpress-3.3.2/.git/objects/75/f3c6079381fe133b10a048e92016e80bec514e differ Binary files ./wordpress-3.3.1/.git/objects/76/0d0290fd944b435a9c22ffe8e4fb5cc1048a8c and ./wordpress-3.3.2/.git/objects/76/0d0290fd944b435a9c22ffe8e4fb5cc1048a8c differ Binary files ./wordpress-3.3.1/.git/objects/76/e0ce6ba1b15724ef8483ff2651e2a13962405d and ./wordpress-3.3.2/.git/objects/76/e0ce6ba1b15724ef8483ff2651e2a13962405d differ Binary files ./wordpress-3.3.1/.git/objects/77/09bf14ccbbaf1493e3017f2de9cb78bf7a76ca and ./wordpress-3.3.2/.git/objects/77/09bf14ccbbaf1493e3017f2de9cb78bf7a76ca differ Binary files ./wordpress-3.3.1/.git/objects/77/5a7a0329ea8be6b070b9491f3b4acaaac653f8 and ./wordpress-3.3.2/.git/objects/77/5a7a0329ea8be6b070b9491f3b4acaaac653f8 differ Binary files ./wordpress-3.3.1/.git/objects/77/bf8d29fe4f2cdd58f6e51c581082ab1f292ceb and ./wordpress-3.3.2/.git/objects/77/bf8d29fe4f2cdd58f6e51c581082ab1f292ceb differ Binary files ./wordpress-3.3.1/.git/objects/78/417d7de1ac162cce2c541a8ae0018e4f411389 and ./wordpress-3.3.2/.git/objects/78/417d7de1ac162cce2c541a8ae0018e4f411389 differ Binary files ./wordpress-3.3.1/.git/objects/78/4ac24f1774be9b73a2e0b31462189cbcabe3f2 and ./wordpress-3.3.2/.git/objects/78/4ac24f1774be9b73a2e0b31462189cbcabe3f2 differ Binary files ./wordpress-3.3.1/.git/objects/78/63ca106631609dfecad341bc903182f076b289 and ./wordpress-3.3.2/.git/objects/78/63ca106631609dfecad341bc903182f076b289 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/78/6e4f55de224e5d346df90e2d490e51b16474f4 ./wordpress-3.3.2/.git/objects/78/6e4f55de224e5d346df90e2d490e51b16474f4 *** ./wordpress-3.3.1/.git/objects/78/6e4f55de224e5d346df90e2d490e51b16474f4 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/78/6e4f55de224e5d346df90e2d490e51b16474f4 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xKOR04dptLaa0sM[_бS^x%KrыePOV.0 Z>k鲜!t2M&+>cj\9w^+X83@+칰PT)H; \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/78/8972775290bc963c7519f6e112a272f3e8a695 and ./wordpress-3.3.2/.git/objects/78/8972775290bc963c7519f6e112a272f3e8a695 differ Binary files ./wordpress-3.3.1/.git/objects/78/97e7347831ef9a9c4692f8bf66375a49b61c5e and ./wordpress-3.3.2/.git/objects/78/97e7347831ef9a9c4692f8bf66375a49b61c5e differ Binary files ./wordpress-3.3.1/.git/objects/78/bc080e182b54afccae2a10ad1ec60a86516fec and ./wordpress-3.3.2/.git/objects/78/bc080e182b54afccae2a10ad1ec60a86516fec differ Binary files ./wordpress-3.3.1/.git/objects/78/de5ae53308e9b61939d4d90a3ca35f5e528a52 and ./wordpress-3.3.2/.git/objects/78/de5ae53308e9b61939d4d90a3ca35f5e528a52 differ Binary files ./wordpress-3.3.1/.git/objects/79/09082a1d8451666245dc8aa04f1ec94a3f5727 and ./wordpress-3.3.2/.git/objects/79/09082a1d8451666245dc8aa04f1ec94a3f5727 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/79/5495a664090ba25694944a8fb950732d7704d5 ./wordpress-3.3.2/.git/objects/79/5495a664090ba25694944a8fb950732d7704d5 *** ./wordpress-3.3.1/.git/objects/79/5495a664090ba25694944a8fb950732d7704d5 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/79/5495a664090ba25694944a8fb950732d7704d5 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x_K0}]?E(Ba͓ 9eB44 I~|Ӥ27ѷޓ9FB:i*YOPkB?}&璊}+p2A!YpKfeyX\ [bJ Bd׽²=okSvFވ:[A\Y |c/^ܷACHs*ijb̢,7jY>}W"MO(މaJ߃;B !QKol 5xdw\ iF}Zk8= =0ҡ`e`.Qȗ7߾IXS),//⌰f[tSc@٬ ^j'MWPD? \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/7b/31745b4d43de3a3a2de9f2a37bc443beb6dedd and ./wordpress-3.3.2/.git/objects/7b/31745b4d43de3a3a2de9f2a37bc443beb6dedd differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/7b/556351df49d9064d6016dca78d80ad65a26a54 ./wordpress-3.3.2/.git/objects/7b/556351df49d9064d6016dca78d80ad65a26a54 *** ./wordpress-3.3.1/.git/objects/7b/556351df49d9064d6016dca78d80ad65a26a54 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/7b/556351df49d9064d6016dca78d80ad65a26a54 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xSQk0ޫ+H)clB[[:br$iܾ2V-x+fui;*얢 /Jh#(SFy2#UkJa pl - .HҖm ʺ6j8Hx%K[pX 7\Z ,/S;e=5Y"LӠXK۽h*.⺷XBJŕicÑg%|DC~hʍSvF̽36ߌy\rKNLg:XMVي??SCYH̟)9uи"B w}2H́o9N ߟ~J:5{/AڥZ`ItHKyOj8(%\Ext"-eџ4ͷ7HF#茄Yj44 x+hUj{Cw'Dž5/g3 \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/7b/959e3a186e5e35db7fa492755502efec246c63 and ./wordpress-3.3.2/.git/objects/7b/959e3a186e5e35db7fa492755502efec246c63 differ Binary files ./wordpress-3.3.1/.git/objects/7b/c3fd4671fb1f3a22ea7b234617acd61282f17e and ./wordpress-3.3.2/.git/objects/7b/c3fd4671fb1f3a22ea7b234617acd61282f17e differ Binary files ./wordpress-3.3.1/.git/objects/7b/fd25d58aca207c062a4869a4b972fb08bc31f6 and ./wordpress-3.3.2/.git/objects/7b/fd25d58aca207c062a4869a4b972fb08bc31f6 differ Binary files ./wordpress-3.3.1/.git/objects/7c/3380275fcadec882aaf407cc758d49ad8e984c and ./wordpress-3.3.2/.git/objects/7c/3380275fcadec882aaf407cc758d49ad8e984c differ Binary files ./wordpress-3.3.1/.git/objects/7c/5949cc21748b20179d4c6330092aae2e362c3e and ./wordpress-3.3.2/.git/objects/7c/5949cc21748b20179d4c6330092aae2e362c3e differ Binary files ./wordpress-3.3.1/.git/objects/7c/5f51195fadd127f89b929644fc401dba54d3ee and ./wordpress-3.3.2/.git/objects/7c/5f51195fadd127f89b929644fc401dba54d3ee differ Binary files ./wordpress-3.3.1/.git/objects/7c/72a05e13c426e0701005b4122e624d1f908c30 and ./wordpress-3.3.2/.git/objects/7c/72a05e13c426e0701005b4122e624d1f908c30 differ Binary files ./wordpress-3.3.1/.git/objects/7c/b5dc4a355cb0ec9e6a95614e17c4e2ca006336 and ./wordpress-3.3.2/.git/objects/7c/b5dc4a355cb0ec9e6a95614e17c4e2ca006336 differ Binary files ./wordpress-3.3.1/.git/objects/7d/0a4dbca03cc13177a359a5f175dda819fdf464 and ./wordpress-3.3.2/.git/objects/7d/0a4dbca03cc13177a359a5f175dda819fdf464 differ Binary files ./wordpress-3.3.1/.git/objects/7d/449930d4db939e2bc9cee0d0526d096c2a7f39 and ./wordpress-3.3.2/.git/objects/7d/449930d4db939e2bc9cee0d0526d096c2a7f39 differ Binary files ./wordpress-3.3.1/.git/objects/7d/5444d87dec4934eba57ebf4b039db327799225 and ./wordpress-3.3.2/.git/objects/7d/5444d87dec4934eba57ebf4b039db327799225 differ Binary files ./wordpress-3.3.1/.git/objects/7d/54b1f994bb20c2a17c6e9e53edb39e0444b380 and ./wordpress-3.3.2/.git/objects/7d/54b1f994bb20c2a17c6e9e53edb39e0444b380 differ Binary files ./wordpress-3.3.1/.git/objects/7d/ae3b773724953f484d9e452b22a52f534a5fd6 and ./wordpress-3.3.2/.git/objects/7d/ae3b773724953f484d9e452b22a52f534a5fd6 differ Binary files ./wordpress-3.3.1/.git/objects/7d/b14487f12bebbe9f7c01944ce18c0f872e3a3a and ./wordpress-3.3.2/.git/objects/7d/b14487f12bebbe9f7c01944ce18c0f872e3a3a differ Binary files ./wordpress-3.3.1/.git/objects/7e/109182559548a8279d5c01139bbf485e708f4b and ./wordpress-3.3.2/.git/objects/7e/109182559548a8279d5c01139bbf485e708f4b differ Binary files ./wordpress-3.3.1/.git/objects/7e/e32cb5155cf713da9eaf58a701fddd0030777b and ./wordpress-3.3.2/.git/objects/7e/e32cb5155cf713da9eaf58a701fddd0030777b differ Binary files ./wordpress-3.3.1/.git/objects/7f/04e1a5af8af2fef897d8db4b11fe71f432b310 and ./wordpress-3.3.2/.git/objects/7f/04e1a5af8af2fef897d8db4b11fe71f432b310 differ Binary files ./wordpress-3.3.1/.git/objects/7f/0c1b476558ad99cb34bcefad63fb2d8220ad13 and ./wordpress-3.3.2/.git/objects/7f/0c1b476558ad99cb34bcefad63fb2d8220ad13 differ Binary files ./wordpress-3.3.1/.git/objects/7f/2cc74d0874976b50c28d75bf4f7ce5e855ee2c and ./wordpress-3.3.2/.git/objects/7f/2cc74d0874976b50c28d75bf4f7ce5e855ee2c differ Binary files ./wordpress-3.3.1/.git/objects/7f/30c18e4117f7136f09277712c4906df9cb5f8b and ./wordpress-3.3.2/.git/objects/7f/30c18e4117f7136f09277712c4906df9cb5f8b differ Binary files ./wordpress-3.3.1/.git/objects/7f/46cbc643f4b1e070489082025d2762482a16e0 and ./wordpress-3.3.2/.git/objects/7f/46cbc643f4b1e070489082025d2762482a16e0 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/7f/8d2d907cee6ecb75d44d73654bff3fb738ba27 ./wordpress-3.3.2/.git/objects/7f/8d2d907cee6ecb75d44d73654bff3fb738ba27 *** ./wordpress-3.3.1/.git/objects/7f/8d2d907cee6ecb75d44d73654bff3fb738ba27 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/7f/8d2d907cee6ecb75d44d73654bff3fb738ba27 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,8 **** - x}T6 5 - nL{Y,0qڢPlb3Y2$y2A/):vXl$I=<w_~iscW_5+r5=Da8mu\3{!vm,>zoLu9nq^ - Yvl[g<1zX?٢=Bm(uuXx(\(Sm1uBصK PН^_sRڣ)ʿ)S[G;M8KK>r PHGE#C;_k Ca |^W1%KY=N1އ֖181PW\YȲ֭,.gYB - W - ](׳|y5:! W)P*ɒja\6e Y&Mys@<|_A\U]||?<[l;F N J*rP۰6DA:-$g6 - ;92fW|z,KL(aS U9#VIv.! S - )m"9,Q+@F|{YH\D'`jW%Y8CI >DkԜ@׀#*$Ќ#io?޲agp΍Qj0۴Ap=㕌:x ugj?Qpǚo~AS4;@?,H+ꚖY/ -⫵[*Ymwb4}H}9?[*^ t<#8ҳvx#0~AZC_g.뮨($L<):+@pBi1*^cRaiUw!zu pXk3ߛ-?RZR|1 \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/81/b1d6a01e134a01a0458dbb086957d691d5d0a5 and ./wordpress-3.3.2/.git/objects/81/b1d6a01e134a01a0458dbb086957d691d5d0a5 differ Binary files ./wordpress-3.3.1/.git/objects/81/da151f6ef1b1b755a0c30aa196a6c85fd652c6 and ./wordpress-3.3.2/.git/objects/81/da151f6ef1b1b755a0c30aa196a6c85fd652c6 differ Binary files ./wordpress-3.3.1/.git/objects/82/290f48334c81272ff5991962951758137a08ba and ./wordpress-3.3.2/.git/objects/82/290f48334c81272ff5991962951758137a08ba differ Binary files ./wordpress-3.3.1/.git/objects/82/52ca9e24afc53759a251575d49923531b0e06b and ./wordpress-3.3.2/.git/objects/82/52ca9e24afc53759a251575d49923531b0e06b differ Binary files ./wordpress-3.3.1/.git/objects/82/550734ae4ce806657867e8827ff7c27a6c08b8 and ./wordpress-3.3.2/.git/objects/82/550734ae4ce806657867e8827ff7c27a6c08b8 differ Binary files ./wordpress-3.3.1/.git/objects/82/7556ee3065c82a0bbb99409840a85fa26d755e and ./wordpress-3.3.2/.git/objects/82/7556ee3065c82a0bbb99409840a85fa26d755e differ Binary files ./wordpress-3.3.1/.git/objects/82/b0b7d155bb6af0b773b15cbc79812492683761 and ./wordpress-3.3.2/.git/objects/82/b0b7d155bb6af0b773b15cbc79812492683761 differ Binary files ./wordpress-3.3.1/.git/objects/82/b6b84db2b7e1b5a15be94e233766e44351ed62 and ./wordpress-3.3.2/.git/objects/82/b6b84db2b7e1b5a15be94e233766e44351ed62 differ Binary files ./wordpress-3.3.1/.git/objects/83/1c7025edeab1ad40a0d8df8f23fc844e617cd3 and ./wordpress-3.3.2/.git/objects/83/1c7025edeab1ad40a0d8df8f23fc844e617cd3 differ Binary files ./wordpress-3.3.1/.git/objects/83/20bc1e1d9a90ef47157a7476c71cb760b2113f and ./wordpress-3.3.2/.git/objects/83/20bc1e1d9a90ef47157a7476c71cb760b2113f differ Binary files ./wordpress-3.3.1/.git/objects/83/3677c2d70c1aba0295d569a8a9277d756aebb9 and ./wordpress-3.3.2/.git/objects/83/3677c2d70c1aba0295d569a8a9277d756aebb9 differ Binary files ./wordpress-3.3.1/.git/objects/83/8db55b180467b23a323df99561cdc7a68c311b and ./wordpress-3.3.2/.git/objects/83/8db55b180467b23a323df99561cdc7a68c311b differ Binary files ./wordpress-3.3.1/.git/objects/83/b6bb596d67b57dcaa7156a2b1f113f86efc455 and ./wordpress-3.3.2/.git/objects/83/b6bb596d67b57dcaa7156a2b1f113f86efc455 differ Binary files ./wordpress-3.3.1/.git/objects/83/eacabed517ea2bfe5356e60ce5d80c54dab9d3 and ./wordpress-3.3.2/.git/objects/83/eacabed517ea2bfe5356e60ce5d80c54dab9d3 differ Binary files ./wordpress-3.3.1/.git/objects/84/076d715ad11f13aaac4e462d0d74f8e2cb2f3e and ./wordpress-3.3.2/.git/objects/84/076d715ad11f13aaac4e462d0d74f8e2cb2f3e differ Binary files ./wordpress-3.3.1/.git/objects/84/8bd720b879281ea1c289e6c3b671c4c0333c25 and ./wordpress-3.3.2/.git/objects/84/8bd720b879281ea1c289e6c3b671c4c0333c25 differ Binary files ./wordpress-3.3.1/.git/objects/85/24fa531ed94a4e2258c5ea4c8badf17cda555c and ./wordpress-3.3.2/.git/objects/85/24fa531ed94a4e2258c5ea4c8badf17cda555c differ Binary files ./wordpress-3.3.1/.git/objects/85/812cde3fd6c187ecc460ab7bffd10e815eec9a and ./wordpress-3.3.2/.git/objects/85/812cde3fd6c187ecc460ab7bffd10e815eec9a differ Binary files ./wordpress-3.3.1/.git/objects/85/8dbd7ded7d185e9d74213b524c66ab717200b0 and ./wordpress-3.3.2/.git/objects/85/8dbd7ded7d185e9d74213b524c66ab717200b0 differ Binary files ./wordpress-3.3.1/.git/objects/85/b99d46b9911ba53a792d716d9f688f3bb3c784 and ./wordpress-3.3.2/.git/objects/85/b99d46b9911ba53a792d716d9f688f3bb3c784 differ Binary files ./wordpress-3.3.1/.git/objects/85/e31dfb2d0454de352d87fe95f7003f22c87992 and ./wordpress-3.3.2/.git/objects/85/e31dfb2d0454de352d87fe95f7003f22c87992 differ Binary files ./wordpress-3.3.1/.git/objects/85/f272b3cf19eef43be25769be86428711b85181 and ./wordpress-3.3.2/.git/objects/85/f272b3cf19eef43be25769be86428711b85181 differ Binary files ./wordpress-3.3.1/.git/objects/85/fd61c6cea5ed38329ca3219e695f2de8ac9c20 and ./wordpress-3.3.2/.git/objects/85/fd61c6cea5ed38329ca3219e695f2de8ac9c20 differ Binary files ./wordpress-3.3.1/.git/objects/86/8a657cca2e16c23e59c0b5050d49c817c9cff3 and ./wordpress-3.3.2/.git/objects/86/8a657cca2e16c23e59c0b5050d49c817c9cff3 differ Binary files ./wordpress-3.3.1/.git/objects/86/8b9810b313c8f2b04ea3d342df4628aee5e0ce and ./wordpress-3.3.2/.git/objects/86/8b9810b313c8f2b04ea3d342df4628aee5e0ce differ Binary files ./wordpress-3.3.1/.git/objects/86/a0be77f31029c4ea3eb31c4f8ace1ccbf91cd8 and ./wordpress-3.3.2/.git/objects/86/a0be77f31029c4ea3eb31c4f8ace1ccbf91cd8 differ Binary files ./wordpress-3.3.1/.git/objects/86/cb448bba4b97697f175a50c9575c9509f0db8f and ./wordpress-3.3.2/.git/objects/86/cb448bba4b97697f175a50c9575c9509f0db8f differ Binary files ./wordpress-3.3.1/.git/objects/87/3b03cf954346fea8d7b1c504f548036ca0d849 and ./wordpress-3.3.2/.git/objects/87/3b03cf954346fea8d7b1c504f548036ca0d849 differ Binary files ./wordpress-3.3.1/.git/objects/87/dacac51c952d6380ab43340e09fc3808161e24 and ./wordpress-3.3.2/.git/objects/87/dacac51c952d6380ab43340e09fc3808161e24 differ Binary files ./wordpress-3.3.1/.git/objects/87/f563b09a83186dfc6bc0e9a07325ce55118d50 and ./wordpress-3.3.2/.git/objects/87/f563b09a83186dfc6bc0e9a07325ce55118d50 differ Binary files ./wordpress-3.3.1/.git/objects/88/33c9e6134559422d82de917dcc9f569cf87bdd and ./wordpress-3.3.2/.git/objects/88/33c9e6134559422d82de917dcc9f569cf87bdd differ Binary files ./wordpress-3.3.1/.git/objects/88/50a80b2803f7b3800abba49e67db5ff6f199f1 and ./wordpress-3.3.2/.git/objects/88/50a80b2803f7b3800abba49e67db5ff6f199f1 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/88/50aa8f887d624dccf21b30fcb9b7bc9ea33540 ./wordpress-3.3.2/.git/objects/88/50aa8f887d624dccf21b30fcb9b7bc9ea33540 *** ./wordpress-3.3.1/.git/objects/88/50aa8f887d624dccf21b30fcb9b7bc9ea33540 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/88/50aa8f887d624dccf21b30fcb9b7bc9ea33540 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xUKO0_1D¡R gz9RVMc>f'z\bfy/"݈zz9U \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/88/b5f031893627f14d572053bb40b657cc7bf954 and ./wordpress-3.3.2/.git/objects/88/b5f031893627f14d572053bb40b657cc7bf954 differ Binary files ./wordpress-3.3.1/.git/objects/88/bfa62dcb52fbea212d8210cf9ac11fffe8e31b and ./wordpress-3.3.2/.git/objects/88/bfa62dcb52fbea212d8210cf9ac11fffe8e31b differ Binary files ./wordpress-3.3.1/.git/objects/88/d9bf8df35294d3854c7d053e3998d2272b51f2 and ./wordpress-3.3.2/.git/objects/88/d9bf8df35294d3854c7d053e3998d2272b51f2 differ Binary files ./wordpress-3.3.1/.git/objects/8a/1664f329d5cff7a12eaa49dd7aa3344f815ffb and ./wordpress-3.3.2/.git/objects/8a/1664f329d5cff7a12eaa49dd7aa3344f815ffb differ Binary files ./wordpress-3.3.1/.git/objects/8a/396e03fa7ec20c3bec606bb7d2d1c77deec5d7 and ./wordpress-3.3.2/.git/objects/8a/396e03fa7ec20c3bec606bb7d2d1c77deec5d7 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/8a/667529a6299cee2abbd738f5162fedc6a91279 ./wordpress-3.3.2/.git/objects/8a/667529a6299cee2abbd738f5162fedc6a91279 *** ./wordpress-3.3.1/.git/objects/8a/667529a6299cee2abbd738f5162fedc6a91279 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/8a/667529a6299cee2abbd738f5162fedc6a91279 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xA - 0Fa9\@] gL ]/ty$f)&W^`Yh؞TMop暴XVߵϺqD){cڒ]b|P \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/8a/a35380fdd2a8096c64e1a0b41be4112684f27c and ./wordpress-3.3.2/.git/objects/8a/a35380fdd2a8096c64e1a0b41be4112684f27c differ Binary files ./wordpress-3.3.1/.git/objects/8b/b96f9cbec31d66a874ed1c3e3438e3d74ad51d and ./wordpress-3.3.2/.git/objects/8b/b96f9cbec31d66a874ed1c3e3438e3d74ad51d differ Binary files ./wordpress-3.3.1/.git/objects/8c/a02d7c1881c563c1fae78dbbf44fdbeecab979 and ./wordpress-3.3.2/.git/objects/8c/a02d7c1881c563c1fae78dbbf44fdbeecab979 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/8c/f986c5182f9212492b056b4159f02983038049 ./wordpress-3.3.2/.git/objects/8c/f986c5182f9212492b056b4159f02983038049 *** ./wordpress-3.3.1/.git/objects/8c/f986c5182f9212492b056b4159f02983038049 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/8c/f986c5182f9212492b056b4159f02983038049 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - xN08b [4-=-dmJɶ,{w!W.6$!o^_(iJ4)|sXpn}: l(`Y6u - ږ[E - dwTTX*lW2#)88S{VnLG>IVuVoީD=:d| Wb ~]xD}0 )S\{.e*s)3 rCΩ`m\'ΨZ[z5qf>S4RN<}wd:Q?ɞ& \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/8c/f9a5ee6ba0bf0955a1193d284241a879dc8f45 and ./wordpress-3.3.2/.git/objects/8c/f9a5ee6ba0bf0955a1193d284241a879dc8f45 differ Binary files ./wordpress-3.3.1/.git/objects/8d/375a5f331172865388f395b2bad63fce66a909 and ./wordpress-3.3.2/.git/objects/8d/375a5f331172865388f395b2bad63fce66a909 differ Binary files ./wordpress-3.3.1/.git/objects/8d/a666e84512a001496704d510a6e022507abd90 and ./wordpress-3.3.2/.git/objects/8d/a666e84512a001496704d510a6e022507abd90 differ Binary files ./wordpress-3.3.1/.git/objects/8d/c2f55d03621c3d035a6ca5e3a084fe0a6c700e and ./wordpress-3.3.2/.git/objects/8d/c2f55d03621c3d035a6ca5e3a084fe0a6c700e differ Binary files ./wordpress-3.3.1/.git/objects/8e/afe9dd83f91b52c2decd532db81527bb98e488 and ./wordpress-3.3.2/.git/objects/8e/afe9dd83f91b52c2decd532db81527bb98e488 differ Binary files ./wordpress-3.3.1/.git/objects/8e/b283a84bfa673ff511b5276bc292c021418f0c and ./wordpress-3.3.2/.git/objects/8e/b283a84bfa673ff511b5276bc292c021418f0c differ Binary files ./wordpress-3.3.1/.git/objects/8f/10e7aa6b6ab40ee69a1a41a961c092168d6fda and ./wordpress-3.3.2/.git/objects/8f/10e7aa6b6ab40ee69a1a41a961c092168d6fda differ Binary files ./wordpress-3.3.1/.git/objects/8f/55ad9948a03d0450030763872d12dc826ae022 and ./wordpress-3.3.2/.git/objects/8f/55ad9948a03d0450030763872d12dc826ae022 differ Binary files ./wordpress-3.3.1/.git/objects/8f/5aaa24d02b5608eb3ec130f762c507cd2f8b56 and ./wordpress-3.3.2/.git/objects/8f/5aaa24d02b5608eb3ec130f762c507cd2f8b56 differ Binary files ./wordpress-3.3.1/.git/objects/8f/e5b19cc6f4812e75bcf90f8f74dd55cc04a574 and ./wordpress-3.3.2/.git/objects/8f/e5b19cc6f4812e75bcf90f8f74dd55cc04a574 differ Binary files ./wordpress-3.3.1/.git/objects/8f/eb485f9139c42df20646aca027a2fbd64afa98 and ./wordpress-3.3.2/.git/objects/8f/eb485f9139c42df20646aca027a2fbd64afa98 differ Binary files ./wordpress-3.3.1/.git/objects/8f/ff18e2b725ca0cb988f135ea9b337d38ea8b45 and ./wordpress-3.3.2/.git/objects/8f/ff18e2b725ca0cb988f135ea9b337d38ea8b45 differ Binary files ./wordpress-3.3.1/.git/objects/90/3f320994b4dc5f3c6dcb821b835d7d13312c9a and ./wordpress-3.3.2/.git/objects/90/3f320994b4dc5f3c6dcb821b835d7d13312c9a differ Binary files ./wordpress-3.3.1/.git/objects/90/3f73e93b0e8ef962e43ec532fd4e8673c76865 and ./wordpress-3.3.2/.git/objects/90/3f73e93b0e8ef962e43ec532fd4e8673c76865 differ Binary files ./wordpress-3.3.1/.git/objects/90/4230869517218c3d0bcbb32df88bd214c59ca0 and ./wordpress-3.3.2/.git/objects/90/4230869517218c3d0bcbb32df88bd214c59ca0 differ Binary files ./wordpress-3.3.1/.git/objects/90/4936f3de5491ba8b484db8ea24adfb82257b30 and ./wordpress-3.3.2/.git/objects/90/4936f3de5491ba8b484db8ea24adfb82257b30 differ Binary files ./wordpress-3.3.1/.git/objects/90/51f836273ada6459136e83a0e7b0196a54affb and ./wordpress-3.3.2/.git/objects/90/51f836273ada6459136e83a0e7b0196a54affb differ Binary files ./wordpress-3.3.1/.git/objects/90/a1e873a9f43df5f77e1fd16cc33165fca931f8 and ./wordpress-3.3.2/.git/objects/90/a1e873a9f43df5f77e1fd16cc33165fca931f8 differ Binary files ./wordpress-3.3.1/.git/objects/90/b19e8e8e6c971f50a1cd041ec670910947b6c5 and ./wordpress-3.3.2/.git/objects/90/b19e8e8e6c971f50a1cd041ec670910947b6c5 differ Binary files ./wordpress-3.3.1/.git/objects/91/71daba441795cc82e7f3d1b055bdd73dc0689f and ./wordpress-3.3.2/.git/objects/91/71daba441795cc82e7f3d1b055bdd73dc0689f differ Binary files ./wordpress-3.3.1/.git/objects/91/cedb29db083bfb2455fc99b8c4c3597bbfe811 and ./wordpress-3.3.2/.git/objects/91/cedb29db083bfb2455fc99b8c4c3597bbfe811 differ Binary files ./wordpress-3.3.1/.git/objects/91/f5291cce69c7839a4c4f7a28c95f3a7a111c77 and ./wordpress-3.3.2/.git/objects/91/f5291cce69c7839a4c4f7a28c95f3a7a111c77 differ Binary files ./wordpress-3.3.1/.git/objects/92/194f039213c40289d86b1752b5937dff94da78 and ./wordpress-3.3.2/.git/objects/92/194f039213c40289d86b1752b5937dff94da78 differ Binary files ./wordpress-3.3.1/.git/objects/92/2f4c09cc061b8e004e174681062bdb3e7072aa and ./wordpress-3.3.2/.git/objects/92/2f4c09cc061b8e004e174681062bdb3e7072aa differ Binary files ./wordpress-3.3.1/.git/objects/92/2f96cccc4119767234c3ecb11ceef768bf1fe1 and ./wordpress-3.3.2/.git/objects/92/2f96cccc4119767234c3ecb11ceef768bf1fe1 differ Binary files ./wordpress-3.3.1/.git/objects/92/5650be6612ad1e9ed1d2ce265426a20b5e058f and ./wordpress-3.3.2/.git/objects/92/5650be6612ad1e9ed1d2ce265426a20b5e058f differ Binary files ./wordpress-3.3.1/.git/objects/92/871e18d62b9917eca8ba836c4cd61dd8039cdb and ./wordpress-3.3.2/.git/objects/92/871e18d62b9917eca8ba836c4cd61dd8039cdb differ Binary files ./wordpress-3.3.1/.git/objects/92/a7eb14a58f2ded44acd1556c953bcea62341c6 and ./wordpress-3.3.2/.git/objects/92/a7eb14a58f2ded44acd1556c953bcea62341c6 differ Binary files ./wordpress-3.3.1/.git/objects/92/f074a790c00a1172a95989a248b73349bc636f and ./wordpress-3.3.2/.git/objects/92/f074a790c00a1172a95989a248b73349bc636f differ Binary files ./wordpress-3.3.1/.git/objects/92/fd355c82ed81690fdc75dec27e0ddeeaa1a361 and ./wordpress-3.3.2/.git/objects/92/fd355c82ed81690fdc75dec27e0ddeeaa1a361 differ Binary files ./wordpress-3.3.1/.git/objects/93/14d044709c9845876e08003cf94526fd69177f and ./wordpress-3.3.2/.git/objects/93/14d044709c9845876e08003cf94526fd69177f differ Binary files ./wordpress-3.3.1/.git/objects/93/4917db881076c67d74f9a69f7554b10cd91f0e and ./wordpress-3.3.2/.git/objects/93/4917db881076c67d74f9a69f7554b10cd91f0e differ Binary files ./wordpress-3.3.1/.git/objects/93/eaef220d8695b21e747966af71eaae521a9821 and ./wordpress-3.3.2/.git/objects/93/eaef220d8695b21e747966af71eaae521a9821 differ Binary files ./wordpress-3.3.1/.git/objects/93/efe53c2f5c116ba0eb231fd4881fec7e84317a and ./wordpress-3.3.2/.git/objects/93/efe53c2f5c116ba0eb231fd4881fec7e84317a differ Binary files ./wordpress-3.3.1/.git/objects/94/a7b1f550ca1d56bdbb393a138f72778d7e7713 and ./wordpress-3.3.2/.git/objects/94/a7b1f550ca1d56bdbb393a138f72778d7e7713 differ Binary files ./wordpress-3.3.1/.git/objects/94/abd08763fffdaa0dd5c5afb470a97294f2b94d and ./wordpress-3.3.2/.git/objects/94/abd08763fffdaa0dd5c5afb470a97294f2b94d differ Binary files ./wordpress-3.3.1/.git/objects/94/eeb02e62f4b6c27249ed1279bb30312ee4c112 and ./wordpress-3.3.2/.git/objects/94/eeb02e62f4b6c27249ed1279bb30312ee4c112 differ Binary files ./wordpress-3.3.1/.git/objects/95/1583ace60a29ab876c467324326dea551abe25 and ./wordpress-3.3.2/.git/objects/95/1583ace60a29ab876c467324326dea551abe25 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/95/7d454a6e9d9151090427b42a0e1d54ed5d9150 ./wordpress-3.3.2/.git/objects/95/7d454a6e9d9151090427b42a0e1d54ed5d9150 *** ./wordpress-3.3.1/.git/objects/95/7d454a6e9d9151090427b42a0e1d54ed5d9150 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/95/7d454a6e9d9151090427b42a0e1d54ed5d9150 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xuOO@(xivzf.fJ"ịE9x{y*86)UcXvJ/FFI - (!'}@!0 5!5tʝz{uceȋD?FmU#k9fuw%]@2* ;SeM1,Qb'0J+5H[wK4/0kg YjkkP]>*Let(>-s-c:#Ʉ+C[%+2_Vک6|ɿg',5Vl,'pށZIX8fqj2qs94˨!RHl[úA(iG-N߿iOh3J>?p MՏc 2'3({*NYkGZ"һ]yo|~tuS[OLh;$'Zh+ls}yPC8K10x xƔlDt x( IPIw|E>iRN4'dfj-k}FVRWZ 7 1**:ПQ,cZ$.ѫU& 04 - {eEhPmk紝ouSQlzSҘH1g㛟Q^-n[jyYeh E?|aSO?s"TCz gI|dh-_ (齽KT& v"`Cvʷ:R{瞸Q'@  \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/95/dc9a446b5c62efd1dca0caf353e2abfbc4fece and ./wordpress-3.3.2/.git/objects/95/dc9a446b5c62efd1dca0caf353e2abfbc4fece differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/95/e7b32a4ae89140c2fa2001deb443dc402f1d5e ./wordpress-3.3.2/.git/objects/95/e7b32a4ae89140c2fa2001deb443dc402f1d5e *** ./wordpress-3.3.1/.git/objects/95/e7b32a4ae89140c2fa2001deb443dc402f1d5e 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/95/e7b32a4ae89140c2fa2001deb443dc402f1d5e 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,5 **** - xT]hY&"Z˸iˤVe&!ZcEdrӎN'LReO⃂O - "( ݙ4腹;9hUZb]LBqfff|GVW.A +T*NzNJi]ui~?-xB - FiC`xNo.7 Hnnixu/g@MIx0#I - ToѪS%Mb7>OsxḒ-XJ1GHjL[=)WmceTI{_}ۉ;fӲ?beY 8׶u.fw3:d=2f`?Tؑ#n#'SrZg}!V㣩l2O\vQ[6MCi$ .*(eb*$Vi!8esy9O{bA/T[rƽWfjdP/5 c|uUWO5#J뽦 g-Os'qQW^aȥ$9,[3ӾDOxp6\8܍^tqu?Wm7^& \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/96/0726211b18fad7c9cba64cd8d4e0f1edc2dfdc and ./wordpress-3.3.2/.git/objects/96/0726211b18fad7c9cba64cd8d4e0f1edc2dfdc differ Binary files ./wordpress-3.3.1/.git/objects/96/076a24d93f5fa68513d59f9dd0b5d0cb846f6a and ./wordpress-3.3.2/.git/objects/96/076a24d93f5fa68513d59f9dd0b5d0cb846f6a differ Binary files ./wordpress-3.3.1/.git/objects/96/6b1c1aa559aad402661e8e18cfca9b02da0a5a and ./wordpress-3.3.2/.git/objects/96/6b1c1aa559aad402661e8e18cfca9b02da0a5a differ Binary files ./wordpress-3.3.1/.git/objects/97/0a1f805bee39c60d4cc88ef31a6e648079a189 and ./wordpress-3.3.2/.git/objects/97/0a1f805bee39c60d4cc88ef31a6e648079a189 differ Binary files ./wordpress-3.3.1/.git/objects/97/3f17849cd81459d82ae4b2603a0a312b4928e1 and ./wordpress-3.3.2/.git/objects/97/3f17849cd81459d82ae4b2603a0a312b4928e1 differ Binary files ./wordpress-3.3.1/.git/objects/97/674e016517d3b631f31613f99f0a090b0ad7a1 and ./wordpress-3.3.2/.git/objects/97/674e016517d3b631f31613f99f0a090b0ad7a1 differ Binary files ./wordpress-3.3.1/.git/objects/97/b343d98c744561e1acb8f98d2b1a24a5bc0da2 and ./wordpress-3.3.2/.git/objects/97/b343d98c744561e1acb8f98d2b1a24a5bc0da2 differ Binary files ./wordpress-3.3.1/.git/objects/97/cd5ac8069084b1fae94288cb17c65432b203a3 and ./wordpress-3.3.2/.git/objects/97/cd5ac8069084b1fae94288cb17c65432b203a3 differ Binary files ./wordpress-3.3.1/.git/objects/97/de6379ab21da751e00d21698b052c21839c9ca and ./wordpress-3.3.2/.git/objects/97/de6379ab21da751e00d21698b052c21839c9ca differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/97/f359c573d9029ba2f06a583d4d685d4ac10b4b ./wordpress-3.3.2/.git/objects/97/f359c573d9029ba2f06a583d4d685d4ac10b4b *** ./wordpress-3.3.1/.git/objects/97/f359c573d9029ba2f06a583d4d685d4ac10b4b 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/97/f359c573d9029ba2f06a583d4d685d4ac10b4b 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xmQMo0ZM/J=])Uecq6Qg؄R]|0c'i];&@obȑ3KcMPomI!7)Q.H+/>K1 TKSU {4l.O - f?qnUUuOg}Ŷ8]f޿&.V\I^|~3~4ʠZ\IHrz)\U@ZSd9 \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/98/1b1af593600b94c253616ff94efff2ebbe931b and ./wordpress-3.3.2/.git/objects/98/1b1af593600b94c253616ff94efff2ebbe931b differ Binary files ./wordpress-3.3.1/.git/objects/98/58126b6aa06daa7dcaaca04e82e97c278d489e and ./wordpress-3.3.2/.git/objects/98/58126b6aa06daa7dcaaca04e82e97c278d489e differ Binary files ./wordpress-3.3.1/.git/objects/98/cfc3452abc508670f4984d7d3ce419e803a1fb and ./wordpress-3.3.2/.git/objects/98/cfc3452abc508670f4984d7d3ce419e803a1fb differ Binary files ./wordpress-3.3.1/.git/objects/98/dc3fb1c2a341150fdf6bde3487a9511e658fd2 and ./wordpress-3.3.2/.git/objects/98/dc3fb1c2a341150fdf6bde3487a9511e658fd2 differ Binary files ./wordpress-3.3.1/.git/objects/98/dd0ef5e20877abf189ef90b7575ca77a3ca68e and ./wordpress-3.3.2/.git/objects/98/dd0ef5e20877abf189ef90b7575ca77a3ca68e differ Binary files ./wordpress-3.3.1/.git/objects/99/68662e70551a610439e594790f52827a7638a4 and ./wordpress-3.3.2/.git/objects/99/68662e70551a610439e594790f52827a7638a4 differ Binary files ./wordpress-3.3.1/.git/objects/99/70de267bec887f26d35aad2fda49aa156ca4a1 and ./wordpress-3.3.2/.git/objects/99/70de267bec887f26d35aad2fda49aa156ca4a1 differ Binary files ./wordpress-3.3.1/.git/objects/99/c45cef250a0546451e8d797a1d49ec65e7c952 and ./wordpress-3.3.2/.git/objects/99/c45cef250a0546451e8d797a1d49ec65e7c952 differ Binary files ./wordpress-3.3.1/.git/objects/9a/78c4508effc774e6059621bb6a3a944b383afb and ./wordpress-3.3.2/.git/objects/9a/78c4508effc774e6059621bb6a3a944b383afb differ Binary files ./wordpress-3.3.1/.git/objects/9a/e83f08debfdef4d617cbd5cf2166096c782910 and ./wordpress-3.3.2/.git/objects/9a/e83f08debfdef4d617cbd5cf2166096c782910 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/9b/1cae7c1ec3d243b039c99140adf667eab6834d ./wordpress-3.3.2/.git/objects/9b/1cae7c1ec3d243b039c99140adf667eab6834d *** ./wordpress-3.3.1/.git/objects/9b/1cae7c1ec3d243b039c99140adf667eab6834d 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/9b/1cae7c1ec3d243b039c99140adf667eab6834d 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xmRM0Tim/H{c - !q@,Ǟ4&v-q7E Nq޼y3:{s<~i`G>L)h2lD;lFLަ-uH xa[sYJ΂T(bv{#vU6 k%FYQ[[5M$uss#lnՏP!`N=Yb1N7 0DՐ^?,/ڂ_\I'{{S\s(L'o&նڇ8]Weay9 h~} \ No newline at end of file --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/9b/788e3c97239148049347921d1f41cf2c16303e ./wordpress-3.3.2/.git/objects/9b/788e3c97239148049347921d1f41cf2c16303e *** ./wordpress-3.3.1/.git/objects/9b/788e3c97239148049347921d1f41cf2c16303e 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/9b/788e3c97239148049347921d1f41cf2c16303e 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x=0 3- 1VikEH<>i,|w#lns݉p:j~!X2eWP7}V} 3!d+۴7B0"16%i2) qNJ0ˏ!3Cd]bƫ7tE \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/9b/910b72e0aa3371cbcab3831898e069ccb0858f and ./wordpress-3.3.2/.git/objects/9b/910b72e0aa3371cbcab3831898e069ccb0858f differ Binary files ./wordpress-3.3.1/.git/objects/9b/92578fb5867463d5a88a0d8a072a62e772749a and ./wordpress-3.3.2/.git/objects/9b/92578fb5867463d5a88a0d8a072a62e772749a differ Binary files ./wordpress-3.3.1/.git/objects/9c/225c116ab95ee3dc84c6fe7b741a1525a5b0ed and ./wordpress-3.3.2/.git/objects/9c/225c116ab95ee3dc84c6fe7b741a1525a5b0ed differ Binary files ./wordpress-3.3.1/.git/objects/9c/51579ba58173ac7c234fccc795fb842adeb87d and ./wordpress-3.3.2/.git/objects/9c/51579ba58173ac7c234fccc795fb842adeb87d differ Binary files ./wordpress-3.3.1/.git/objects/9c/63ca3267691dca7bbc5d156eeb00988ec0b07c and ./wordpress-3.3.2/.git/objects/9c/63ca3267691dca7bbc5d156eeb00988ec0b07c differ Binary files ./wordpress-3.3.1/.git/objects/9c/6535e21a8025888f17c23c9875f287895a8168 and ./wordpress-3.3.2/.git/objects/9c/6535e21a8025888f17c23c9875f287895a8168 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/9c/702c659561e06e28814e5084c2d89fad423aab ./wordpress-3.3.2/.git/objects/9c/702c659561e06e28814e5084c2d89fad423aab *** ./wordpress-3.3.1/.git/objects/9c/702c659561e06e28814e5084c2d89fad423aab 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/9c/702c659561e06e28814e5084c2d89fad423aab 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,5 **** - xRMO0kK!(qX q[C;ƮF6}73ʸ]MokBgY:@s8ăxx\ݿjKZӣ~GIq.:Ez^Y_o~^&ri t6X|52z,nuz^Qׁ @Di]SˣLYL{ekŞgl2far &pE#p@IIF7$`>a2MwiwϠĴtl ;-1KΩCAN2#lj]rc[ y]+BDJi+Ƣb[ - &]F'|NIģrRq =iX - *% - - bAGTmA+3 WE1͚0:N)"XCr4J洭AR0zI=B/$Z \ No newline at end of file --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/a1/19caa48d230987f73a2e9fd7c9973492d229c5 ./wordpress-3.3.2/.git/objects/a1/19caa48d230987f73a2e9fd7c9973492d229c5 *** ./wordpress-3.3.1/.git/objects/a1/19caa48d230987f73a2e9fd7c9973492d229c5 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/a1/19caa48d230987f73a2e9fd7c9973492d229c5 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,5 **** - xT[hU^*&>wevYen\w4` 9Ɏ\2s!F%T+CUjkii ^B+(ڇiiYlчf9?aX.\oϚ͝EPd!oudل>\ppU2KDy#Q7Eu >ܗ)pr \MBРi'40$;YWFesǘ - cE}lH z& a ԬakI+}fh2CIz!lȎ@, C:Cgl$ ,d ǰ\'Bx1})I1vEVj$x +Bq!bGmBfP{MVr*8IHRlv EJ4aÐ 0.bw*Nc &{D#Ra+qFI$ly!%G(䡠Bj< e%K15.a(,T"*' - U%6J@>.flk~Mw+?+Ұg@.@VM;YVA:2ҞcV}EsKl9OlRBDi(qOb_f ?V KOA6/_z&6٩FaR&+q@NMLHhgTvցUk'jeퟚWrϟ8y1:y{ - - &V2?&n.ŏ\:Q+sυ߭=e!sXcޝSL[]߆r[.\:&3zyGv7Oͻn Vnu;kZ}3{/?ל;ɗTuAɨIt \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/a1/36bb43871674c5b272ab306b60019c5dd16c47 and ./wordpress-3.3.2/.git/objects/a1/36bb43871674c5b272ab306b60019c5dd16c47 differ Binary files ./wordpress-3.3.1/.git/objects/a1/6bf9eb0c13f3a8b21a4fe8759a9f57a1527529 and ./wordpress-3.3.2/.git/objects/a1/6bf9eb0c13f3a8b21a4fe8759a9f57a1527529 differ Binary files ./wordpress-3.3.1/.git/objects/a1/82b7453db0859f42d21412ded80cac68b350fc and ./wordpress-3.3.2/.git/objects/a1/82b7453db0859f42d21412ded80cac68b350fc differ Binary files ./wordpress-3.3.1/.git/objects/a1/c0040fec7dc27353640ae42a8a28d2db4db51e and ./wordpress-3.3.2/.git/objects/a1/c0040fec7dc27353640ae42a8a28d2db4db51e differ Binary files ./wordpress-3.3.1/.git/objects/a1/fb4cd09e0620da34409bd46e7732f111c39e11 and ./wordpress-3.3.2/.git/objects/a1/fb4cd09e0620da34409bd46e7732f111c39e11 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/a2/57f94589727273bae415543e981e537f6c9e60 ./wordpress-3.3.2/.git/objects/a2/57f94589727273bae415543e981e537f6c9e60 *** ./wordpress-3.3.1/.git/objects/a2/57f94589727273bae415543e981e537f6c9e60 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/a2/57f94589727273bae415543e981e537f6c9e60 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xePMK1j~ - i܀^낊%mf'1ݴ^o]7׷{J@:m &4LSЉEz8› ?3͟Ŏ16B@)4KOFa njMQ rƢ{z|yĖ܁L!lJEzRiKv\ZRgy{ q^m \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/a2/72eb7ef672e94fda595b21cfbd5342f704dfbd and ./wordpress-3.3.2/.git/objects/a2/72eb7ef672e94fda595b21cfbd5342f704dfbd differ Binary files ./wordpress-3.3.1/.git/objects/a2/86eb98e662282c1b16d78b587dca1db2b75fc1 and ./wordpress-3.3.2/.git/objects/a2/86eb98e662282c1b16d78b587dca1db2b75fc1 differ Binary files ./wordpress-3.3.1/.git/objects/a2/9d6678f69084defb18a75ec7e55b89db9509c1 and ./wordpress-3.3.2/.git/objects/a2/9d6678f69084defb18a75ec7e55b89db9509c1 differ Binary files ./wordpress-3.3.1/.git/objects/a2/bec45441b2c77e56bb41ec32bd74bfd04250e2 and ./wordpress-3.3.2/.git/objects/a2/bec45441b2c77e56bb41ec32bd74bfd04250e2 differ Binary files ./wordpress-3.3.1/.git/objects/a3/18bbe21c090100dfa46734e718abf3e8cfaee2 and ./wordpress-3.3.2/.git/objects/a3/18bbe21c090100dfa46734e718abf3e8cfaee2 differ Binary files ./wordpress-3.3.1/.git/objects/a3/2b058bab68d77648dc1d8189b0d459b43dfc6c and ./wordpress-3.3.2/.git/objects/a3/2b058bab68d77648dc1d8189b0d459b43dfc6c differ Binary files ./wordpress-3.3.1/.git/objects/a3/43aaeb09b51d79e60088106ed82e65e9d9ed75 and ./wordpress-3.3.2/.git/objects/a3/43aaeb09b51d79e60088106ed82e65e9d9ed75 differ Binary files ./wordpress-3.3.1/.git/objects/a3/4a51b882e59990e079f96c8a5a7a879d17b114 and ./wordpress-3.3.2/.git/objects/a3/4a51b882e59990e079f96c8a5a7a879d17b114 differ Binary files ./wordpress-3.3.1/.git/objects/a3/91fade5350e6e65029d73d713134dd5ba97db5 and ./wordpress-3.3.2/.git/objects/a3/91fade5350e6e65029d73d713134dd5ba97db5 differ Binary files ./wordpress-3.3.1/.git/objects/a3/b09e8182ec0bf15627c9e3cc69e78f9e138a74 and ./wordpress-3.3.2/.git/objects/a3/b09e8182ec0bf15627c9e3cc69e78f9e138a74 differ Binary files ./wordpress-3.3.1/.git/objects/a4/0ae0d7e8c870d3675c8975e3a6bb0a059f11ff and ./wordpress-3.3.2/.git/objects/a4/0ae0d7e8c870d3675c8975e3a6bb0a059f11ff differ Binary files ./wordpress-3.3.1/.git/objects/a4/1222687508d27e34408a55f758ee5a7c7e87b5 and ./wordpress-3.3.2/.git/objects/a4/1222687508d27e34408a55f758ee5a7c7e87b5 differ Binary files ./wordpress-3.3.1/.git/objects/a4/6f6f89beefdd2423b394529857781f0c0e83ba and ./wordpress-3.3.2/.git/objects/a4/6f6f89beefdd2423b394529857781f0c0e83ba differ Binary files ./wordpress-3.3.1/.git/objects/a4/d600aa6b726f2ea6b31aed6660b252ce981783 and ./wordpress-3.3.2/.git/objects/a4/d600aa6b726f2ea6b31aed6660b252ce981783 differ Binary files ./wordpress-3.3.1/.git/objects/a4/d9873c8afaa2803c197f554fee87978576baed and ./wordpress-3.3.2/.git/objects/a4/d9873c8afaa2803c197f554fee87978576baed differ Binary files ./wordpress-3.3.1/.git/objects/a5/24b1ac39c2c2ceecf87477d22a7188b81e56df and ./wordpress-3.3.2/.git/objects/a5/24b1ac39c2c2ceecf87477d22a7188b81e56df differ Binary files ./wordpress-3.3.1/.git/objects/a5/a29822bc6d2abcbda3bf4e70a78e0d0377b3f7 and ./wordpress-3.3.2/.git/objects/a5/a29822bc6d2abcbda3bf4e70a78e0d0377b3f7 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/a5/d74e8b5be9d821d27864303a32c6d18ac79b55 ./wordpress-3.3.2/.git/objects/a5/d74e8b5be9d821d27864303a32c6d18ac79b55 *** ./wordpress-3.3.1/.git/objects/a5/d74e8b5be9d821d27864303a32c6d18ac79b55 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/a5/d74e8b5be9d821d27864303a32c6d18ac79b55 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,4 **** - xTmk1 ޯPһ^B7 - Ym1 - C)9+׋}KC}ƊYG#MJ=^}W*韜$pq :$RI wR+) $>V3ڈk_'+ö;YIH4k,v!e4ȴ*0K{}k$Bi-}67sOw]&G !ZA+ Oa6ڹ^2/S@IN,+&$fX^G^J!DJ[fz G4ļc]u0nYw *Ǧ~F[1D.3(;M%4\s;u6xw>Af/tf,TnkFMIJفZV$ 34(XEz J?#V͵W|A#}A#N[dj=Fo'[jsL2sE!/%мt zB5›(-oѰMi.xBYsc! #u8 (C0T=2[Y,i1~nh7]jkԬ)j5 ,6964wuI/rHU^ - ys2Ej!ͥ"&Q` \ No newline at end of file --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/a5/e0340e4c140d46c772af73ea761af4d8a6f3b1 ./wordpress-3.3.2/.git/objects/a5/e0340e4c140d46c772af73ea761af4d8a6f3b1 *** ./wordpress-3.3.1/.git/objects/a5/e0340e4c140d46c772af73ea761af4d8a6f3b1 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/a5/e0340e4c140d46c772af73ea761af4d8a6f3b1 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x?K`ƯsGtpqG#8!PGVHEk)Vi-bJAd'}^x{%Ct2DQO4)՛UR-UJ 9Vy׻1~g 1d^˚;cV;0Y]%29 _\cIG-:q=sH»t-|i0{1$<ҵ-Q:Uy]vNWďzz`0dߟ7$ }Hx{/P`ӱFejd>0 n9I"Ca n)UV꜂el)5| \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/a6/051ce142c2bcb6298e64dad0b6654e5ed51255 and ./wordpress-3.3.2/.git/objects/a6/051ce142c2bcb6298e64dad0b6654e5ed51255 differ Binary files ./wordpress-3.3.1/.git/objects/a6/155ff122140ed71244da90b467992336c999aa and ./wordpress-3.3.2/.git/objects/a6/155ff122140ed71244da90b467992336c999aa differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/a6/1d56d44f83e095248ebf9cf28d0fd6b3060889 ./wordpress-3.3.2/.git/objects/a6/1d56d44f83e095248ebf9cf28d0fd6b3060889 *** ./wordpress-3.3.1/.git/objects/a6/1d56d44f83e095248ebf9cf28d0fd6b3060889 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/a6/1d56d44f83e095248ebf9cf28d0fd6b3060889 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - x+)JMU064`040031QHI-*KLcB{x]`eєO;}JKJrlx](sEl :Nq=_!D]I̢\2bQī_%hڍpeEyENLTie=5b - RFb~[g\B̪CֺnDc[th@U#3y'koΑ^sߋ+ \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/a6/456f89dd86052508f8619cbf8070e89d54a755 and ./wordpress-3.3.2/.git/objects/a6/456f89dd86052508f8619cbf8070e89d54a755 differ Binary files ./wordpress-3.3.1/.git/objects/a6/8711c8cd95fa1f8a4b96482c45d9fcf6716eaa and ./wordpress-3.3.2/.git/objects/a6/8711c8cd95fa1f8a4b96482c45d9fcf6716eaa differ Binary files ./wordpress-3.3.1/.git/objects/a6/cbe7bd2165bd9700a1aa3a644c2f970caa972b and ./wordpress-3.3.2/.git/objects/a6/cbe7bd2165bd9700a1aa3a644c2f970caa972b differ Binary files ./wordpress-3.3.1/.git/objects/a6/daed9d0b54a4b464948e83bab3dac595bca8cd and ./wordpress-3.3.2/.git/objects/a6/daed9d0b54a4b464948e83bab3dac595bca8cd differ Binary files ./wordpress-3.3.1/.git/objects/a7/0638ab71ac31647efcb9207bd069d1efeae648 and ./wordpress-3.3.2/.git/objects/a7/0638ab71ac31647efcb9207bd069d1efeae648 differ Binary files ./wordpress-3.3.1/.git/objects/a7/0fb347bd2c5ad14901538581b5786b2df9686f and ./wordpress-3.3.2/.git/objects/a7/0fb347bd2c5ad14901538581b5786b2df9686f differ Binary files ./wordpress-3.3.1/.git/objects/a7/3f8e52b646dc7514b01a33b5dc4270ef892b18 and ./wordpress-3.3.2/.git/objects/a7/3f8e52b646dc7514b01a33b5dc4270ef892b18 differ Binary files ./wordpress-3.3.1/.git/objects/a7/507719fc9580fdc7c4edf06eddd97ff471aa24 and ./wordpress-3.3.2/.git/objects/a7/507719fc9580fdc7c4edf06eddd97ff471aa24 differ Binary files ./wordpress-3.3.1/.git/objects/a7/942f631b1130f46ebe82c631c2d177733beb81 and ./wordpress-3.3.2/.git/objects/a7/942f631b1130f46ebe82c631c2d177733beb81 differ Binary files ./wordpress-3.3.1/.git/objects/a8/263a93742529251d714d2d762ab3271edc6106 and ./wordpress-3.3.2/.git/objects/a8/263a93742529251d714d2d762ab3271edc6106 differ Binary files ./wordpress-3.3.1/.git/objects/a8/28ad6f5060b842c350da0839750a419c5db5a2 and ./wordpress-3.3.2/.git/objects/a8/28ad6f5060b842c350da0839750a419c5db5a2 differ Binary files ./wordpress-3.3.1/.git/objects/a8/4c4635df89f9be5d5172370a826b9c8f96031e and ./wordpress-3.3.2/.git/objects/a8/4c4635df89f9be5d5172370a826b9c8f96031e differ Binary files ./wordpress-3.3.1/.git/objects/a9/02d871824308694f95fde09a3e8276463392fd and ./wordpress-3.3.2/.git/objects/a9/02d871824308694f95fde09a3e8276463392fd differ Binary files ./wordpress-3.3.1/.git/objects/aa/aec7df1a482bcf67811f1188dbe4ce67ff52ae and ./wordpress-3.3.2/.git/objects/aa/aec7df1a482bcf67811f1188dbe4ce67ff52ae differ Binary files ./wordpress-3.3.1/.git/objects/aa/c42f06b061746adf493f93c1289f4cdbebb919 and ./wordpress-3.3.2/.git/objects/aa/c42f06b061746adf493f93c1289f4cdbebb919 differ Binary files ./wordpress-3.3.1/.git/objects/aa/dd0a3d3e94bad72a80eaccaf17a5e5a5b8ab28 and ./wordpress-3.3.2/.git/objects/aa/dd0a3d3e94bad72a80eaccaf17a5e5a5b8ab28 differ Binary files ./wordpress-3.3.1/.git/objects/aa/f57aa9500bb4e3cf74c2fd34b5fa900e90cb50 and ./wordpress-3.3.2/.git/objects/aa/f57aa9500bb4e3cf74c2fd34b5fa900e90cb50 differ Binary files ./wordpress-3.3.1/.git/objects/ab/03dad9eaf44ab45f5e6774c4cf71ff65308376 and ./wordpress-3.3.2/.git/objects/ab/03dad9eaf44ab45f5e6774c4cf71ff65308376 differ Binary files ./wordpress-3.3.1/.git/objects/ab/1aa8e123fe263608d06126ce08c560ad419f97 and ./wordpress-3.3.2/.git/objects/ab/1aa8e123fe263608d06126ce08c560ad419f97 differ Binary files ./wordpress-3.3.1/.git/objects/ab/2204d9ee742668bc1ce1a4f216ba3db2dc5798 and ./wordpress-3.3.2/.git/objects/ab/2204d9ee742668bc1ce1a4f216ba3db2dc5798 differ Binary files ./wordpress-3.3.1/.git/objects/ab/50f2d887a0843b116ef598e5a005e5601d18d0 and ./wordpress-3.3.2/.git/objects/ab/50f2d887a0843b116ef598e5a005e5601d18d0 differ Binary files ./wordpress-3.3.1/.git/objects/ab/5192efbf23e643b756906150b0b29574026536 and ./wordpress-3.3.2/.git/objects/ab/5192efbf23e643b756906150b0b29574026536 differ Binary files ./wordpress-3.3.1/.git/objects/ab/acbd3a1f16891f58fdf4a689b14176397fc7b5 and ./wordpress-3.3.2/.git/objects/ab/acbd3a1f16891f58fdf4a689b14176397fc7b5 differ Binary files ./wordpress-3.3.1/.git/objects/ab/f032f4825f18b6ebdbe1aae07e004ce0b7bd0a and ./wordpress-3.3.2/.git/objects/ab/f032f4825f18b6ebdbe1aae07e004ce0b7bd0a differ Binary files ./wordpress-3.3.1/.git/objects/ac/a98bdb3718a6dbd0cd69f186b3eff84801920c and ./wordpress-3.3.2/.git/objects/ac/a98bdb3718a6dbd0cd69f186b3eff84801920c differ Binary files ./wordpress-3.3.1/.git/objects/ac/d88a3397649fe013b2db9c75799019c2a86bb5 and ./wordpress-3.3.2/.git/objects/ac/d88a3397649fe013b2db9c75799019c2a86bb5 differ Binary files ./wordpress-3.3.1/.git/objects/ac/df4085f3068c4c0a1d6855f4b80dae8bac3068 and ./wordpress-3.3.2/.git/objects/ac/df4085f3068c4c0a1d6855f4b80dae8bac3068 differ Binary files ./wordpress-3.3.1/.git/objects/ad/07434df4633a744eade865a42ff57c9298044b and ./wordpress-3.3.2/.git/objects/ad/07434df4633a744eade865a42ff57c9298044b differ Binary files ./wordpress-3.3.1/.git/objects/ad/261f97aecf7407bc4cca2b6aee92401eac3c91 and ./wordpress-3.3.2/.git/objects/ad/261f97aecf7407bc4cca2b6aee92401eac3c91 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/ad/54efe2e5c9987f9827be5da10a354227818c1c ./wordpress-3.3.2/.git/objects/ad/54efe2e5c9987f9827be5da10a354227818c1c *** ./wordpress-3.3.1/.git/objects/ad/54efe2e5c9987f9827be5da10a354227818c1c 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/ad/54efe2e5c9987f9827be5da10a354227818c1c 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - x=0=)ϡ 1 x|32=4pdYU JES@A3i@FO - _^0n;~s}Nucߑ - 2^mm<ɠh[p8&b9h q/1":gƍ/PhYwa_ZFT \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/ad/7628320c3d15756c84794c8c0523f1072da640 and ./wordpress-3.3.2/.git/objects/ad/7628320c3d15756c84794c8c0523f1072da640 differ Binary files ./wordpress-3.3.1/.git/objects/ad/fdddccd7cac62a17d68873fa53c248bff8351a and ./wordpress-3.3.2/.git/objects/ad/fdddccd7cac62a17d68873fa53c248bff8351a differ Binary files ./wordpress-3.3.1/.git/objects/ae/d123601988a3e81cfeab8bb3a71953112b314d and ./wordpress-3.3.2/.git/objects/ae/d123601988a3e81cfeab8bb3a71953112b314d differ Binary files ./wordpress-3.3.1/.git/objects/af/330e4c7efe8f6592e7fa4410bbe3e0ca5ec39e and ./wordpress-3.3.2/.git/objects/af/330e4c7efe8f6592e7fa4410bbe3e0ca5ec39e differ Binary files ./wordpress-3.3.1/.git/objects/af/4e9564f9e55590de3bb9897ba27e89d4496ea1 and ./wordpress-3.3.2/.git/objects/af/4e9564f9e55590de3bb9897ba27e89d4496ea1 differ Binary files ./wordpress-3.3.1/.git/objects/af/67da9d78600bdf8fc2ad0fb36018af1fc6a209 and ./wordpress-3.3.2/.git/objects/af/67da9d78600bdf8fc2ad0fb36018af1fc6a209 differ Binary files ./wordpress-3.3.1/.git/objects/b0/883a8cb7309236dc8d403bf87618be8478c17b and ./wordpress-3.3.2/.git/objects/b0/883a8cb7309236dc8d403bf87618be8478c17b differ Binary files ./wordpress-3.3.1/.git/objects/b0/a4d406fb645fc8d7e6891ffd85d11b3e181030 and ./wordpress-3.3.2/.git/objects/b0/a4d406fb645fc8d7e6891ffd85d11b3e181030 differ Binary files ./wordpress-3.3.1/.git/objects/b0/ba72124cbd72ac68ca5236b49107539a2f672f and ./wordpress-3.3.2/.git/objects/b0/ba72124cbd72ac68ca5236b49107539a2f672f differ Binary files ./wordpress-3.3.1/.git/objects/b0/e120bd519ea1f35b350b79598be2c10b43321a and ./wordpress-3.3.2/.git/objects/b0/e120bd519ea1f35b350b79598be2c10b43321a differ Binary files ./wordpress-3.3.1/.git/objects/b0/f0011d82213d9179632534b1ac36088d9d1f31 and ./wordpress-3.3.2/.git/objects/b0/f0011d82213d9179632534b1ac36088d9d1f31 differ Binary files ./wordpress-3.3.1/.git/objects/b0/f72ffe9882d0b029927a99e5f24529046635cb and ./wordpress-3.3.2/.git/objects/b0/f72ffe9882d0b029927a99e5f24529046635cb differ Binary files ./wordpress-3.3.1/.git/objects/b1/32364b4b1caa42746a0f69c0f047de8a5680a6 and ./wordpress-3.3.2/.git/objects/b1/32364b4b1caa42746a0f69c0f047de8a5680a6 differ Binary files ./wordpress-3.3.1/.git/objects/b1/495408c9721143cbc8264b80f85669fbfe89f1 and ./wordpress-3.3.2/.git/objects/b1/495408c9721143cbc8264b80f85669fbfe89f1 differ Binary files ./wordpress-3.3.1/.git/objects/b1/5da76136420f501059128a017f05ebfc7987a7 and ./wordpress-3.3.2/.git/objects/b1/5da76136420f501059128a017f05ebfc7987a7 differ Binary files ./wordpress-3.3.1/.git/objects/b1/93af0dec506e1e9ae8920a53c279938e429ec6 and ./wordpress-3.3.2/.git/objects/b1/93af0dec506e1e9ae8920a53c279938e429ec6 differ Binary files ./wordpress-3.3.1/.git/objects/b1/a377aba7784d3a0a0fabb4d22b8114cde25ace and ./wordpress-3.3.2/.git/objects/b1/a377aba7784d3a0a0fabb4d22b8114cde25ace differ Binary files ./wordpress-3.3.1/.git/objects/b1/afd19391883c451e7656edfede12d9937c0f6d and ./wordpress-3.3.2/.git/objects/b1/afd19391883c451e7656edfede12d9937c0f6d differ Binary files ./wordpress-3.3.1/.git/objects/b1/bbbc7b55dd11e7b932af649ace43b918ddd3fe and ./wordpress-3.3.2/.git/objects/b1/bbbc7b55dd11e7b932af649ace43b918ddd3fe differ Binary files ./wordpress-3.3.1/.git/objects/b1/be094ad40a7c4fa5e1ab8f1e2cc54a4ec1d040 and ./wordpress-3.3.2/.git/objects/b1/be094ad40a7c4fa5e1ab8f1e2cc54a4ec1d040 differ Binary files ./wordpress-3.3.1/.git/objects/b1/fb07f4b3b167988786e95e7c16663e04806264 and ./wordpress-3.3.2/.git/objects/b1/fb07f4b3b167988786e95e7c16663e04806264 differ Binary files ./wordpress-3.3.1/.git/objects/b2/57056e02e4816d1ee4d0aa352c922e1afb8c3b and ./wordpress-3.3.2/.git/objects/b2/57056e02e4816d1ee4d0aa352c922e1afb8c3b differ Binary files ./wordpress-3.3.1/.git/objects/b2/62e00830cf1c2c38677d4a3c61557eb4e78b46 and ./wordpress-3.3.2/.git/objects/b2/62e00830cf1c2c38677d4a3c61557eb4e78b46 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/b2/6897d3e62973b15aa0a74ea6936938e8ce9d7c ./wordpress-3.3.2/.git/objects/b2/6897d3e62973b15aa0a74ea6936938e8ce9d7c *** ./wordpress-3.3.1/.git/objects/b2/6897d3e62973b15aa0a74ea6936938e8ce9d7c 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/b2/6897d3e62973b15aa0a74ea6936938e8ce9d7c 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,4 **** - xuRao0W$'&mRZ"Īgi˿A&O{o% - Fϟޥj?a_b K[-Zi(N47ԝ21]/-/FcADXlrĞ]9T6沲eݳ)7hsZK -FC4 F Rk-!ެ7=P%M3Mc֛eb)){kգ")hYpZa%f~ԉfr"5h - /mAJy&R4Og[-i!-ZEeG'Urcn,V3两j(~Ï8 ߒ5mq- ۥsaͥ!:'8٪0v$+ - 6e5%B -kx5N2͖u.D_ٍ ye];ltJHϘLE0[u7nbM]Ov#OO,Ǩ7C#k]H&Zu / u]C.dHnN;9D9uFd_3.W \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/b2/71867936fb0ea84d987ad8d49ed3151b7d0b2f and ./wordpress-3.3.2/.git/objects/b2/71867936fb0ea84d987ad8d49ed3151b7d0b2f differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/b2/c6177fbc3a286dddca599c47ff0be7d187c162 ./wordpress-3.3.2/.git/objects/b2/c6177fbc3a286dddca599c47ff0be7d187c162 *** ./wordpress-3.3.1/.git/objects/b2/c6177fbc3a286dddca599c47ff0be7d187c162 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/b2/c6177fbc3a286dddca599c47ff0be7d187c162 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xeJ1ubnK[BZ[ ʹ &1Z|{'鏨*39;eKOnn$E@FpH9&upo]{IwWkDxVL,:)qS{B - 2t/D.  p*ІV bZo݅[x, - ^z;+B-Irr}>BM@am nV3=SزL4{=`BmY1&o@zYF0xH\sD!xy\ad(azzBml+5:06垳D'ɡ% - .~0#דdl\쌍R9JD+ 1NFhE`Dq xj:|I)f. =i,{l6˜*pV0-՞-+8=,{zόS"fIT¡H=Hg "7 \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/c9/d8fdd0bb2734fbb717405a43fbab9c5a89ad46 and ./wordpress-3.3.2/.git/objects/c9/d8fdd0bb2734fbb717405a43fbab9c5a89ad46 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/ca/14a59c83b09cd6257a64ecceec8b66d154c6f6 ./wordpress-3.3.2/.git/objects/ca/14a59c83b09cd6257a64ecceec8b66d154c6f6 *** ./wordpress-3.3.1/.git/objects/ca/14a59c83b09cd6257a64ecceec8b66d154c6f6 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/ca/14a59c83b09cd6257a64ecceec8b66d154c6f6 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xMK1=WmKQ+X,x n3 }MOv>뻎A>mD"؅CaN;20eJ| c6X;Bɺޞ4󩋗!JË Z&4pɯRS sT)P-(+Ys-(I䄭94e)Of7,Wwu;=/Y;2q \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/ca/6410292f0888b67631c2e8fd74af8d47e12838 and ./wordpress-3.3.2/.git/objects/ca/6410292f0888b67631c2e8fd74af8d47e12838 differ Binary files ./wordpress-3.3.1/.git/objects/cb/0d3f6c757c6eff23b525f047dd98bc755a28a7 and ./wordpress-3.3.2/.git/objects/cb/0d3f6c757c6eff23b525f047dd98bc755a28a7 differ Binary files ./wordpress-3.3.1/.git/objects/cb/21424319829487d477e5f17262891c1be03e8c and ./wordpress-3.3.2/.git/objects/cb/21424319829487d477e5f17262891c1be03e8c differ Binary files ./wordpress-3.3.1/.git/objects/cb/2a5597c8cde15867682100cfbf507a2016bc6d and ./wordpress-3.3.2/.git/objects/cb/2a5597c8cde15867682100cfbf507a2016bc6d differ Binary files ./wordpress-3.3.1/.git/objects/cb/7aa8043d1e1f97e2bcfd5455d57221ec0f43e8 and ./wordpress-3.3.2/.git/objects/cb/7aa8043d1e1f97e2bcfd5455d57221ec0f43e8 differ Binary files ./wordpress-3.3.1/.git/objects/cb/c29007c92607bc44a41af0ba1f4994d4993e9f and ./wordpress-3.3.2/.git/objects/cb/c29007c92607bc44a41af0ba1f4994d4993e9f differ Binary files ./wordpress-3.3.1/.git/objects/cb/cb49b5dec22636a0f9a0f729ee2de3e388177d and ./wordpress-3.3.2/.git/objects/cb/cb49b5dec22636a0f9a0f729ee2de3e388177d differ Binary files ./wordpress-3.3.1/.git/objects/cb/e3ed54a1bbfdacf74f3ee71ffe381380fabb17 and ./wordpress-3.3.2/.git/objects/cb/e3ed54a1bbfdacf74f3ee71ffe381380fabb17 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/cc/58eb4a307437a0e994b677c5620360ddbf8ede ./wordpress-3.3.2/.git/objects/cc/58eb4a307437a0e994b677c5620360ddbf8ede *** ./wordpress-3.3.1/.git/objects/cc/58eb4a307437a0e994b677c5620360ddbf8ede 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/cc/58eb4a307437a0e994b677c5620360ddbf8ede 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xSM0%<ɎZ sU_i ]NKUv'IѸG?:'\Zx6Q;j8AzpXB+M)H>/:O 38/ 1ϻbDjddkAw8 - C]ŭsib˲$| ucv {rGZJ"Wcza fS7j1*Yj+=gZ:}0h7q&#|C壞ĸqh?<-Qsz,MRL1f M}@gMp{šxV[T ^.!l񛋺{w8Joi w\^8͹fWqJ[gӝogOY8p$<.q""h12˪545F7CWSt) \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/cc/8dee1fe5ff93ff5052671a867f1ff7c4bfe0e8 and ./wordpress-3.3.2/.git/objects/cc/8dee1fe5ff93ff5052671a867f1ff7c4bfe0e8 differ Binary files ./wordpress-3.3.1/.git/objects/cd/09ef30213ca448254c6745c780f3c92f59922e and ./wordpress-3.3.2/.git/objects/cd/09ef30213ca448254c6745c780f3c92f59922e differ Binary files ./wordpress-3.3.1/.git/objects/cd/8e957b387be2692cbb68ea182b4b468788f362 and ./wordpress-3.3.2/.git/objects/cd/8e957b387be2692cbb68ea182b4b468788f362 differ Binary files ./wordpress-3.3.1/.git/objects/cd/94ee3b25986d92f50ac81ac1e8ab5281807ce5 and ./wordpress-3.3.2/.git/objects/cd/94ee3b25986d92f50ac81ac1e8ab5281807ce5 differ Binary files ./wordpress-3.3.1/.git/objects/cd/9841da08a465cb2070a9dcc549c388026786cd and ./wordpress-3.3.2/.git/objects/cd/9841da08a465cb2070a9dcc549c388026786cd differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/cd/abd2fd4156d46b6db0f724bce9e1281dc3d17f ./wordpress-3.3.2/.git/objects/cd/abd2fd4156d46b6db0f724bce9e1281dc3d17f *** ./wordpress-3.3.1/.git/objects/cd/abd2fd4156d46b6db0f724bce9e1281dc3d17f 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/cd/abd2fd4156d46b6db0f724bce9e1281dc3d17f 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,4 **** - x- - 0@Qׁ|A⢸-*B <;e*{S,5 ԧr - Q{PLo Ip"kZB?c˹,qG - )Qt6MÔW UH1Ó)ƐG{e٤ ~)3 \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/cd/af2bcfde57d27ed81d11bd21b8ce0b08d9321b and ./wordpress-3.3.2/.git/objects/cd/af2bcfde57d27ed81d11bd21b8ce0b08d9321b differ Binary files ./wordpress-3.3.1/.git/objects/cd/c84c7c6989a621a407c4c21012bd0c00441593 and ./wordpress-3.3.2/.git/objects/cd/c84c7c6989a621a407c4c21012bd0c00441593 differ Binary files ./wordpress-3.3.1/.git/objects/cd/d81b2ad7da57964ba1dbd2dc5c753e69cca45b and ./wordpress-3.3.2/.git/objects/cd/d81b2ad7da57964ba1dbd2dc5c753e69cca45b differ Binary files ./wordpress-3.3.1/.git/objects/cd/f8c4c0c4c2f66d6ffa4a5b0b89a8d4d04a3364 and ./wordpress-3.3.2/.git/objects/cd/f8c4c0c4c2f66d6ffa4a5b0b89a8d4d04a3364 differ Binary files ./wordpress-3.3.1/.git/objects/ce/4be63558b02e9837b995d2b9dd540ce6d61a6f and ./wordpress-3.3.2/.git/objects/ce/4be63558b02e9837b995d2b9dd540ce6d61a6f differ Binary files ./wordpress-3.3.1/.git/objects/ce/5ff0e6da2ead686f643cdc1731dac7f8a9175a and ./wordpress-3.3.2/.git/objects/ce/5ff0e6da2ead686f643cdc1731dac7f8a9175a differ Binary files ./wordpress-3.3.1/.git/objects/ce/654de44e51b49b0b1f5baaf1e295f76e527f9f and ./wordpress-3.3.2/.git/objects/ce/654de44e51b49b0b1f5baaf1e295f76e527f9f differ Binary files ./wordpress-3.3.1/.git/objects/ce/926410970387b46eaaf391a18d44ff122e76cf and ./wordpress-3.3.2/.git/objects/ce/926410970387b46eaaf391a18d44ff122e76cf differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/ce/ad0306c0e38e57bdb0cc85a407b995dcbdc656 ./wordpress-3.3.2/.git/objects/ce/ad0306c0e38e57bdb0cc85a407b995dcbdc656 *** ./wordpress-3.3.1/.git/objects/ce/ad0306c0e38e57bdb0cc85a407b995dcbdc656 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/ce/ad0306c0e38e57bdb0cc85a407b995dcbdc656 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xKOR047bptLgg+s O2  xkPˠ``)5wGsbLs}:}<[4.Qd^KꁲfWWf40,aqJ^6MR:`E \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/ce/faefc0dc6950d55d5e175512bb26c7afdbe5cd and ./wordpress-3.3.2/.git/objects/ce/faefc0dc6950d55d5e175512bb26c7afdbe5cd differ Binary files ./wordpress-3.3.1/.git/objects/ce/fc38f7ee3cf39577d3130cfacfe3192c627367 and ./wordpress-3.3.2/.git/objects/ce/fc38f7ee3cf39577d3130cfacfe3192c627367 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/ce/fc8cf2ce7a7300e504f2170bb7e338257c8449 ./wordpress-3.3.2/.git/objects/ce/fc8cf2ce7a7300e504f2170bb7e338257c8449 *** ./wordpress-3.3.1/.git/objects/ce/fc8cf2ce7a7300e504f2170bb7e338257c8449 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/ce/fc8cf2ce7a7300e504f2170bb7e338257c8449 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,5 **** - xTn@ *(i5CЇ(RZbdwUeg6JէJe9gzޝyۀ]?$ǀr󬘨u] 62` er;Z-~,/?݊q&- e]etpj9;m.: \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/cf/9db1c305304115ea228cc9a219bd9ca920c44f and ./wordpress-3.3.2/.git/objects/cf/9db1c305304115ea228cc9a219bd9ca920c44f differ Binary files ./wordpress-3.3.1/.git/objects/cf/bad8f464de1004ef8ff68c01b8d3eafc21894b and ./wordpress-3.3.2/.git/objects/cf/bad8f464de1004ef8ff68c01b8d3eafc21894b differ Binary files ./wordpress-3.3.1/.git/objects/cf/c49ce5e0b17200d0dde33b82555dfafa77455f and ./wordpress-3.3.2/.git/objects/cf/c49ce5e0b17200d0dde33b82555dfafa77455f differ Binary files ./wordpress-3.3.1/.git/objects/d0/455d7ef6c52ce48df3e355e61143f9207c4eb5 and ./wordpress-3.3.2/.git/objects/d0/455d7ef6c52ce48df3e355e61143f9207c4eb5 differ Binary files ./wordpress-3.3.1/.git/objects/d0/ad528df65559a8ec6c75feb7c6ed8bc48e2ac7 and ./wordpress-3.3.2/.git/objects/d0/ad528df65559a8ec6c75feb7c6ed8bc48e2ac7 differ Binary files ./wordpress-3.3.1/.git/objects/d0/cb8e4ccaeeeee7e75a67885966364482cef8f7 and ./wordpress-3.3.2/.git/objects/d0/cb8e4ccaeeeee7e75a67885966364482cef8f7 differ Binary files ./wordpress-3.3.1/.git/objects/d0/d4336e28c301456d944c50aaa096bc6a292dc3 and ./wordpress-3.3.2/.git/objects/d0/d4336e28c301456d944c50aaa096bc6a292dc3 differ Binary files ./wordpress-3.3.1/.git/objects/d0/f8708d7c5af0c4b8afe5bea1796aa553c1def9 and ./wordpress-3.3.2/.git/objects/d0/f8708d7c5af0c4b8afe5bea1796aa553c1def9 differ Binary files ./wordpress-3.3.1/.git/objects/d1/482880421dde677d3302940aa875ff22a11b06 and ./wordpress-3.3.2/.git/objects/d1/482880421dde677d3302940aa875ff22a11b06 differ Binary files ./wordpress-3.3.1/.git/objects/d1/b5561e5050e027c04b35afe577df84bd6ca434 and ./wordpress-3.3.2/.git/objects/d1/b5561e5050e027c04b35afe577df84bd6ca434 differ Binary files ./wordpress-3.3.1/.git/objects/d2/287e2425b7bfacf9a870c3ee485d8f214e8fa1 and ./wordpress-3.3.2/.git/objects/d2/287e2425b7bfacf9a870c3ee485d8f214e8fa1 differ Binary files ./wordpress-3.3.1/.git/objects/d2/536b9c7ee88be7d2b0eb26fb931a0b7512a6da and ./wordpress-3.3.2/.git/objects/d2/536b9c7ee88be7d2b0eb26fb931a0b7512a6da differ Binary files ./wordpress-3.3.1/.git/objects/d2/875f3e83fa3d71c4dd82dd8d2d3a3517a67ea6 and ./wordpress-3.3.2/.git/objects/d2/875f3e83fa3d71c4dd82dd8d2d3a3517a67ea6 differ Binary files ./wordpress-3.3.1/.git/objects/d2/ac78c04bd1f50059ce9c1fa9534dcee2195579 and ./wordpress-3.3.2/.git/objects/d2/ac78c04bd1f50059ce9c1fa9534dcee2195579 differ Binary files ./wordpress-3.3.1/.git/objects/d2/ee200088f8cc69b965b9520e10c0bd1883a052 and ./wordpress-3.3.2/.git/objects/d2/ee200088f8cc69b965b9520e10c0bd1883a052 differ Binary files ./wordpress-3.3.1/.git/objects/d2/f93671ca3090b277e16a67b1aa6cfb6ac4915f and ./wordpress-3.3.2/.git/objects/d2/f93671ca3090b277e16a67b1aa6cfb6ac4915f differ Binary files ./wordpress-3.3.1/.git/objects/d3/527723c6d8a0ddfa7ca0bfe1ab8fce0055918c and ./wordpress-3.3.2/.git/objects/d3/527723c6d8a0ddfa7ca0bfe1ab8fce0055918c differ Binary files ./wordpress-3.3.1/.git/objects/d3/76df40d15a87da9b98e2abb0d56a2c2ccee40c and ./wordpress-3.3.2/.git/objects/d3/76df40d15a87da9b98e2abb0d56a2c2ccee40c differ Binary files ./wordpress-3.3.1/.git/objects/d3/a2a14287392c65f7bbea18a5cee78cdb5c11eb and ./wordpress-3.3.2/.git/objects/d3/a2a14287392c65f7bbea18a5cee78cdb5c11eb differ Binary files ./wordpress-3.3.1/.git/objects/d3/b2356f8d13dd716dee9e4b2e846e39e3a07e27 and ./wordpress-3.3.2/.git/objects/d3/b2356f8d13dd716dee9e4b2e846e39e3a07e27 differ Binary files ./wordpress-3.3.1/.git/objects/d3/c9afc55fdfedf49bfc3d893deace6ba58efeec and ./wordpress-3.3.2/.git/objects/d3/c9afc55fdfedf49bfc3d893deace6ba58efeec differ Binary files ./wordpress-3.3.1/.git/objects/d4/c40d60e80dc53ebacfb2c2af8138788676ddb3 and ./wordpress-3.3.2/.git/objects/d4/c40d60e80dc53ebacfb2c2af8138788676ddb3 differ Binary files ./wordpress-3.3.1/.git/objects/d4/df984b6ab2954fb3ec4fb9821a13873607bb4a and ./wordpress-3.3.2/.git/objects/d4/df984b6ab2954fb3ec4fb9821a13873607bb4a differ Binary files ./wordpress-3.3.1/.git/objects/d4/f9c7680a6ec05e17c93d3d66c7ae9db29827af and ./wordpress-3.3.2/.git/objects/d4/f9c7680a6ec05e17c93d3d66c7ae9db29827af differ Binary files ./wordpress-3.3.1/.git/objects/d5/11905c1647a1e311e8b20d5930a37a9c2531cd and ./wordpress-3.3.2/.git/objects/d5/11905c1647a1e311e8b20d5930a37a9c2531cd differ Binary files ./wordpress-3.3.1/.git/objects/d5/39ae6a4d575cefbe9e42f132c758f606156897 and ./wordpress-3.3.2/.git/objects/d5/39ae6a4d575cefbe9e42f132c758f606156897 differ Binary files ./wordpress-3.3.1/.git/objects/d5/56e13cdab80ab674fee17dae33b3031c5e9f17 and ./wordpress-3.3.2/.git/objects/d5/56e13cdab80ab674fee17dae33b3031c5e9f17 differ Binary files ./wordpress-3.3.1/.git/objects/d5/b003cf567593cf9a012cef6761a2854affa61a and ./wordpress-3.3.2/.git/objects/d5/b003cf567593cf9a012cef6761a2854affa61a differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/d5/bd85b995deb0087d873a3424ca727b1cc1a0c7 ./wordpress-3.3.2/.git/objects/d5/bd85b995deb0087d873a3424ca727b1cc1a0c7 *** ./wordpress-3.3.1/.git/objects/d5/bd85b995deb0087d873a3424ca727b1cc1a0c7 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/d5/bd85b995deb0087d873a3424ca727b1cc1a0c7 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xUmO0OHR6i6il 8&Ƒ@C~hrݓPwBҼL.fBӺ6W%YFUP+]H88JPZ?(UQ\I^JL$Oi%;"MAZHZMI)@QPZg*WR43z'Zf".6(uq"!-XU>$( !99|OгCTlrUm1q=|˺KY1eEǧkrY(Uu9JEa bcsT4y3;/(!uf$`VKg'.c`Ltk*џAH\-R;&~ŗ;W7h/0g|=ݛ2y Bf6MMbe% j]NA"R1C8$hF^GѪu( v+A4fQDָyû [QX}Úy%y݆좘|ku%V)#p_&Z/acnq Ux'qڔ*zpƯoΧ\u;o[z \ߏ5uVƵ! {EP8w z&T+ \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/d5/d53b088aea77800bbc0350688c0d5396dc400d and ./wordpress-3.3.2/.git/objects/d5/d53b088aea77800bbc0350688c0d5396dc400d differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/d5/f7ef555a225b1005945c9fb1746b6a7f626d65 ./wordpress-3.3.2/.git/objects/d5/f7ef555a225b1005945c9fb1746b6a7f626d65 *** ./wordpress-3.3.1/.git/objects/d5/f7ef555a225b1005945c9fb1746b6a7f626d65 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/d5/f7ef555a225b1005945c9fb1746b6a7f626d65 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xSn0 D NJ\z?bBԐh=CBgU{Ïߏh۰K (it4k쨂l*%y4 _VTz)+:Z0 y!UWVIeB$.8R5t7 M|rorosX[Gl<_?e>n lYoVlT#G0xF \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/d6/4c361693f6d677f90307112469377a8adb855a and ./wordpress-3.3.2/.git/objects/d6/4c361693f6d677f90307112469377a8adb855a differ Binary files ./wordpress-3.3.1/.git/objects/d6/4d8a66ebc7f512f5a44dd30f9ba88b9eb4d81c and ./wordpress-3.3.2/.git/objects/d6/4d8a66ebc7f512f5a44dd30f9ba88b9eb4d81c differ Binary files ./wordpress-3.3.1/.git/objects/d6/7577c1e7d6710c23967bc1a89945a9d2df8543 and ./wordpress-3.3.2/.git/objects/d6/7577c1e7d6710c23967bc1a89945a9d2df8543 differ Binary files ./wordpress-3.3.1/.git/objects/d6/b71b39f697ff4be876d87302a79fb4d05336ca and ./wordpress-3.3.2/.git/objects/d6/b71b39f697ff4be876d87302a79fb4d05336ca differ Binary files ./wordpress-3.3.1/.git/objects/d6/de38d13ec2968d4bf92960d2d31f75e98ff4f4 and ./wordpress-3.3.2/.git/objects/d6/de38d13ec2968d4bf92960d2d31f75e98ff4f4 differ Binary files ./wordpress-3.3.1/.git/objects/d7/31130a53836edb66d57e71fc37c5513685157c and ./wordpress-3.3.2/.git/objects/d7/31130a53836edb66d57e71fc37c5513685157c differ Binary files ./wordpress-3.3.1/.git/objects/d7/6b34482b398a7ce315a0e94f6dcfeca8aa5bb0 and ./wordpress-3.3.2/.git/objects/d7/6b34482b398a7ce315a0e94f6dcfeca8aa5bb0 differ Binary files ./wordpress-3.3.1/.git/objects/d7/6cda5c6be884a1503aa22e305046607770aa6a and ./wordpress-3.3.2/.git/objects/d7/6cda5c6be884a1503aa22e305046607770aa6a differ Binary files ./wordpress-3.3.1/.git/objects/d7/ad22716838e923e8125d69d3280c93ca5776dc and ./wordpress-3.3.2/.git/objects/d7/ad22716838e923e8125d69d3280c93ca5776dc differ Binary files ./wordpress-3.3.1/.git/objects/d7/b4bb19100fbf769f24043937478d381e29bc18 and ./wordpress-3.3.2/.git/objects/d7/b4bb19100fbf769f24043937478d381e29bc18 differ Binary files ./wordpress-3.3.1/.git/objects/d7/cb5261fe303ed981bc9a7061d9a644e16b8321 and ./wordpress-3.3.2/.git/objects/d7/cb5261fe303ed981bc9a7061d9a644e16b8321 differ Binary files ./wordpress-3.3.1/.git/objects/d7/f5f2f4b18f8a141c7a5dd1e09ff106a2f9fa1e and ./wordpress-3.3.2/.git/objects/d7/f5f2f4b18f8a141c7a5dd1e09ff106a2f9fa1e differ Binary files ./wordpress-3.3.1/.git/objects/d7/fa9713588b437c9ac0cb2f1123a3b3e622b586 and ./wordpress-3.3.2/.git/objects/d7/fa9713588b437c9ac0cb2f1123a3b3e622b586 differ Binary files ./wordpress-3.3.1/.git/objects/d8/55ef52b9f55e90864197a0f31eac8127ff9bb8 and ./wordpress-3.3.2/.git/objects/d8/55ef52b9f55e90864197a0f31eac8127ff9bb8 differ Binary files ./wordpress-3.3.1/.git/objects/d8/694978864f13660982114378436732d9a725ab and ./wordpress-3.3.2/.git/objects/d8/694978864f13660982114378436732d9a725ab differ Binary files ./wordpress-3.3.1/.git/objects/d8/c9a5e017ea8a77b0d756eef64709196e50b996 and ./wordpress-3.3.2/.git/objects/d8/c9a5e017ea8a77b0d756eef64709196e50b996 differ Binary files ./wordpress-3.3.1/.git/objects/d9/7f97ce0b9e7d0c44aba003813c58f60c0f013f and ./wordpress-3.3.2/.git/objects/d9/7f97ce0b9e7d0c44aba003813c58f60c0f013f differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/d9/fb2feddeff27aa38e82da76688e76d3b3505ed ./wordpress-3.3.2/.git/objects/d9/fb2feddeff27aa38e82da76688e76d3b3505ed *** ./wordpress-3.3.1/.git/objects/d9/fb2feddeff27aa38e82da76688e76d3b3505ed 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/d9/fb2feddeff27aa38e82da76688e76d3b3505ed 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,3 **** - x}Qj0 - kZZ(t[!nq@(u\]F3OW$hn4$#A J4 uGr{g) - JFH''LUy./Pm.-S ۭ \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/da/7539140786a56292753f8ec3a53ffb3b0e6b84 and ./wordpress-3.3.2/.git/objects/da/7539140786a56292753f8ec3a53ffb3b0e6b84 differ Binary files ./wordpress-3.3.1/.git/objects/da/9a70a89bfaa8c45b2627034d8cf9f210a40ebf and ./wordpress-3.3.2/.git/objects/da/9a70a89bfaa8c45b2627034d8cf9f210a40ebf differ Binary files ./wordpress-3.3.1/.git/objects/da/ebe0dbefc8ff3e9ed10f0eb2e0c671a0aabaef and ./wordpress-3.3.2/.git/objects/da/ebe0dbefc8ff3e9ed10f0eb2e0c671a0aabaef differ Binary files ./wordpress-3.3.1/.git/objects/da/f4909ad2271ede2f6af656527c863d40d2d4ed and ./wordpress-3.3.2/.git/objects/da/f4909ad2271ede2f6af656527c863d40d2d4ed differ Binary files ./wordpress-3.3.1/.git/objects/da/fcd280534e55da467704e96c54699f18b41375 and ./wordpress-3.3.2/.git/objects/da/fcd280534e55da467704e96c54699f18b41375 differ Binary files ./wordpress-3.3.1/.git/objects/db/8b583e98f6a6ce6fb490f4e82e06e014d3abaa and ./wordpress-3.3.2/.git/objects/db/8b583e98f6a6ce6fb490f4e82e06e014d3abaa differ Binary files ./wordpress-3.3.1/.git/objects/db/8d66b80051b706d50dd605462f86714ed99716 and ./wordpress-3.3.2/.git/objects/db/8d66b80051b706d50dd605462f86714ed99716 differ Binary files ./wordpress-3.3.1/.git/objects/db/d88446020419d1ce03de7dbc89e6636ef2345a and ./wordpress-3.3.2/.git/objects/db/d88446020419d1ce03de7dbc89e6636ef2345a differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/db/e2f4816e0f8c60ac87a4b45876435c719fc661 ./wordpress-3.3.2/.git/objects/db/e2f4816e0f8c60ac87a4b45876435c719fc661 *** ./wordpress-3.3.1/.git/objects/db/e2f4816e0f8c60ac87a4b45876435c719fc661 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/db/e2f4816e0f8c60ac87a4b45876435c719fc661 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,2 **** - xMO0 )]&Ae.|, 窚:uiեi'I7qDZ}jaλDTw&emb Q3d E - -DdKH&6PQƵ+%^9deGZ]k" a\NcasBB(T#='0wtrϵdMuPYOAYK<)Y"|ɄoK`mKExh>ALzd(B%Hp*Il7!{<y@xd ^]*H|@WuE[lgV4LҸv5 W6б:kkl1c \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/dc/24c7c44972555bef9846fd166bd91519f10842 and ./wordpress-3.3.2/.git/objects/dc/24c7c44972555bef9846fd166bd91519f10842 differ Binary files ./wordpress-3.3.1/.git/objects/dc/2955b1e42b69b8874d6f43663c26a793e9db25 and ./wordpress-3.3.2/.git/objects/dc/2955b1e42b69b8874d6f43663c26a793e9db25 differ Binary files ./wordpress-3.3.1/.git/objects/dc/4354d1b910197820915843261296bbade73bd9 and ./wordpress-3.3.2/.git/objects/dc/4354d1b910197820915843261296bbade73bd9 differ Binary files ./wordpress-3.3.1/.git/objects/dc/582f0bdd6992698fcf0a80d74b4853940ad651 and ./wordpress-3.3.2/.git/objects/dc/582f0bdd6992698fcf0a80d74b4853940ad651 differ Binary files ./wordpress-3.3.1/.git/objects/dc/7904243b3079769a54479a604a741b31c1bb9c and ./wordpress-3.3.2/.git/objects/dc/7904243b3079769a54479a604a741b31c1bb9c differ Binary files ./wordpress-3.3.1/.git/objects/dc/853f3f1e82391ddb3164759daaf8200423a827 and ./wordpress-3.3.2/.git/objects/dc/853f3f1e82391ddb3164759daaf8200423a827 differ Binary files ./wordpress-3.3.1/.git/objects/dc/893d547cd7c95aa9a35faf2554725643b961f1 and ./wordpress-3.3.2/.git/objects/dc/893d547cd7c95aa9a35faf2554725643b961f1 differ Binary files ./wordpress-3.3.1/.git/objects/dc/df3803b5e2bfd62313e830aede5eae00111098 and ./wordpress-3.3.2/.git/objects/dc/df3803b5e2bfd62313e830aede5eae00111098 differ Binary files ./wordpress-3.3.1/.git/objects/dc/f1a4b401fbcffa558aeefaa4295226ec6222a9 and ./wordpress-3.3.2/.git/objects/dc/f1a4b401fbcffa558aeefaa4295226ec6222a9 differ Binary files ./wordpress-3.3.1/.git/objects/dd/038d8983bf7f16d282c09881846684ede8e365 and ./wordpress-3.3.2/.git/objects/dd/038d8983bf7f16d282c09881846684ede8e365 differ Binary files ./wordpress-3.3.1/.git/objects/dd/15d165d6e9dc326272a15b6e3ca4e06318930e and ./wordpress-3.3.2/.git/objects/dd/15d165d6e9dc326272a15b6e3ca4e06318930e differ Binary files ./wordpress-3.3.1/.git/objects/dd/20c1276542eb641a52c05be312ce1d55df8651 and ./wordpress-3.3.2/.git/objects/dd/20c1276542eb641a52c05be312ce1d55df8651 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/dd/3b78bbcfcda95ac77f4940db4b9d392b4dda09 ./wordpress-3.3.2/.git/objects/dd/3b78bbcfcda95ac77f4940db4b9d392b4dda09 *** ./wordpress-3.3.1/.git/objects/dd/3b78bbcfcda95ac77f4940db4b9d392b4dda09 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/dd/3b78bbcfcda95ac77f4940db4b9d392b4dda09 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,4 **** - xuTQk0ޫ+yfN;{2(Baf졔X"yܮ-sn;pL$}Vf ?}x7?W޼:hUJAj7[e&z z|L'=9 :9 - :`a}j8-&"o>r77M \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/e2/db55f22d6752e10a57f07e286081ebebacfea5 and ./wordpress-3.3.2/.git/objects/e2/db55f22d6752e10a57f07e286081ebebacfea5 differ Binary files ./wordpress-3.3.1/.git/objects/e3/0869bdc836074d4b07c03508f3d0c70745342d and ./wordpress-3.3.2/.git/objects/e3/0869bdc836074d4b07c03508f3d0c70745342d differ Binary files ./wordpress-3.3.1/.git/objects/e3/1b29d370c252d3c095e1827dd8c40b10df497d and ./wordpress-3.3.2/.git/objects/e3/1b29d370c252d3c095e1827dd8c40b10df497d differ Binary files ./wordpress-3.3.1/.git/objects/e3/2e285a614bdac7b85e1e01a4d6745dd9f7834f and ./wordpress-3.3.2/.git/objects/e3/2e285a614bdac7b85e1e01a4d6745dd9f7834f differ Binary files ./wordpress-3.3.1/.git/objects/e3/52fa6fa56ed15957e9c0945f9dd121af517d46 and ./wordpress-3.3.2/.git/objects/e3/52fa6fa56ed15957e9c0945f9dd121af517d46 differ Binary files ./wordpress-3.3.1/.git/objects/e3/dc4c48b777157a4f402ca6ed9a2140dfccdc53 and ./wordpress-3.3.2/.git/objects/e3/dc4c48b777157a4f402ca6ed9a2140dfccdc53 differ Binary files ./wordpress-3.3.1/.git/objects/e3/e8e66e1a9a4da6887ee067e172d1cfc7e13ff0 and ./wordpress-3.3.2/.git/objects/e3/e8e66e1a9a4da6887ee067e172d1cfc7e13ff0 differ Binary files ./wordpress-3.3.1/.git/objects/e3/f767031ca8243a5f0b89bc0f154cc5962e01e9 and ./wordpress-3.3.2/.git/objects/e3/f767031ca8243a5f0b89bc0f154cc5962e01e9 differ Binary files ./wordpress-3.3.1/.git/objects/e3/fb1fddb245d383b4655c3ccf1dfd0d30725f0c and ./wordpress-3.3.2/.git/objects/e3/fb1fddb245d383b4655c3ccf1dfd0d30725f0c differ Binary files ./wordpress-3.3.1/.git/objects/e4/263dc3c1107fdb2c51ddf4b3ed5a237ea11f0b and ./wordpress-3.3.2/.git/objects/e4/263dc3c1107fdb2c51ddf4b3ed5a237ea11f0b differ Binary files ./wordpress-3.3.1/.git/objects/e4/5760f628a4be7d13e4e87dd89f0b230c2b23f0 and ./wordpress-3.3.2/.git/objects/e4/5760f628a4be7d13e4e87dd89f0b230c2b23f0 differ Binary files ./wordpress-3.3.1/.git/objects/e4/7e1b5ac4dfe3c54ae099899ac3143669b1fa90 and ./wordpress-3.3.2/.git/objects/e4/7e1b5ac4dfe3c54ae099899ac3143669b1fa90 differ Binary files ./wordpress-3.3.1/.git/objects/e4/dfbda1cecec8944717f5894a8dc5c201a31cda and ./wordpress-3.3.2/.git/objects/e4/dfbda1cecec8944717f5894a8dc5c201a31cda differ Binary files ./wordpress-3.3.1/.git/objects/e5/25716327d65a5d0ccf07a228e77bc44d4e7751 and ./wordpress-3.3.2/.git/objects/e5/25716327d65a5d0ccf07a228e77bc44d4e7751 differ Binary files ./wordpress-3.3.1/.git/objects/e5/3f9f0cfa1180e4c3237a23d082996e885a4d88 and ./wordpress-3.3.2/.git/objects/e5/3f9f0cfa1180e4c3237a23d082996e885a4d88 differ Binary files ./wordpress-3.3.1/.git/objects/e5/65824aafafe632011b281cba976baf8b3ba89a and ./wordpress-3.3.2/.git/objects/e5/65824aafafe632011b281cba976baf8b3ba89a differ Binary files ./wordpress-3.3.1/.git/objects/e5/874f29569a56e7725944c1b81928491f038b8c and ./wordpress-3.3.2/.git/objects/e5/874f29569a56e7725944c1b81928491f038b8c differ Binary files ./wordpress-3.3.1/.git/objects/e5/d5880f9e9a832dd63c6671a40f700b9d7be202 and ./wordpress-3.3.2/.git/objects/e5/d5880f9e9a832dd63c6671a40f700b9d7be202 differ Binary files ./wordpress-3.3.1/.git/objects/e6/1e0ef5e45d0d06eec18f81052578d0f4f24ea2 and ./wordpress-3.3.2/.git/objects/e6/1e0ef5e45d0d06eec18f81052578d0f4f24ea2 differ Binary files ./wordpress-3.3.1/.git/objects/e6/5b19cb29e3a05550ec21e15a052045f0e703f1 and ./wordpress-3.3.2/.git/objects/e6/5b19cb29e3a05550ec21e15a052045f0e703f1 differ Binary files ./wordpress-3.3.1/.git/objects/e6/71094cb0eb210b756117f992cf5ca2caa698fd and ./wordpress-3.3.2/.git/objects/e6/71094cb0eb210b756117f992cf5ca2caa698fd differ Binary files ./wordpress-3.3.1/.git/objects/e6/7d868a2b4bde9250079bfca077ffefc2f3fc7b and ./wordpress-3.3.2/.git/objects/e6/7d868a2b4bde9250079bfca077ffefc2f3fc7b differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/e6/ac87542c053229af4e76effe6cd9198eab5229 ./wordpress-3.3.2/.git/objects/e6/ac87542c053229af4e76effe6cd9198eab5229 *** ./wordpress-3.3.1/.git/objects/e6/ac87542c053229af4e76effe6cd9198eab5229 2012-04-04 00:19:56.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/e6/ac87542c053229af4e76effe6cd9198eab5229 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xQO0}>MűL4@AIY(v:}wf"1᥹:nnf%O>GxQg4.xl`Z=r^\I].u+nëG0>-vȘdIBebK:ONF>a49!k3MI3N+ OŏX#W>iAhשC80 % Kb\'UDļ/6Dr"'_Tf)* x xQJ!0+Iim b!*l.F'/:ٯ~VSiZVt"޼>O:HhZsxiAQ, 6pߒ;2 - 5Q0ÒI`SONQJ.Xx;6EZyǶds`b4,)y \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/e8/0301484332401f522c693f3c29d1d82f87e9a2 and ./wordpress-3.3.2/.git/objects/e8/0301484332401f522c693f3c29d1d82f87e9a2 differ Binary files ./wordpress-3.3.1/.git/objects/e8/7348095cd0ee9bbda82dd1bc7ca596b21e32db and ./wordpress-3.3.2/.git/objects/e8/7348095cd0ee9bbda82dd1bc7ca596b21e32db differ Binary files ./wordpress-3.3.1/.git/objects/e8/c84d3f4d9c68ffac39e385a898a0cc8ffc5800 and ./wordpress-3.3.2/.git/objects/e8/c84d3f4d9c68ffac39e385a898a0cc8ffc5800 differ Binary files ./wordpress-3.3.1/.git/objects/e9/5b75627e4cbbf8380fec52ac03eaaf976d730f and ./wordpress-3.3.2/.git/objects/e9/5b75627e4cbbf8380fec52ac03eaaf976d730f differ Binary files ./wordpress-3.3.1/.git/objects/e9/639244ed8f412988fa61b9a4cb3dc5fef2a65b and ./wordpress-3.3.2/.git/objects/e9/639244ed8f412988fa61b9a4cb3dc5fef2a65b differ Binary files ./wordpress-3.3.1/.git/objects/e9/a3f626e0481945986c3da3c564e4964a84ee14 and ./wordpress-3.3.2/.git/objects/e9/a3f626e0481945986c3da3c564e4964a84ee14 differ Binary files ./wordpress-3.3.1/.git/objects/e9/aeba050766144782ae9eee56a70346df262d62 and ./wordpress-3.3.2/.git/objects/e9/aeba050766144782ae9eee56a70346df262d62 differ Binary files ./wordpress-3.3.1/.git/objects/ea/11b3da1e80a87c156181fa34e3c433bb202c6f and ./wordpress-3.3.2/.git/objects/ea/11b3da1e80a87c156181fa34e3c433bb202c6f differ Binary files ./wordpress-3.3.1/.git/objects/ea/2575f56665f718980fd6d302d57d90e34aef57 and ./wordpress-3.3.2/.git/objects/ea/2575f56665f718980fd6d302d57d90e34aef57 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/ea/3269289fb7b7f0d66e4055ae3dddc6f0f0f964 ./wordpress-3.3.2/.git/objects/ea/3269289fb7b7f0d66e4055ae3dddc6f0f0f964 *** ./wordpress-3.3.1/.git/objects/ea/3269289fb7b7f0d66e4055ae3dddc6f0f0f964 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/ea/3269289fb7b7f0d66e4055ae3dddc6f0f0f964 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xeM @+*(2"!B[I[ Kי+d4M `Ppcp=>IiUԅPFuiĘԿynZP)K'&߭CDfkC)"{ I)zضlb6Nkś \fOeKr [ʎ܀uB<9V UZ&O~~LȺX.JlyIDZeRTV;Y%NMIax - Uu(j[3rmw=b\s! pr&謋`zr`oD?a4z۹G"f3b { - 8sv@tIK=}x3JWJq rlTN6r77ŅM \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/ee/6574bf84b3f32fd662de3df8d04317f09fe61a and ./wordpress-3.3.2/.git/objects/ee/6574bf84b3f32fd662de3df8d04317f09fe61a differ Binary files ./wordpress-3.3.1/.git/objects/ee/929644c66d2af765322de59b490ba3d929281e and ./wordpress-3.3.2/.git/objects/ee/929644c66d2af765322de59b490ba3d929281e differ Binary files ./wordpress-3.3.1/.git/objects/ee/d5bd1ae5fb67e8057e5144e5f5be369977af05 and ./wordpress-3.3.2/.git/objects/ee/d5bd1ae5fb67e8057e5144e5f5be369977af05 differ Binary files ./wordpress-3.3.1/.git/objects/ef/2c641010da0adbe9128103cf43005d582e5013 and ./wordpress-3.3.2/.git/objects/ef/2c641010da0adbe9128103cf43005d582e5013 differ Binary files ./wordpress-3.3.1/.git/objects/ef/628ed102db76487501d8fca78c6c1e5cc4527b and ./wordpress-3.3.2/.git/objects/ef/628ed102db76487501d8fca78c6c1e5cc4527b differ Binary files ./wordpress-3.3.1/.git/objects/ef/affa5ae93787ccda46d369465db0b063f735ff and ./wordpress-3.3.2/.git/objects/ef/affa5ae93787ccda46d369465db0b063f735ff differ Binary files ./wordpress-3.3.1/.git/objects/ef/c158fc8978acd30bb4166156ccff347bd12340 and ./wordpress-3.3.2/.git/objects/ef/c158fc8978acd30bb4166156ccff347bd12340 differ Binary files ./wordpress-3.3.1/.git/objects/ef/d03736552e35f0a6790b6c043f4becbe3d35b1 and ./wordpress-3.3.2/.git/objects/ef/d03736552e35f0a6790b6c043f4becbe3d35b1 differ Binary files ./wordpress-3.3.1/.git/objects/ef/f530060e6f5e23c681e59b1bb573b5515d5c88 and ./wordpress-3.3.2/.git/objects/ef/f530060e6f5e23c681e59b1bb573b5515d5c88 differ Binary files ./wordpress-3.3.1/.git/objects/f0/0e7b39e5776f5c9b522ab1abcd5694e5f5d876 and ./wordpress-3.3.2/.git/objects/f0/0e7b39e5776f5c9b522ab1abcd5694e5f5d876 differ Binary files ./wordpress-3.3.1/.git/objects/f0/9933e387e5561ddf4b538342c7bec303056e42 and ./wordpress-3.3.2/.git/objects/f0/9933e387e5561ddf4b538342c7bec303056e42 differ Binary files ./wordpress-3.3.1/.git/objects/f1/1c586d5ff28e440dfd59da9485c122b1ac8b19 and ./wordpress-3.3.2/.git/objects/f1/1c586d5ff28e440dfd59da9485c122b1ac8b19 differ Binary files ./wordpress-3.3.1/.git/objects/f1/8a138b3fa1d75b6532a062ed705bb777f349c1 and ./wordpress-3.3.2/.git/objects/f1/8a138b3fa1d75b6532a062ed705bb777f349c1 differ Binary files ./wordpress-3.3.1/.git/objects/f1/b3738354e6bfb2bd40fdd15b86e01fae906e2e and ./wordpress-3.3.2/.git/objects/f1/b3738354e6bfb2bd40fdd15b86e01fae906e2e differ Binary files ./wordpress-3.3.1/.git/objects/f1/d6c4b3d8c3f3a9206fdfdda397c2574bcff86a and ./wordpress-3.3.2/.git/objects/f1/d6c4b3d8c3f3a9206fdfdda397c2574bcff86a differ Binary files ./wordpress-3.3.1/.git/objects/f1/d9743fd9ef47d05509c49ee302f09213207125 and ./wordpress-3.3.2/.git/objects/f1/d9743fd9ef47d05509c49ee302f09213207125 differ Binary files ./wordpress-3.3.1/.git/objects/f1/f42b9ac6b5073dd5f9b30adc34589f3fc353cb and ./wordpress-3.3.2/.git/objects/f1/f42b9ac6b5073dd5f9b30adc34589f3fc353cb differ Binary files ./wordpress-3.3.1/.git/objects/f2/853708d8f662c022e061aef028a602f5be2602 and ./wordpress-3.3.2/.git/objects/f2/853708d8f662c022e061aef028a602f5be2602 differ Binary files ./wordpress-3.3.1/.git/objects/f2/85be3a9093da1e0d9d70ccba0264eca613c00e and ./wordpress-3.3.2/.git/objects/f2/85be3a9093da1e0d9d70ccba0264eca613c00e differ Binary files ./wordpress-3.3.1/.git/objects/f2/ae77802c9e5562b66c8f214c218c5c7a3afc54 and ./wordpress-3.3.2/.git/objects/f2/ae77802c9e5562b66c8f214c218c5c7a3afc54 differ Binary files ./wordpress-3.3.1/.git/objects/f2/c4d3093aeae2da0c158b006a38c6d43cea22a2 and ./wordpress-3.3.2/.git/objects/f2/c4d3093aeae2da0c158b006a38c6d43cea22a2 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/f3/0df3fb03a150ecaf4476c04201f8ea8ba64fa8 ./wordpress-3.3.2/.git/objects/f3/0df3fb03a150ecaf4476c04201f8ea8ba64fa8 *** ./wordpress-3.3.1/.git/objects/f3/0df3fb03a150ecaf4476c04201f8ea8ba64fa8 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/f3/0df3fb03a150ecaf4476c04201f8ea8ba64fa8 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - xMN0ƃ`p6\h*I sd,8dOݿn%L4Jv"n$)B4uzkk_[: qN,ez*ӳcE֫J#F,n>xG1Y;o,h4G+IBVց͛ ]X%`z5ɡ/Gp $ q j y<ХAtN²p1qR8b@W$??Rz \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/f3/2574abdb1773f5106e655e53d8a18ac74bfb8e and ./wordpress-3.3.2/.git/objects/f3/2574abdb1773f5106e655e53d8a18ac74bfb8e differ Binary files ./wordpress-3.3.1/.git/objects/f3/68b213e52c72f5c10630d14b76b4d2b6dc4e64 and ./wordpress-3.3.2/.git/objects/f3/68b213e52c72f5c10630d14b76b4d2b6dc4e64 differ Binary files ./wordpress-3.3.1/.git/objects/f3/8bafc765b091efb3a9f610d275ff3225c1f74f and ./wordpress-3.3.2/.git/objects/f3/8bafc765b091efb3a9f610d275ff3225c1f74f differ Binary files ./wordpress-3.3.1/.git/objects/f3/b0c05704c304aebf3fdc59c79499784c8c9828 and ./wordpress-3.3.2/.git/objects/f3/b0c05704c304aebf3fdc59c79499784c8c9828 differ Binary files ./wordpress-3.3.1/.git/objects/f3/c45424ffbdc94abbd3117d13c18e6fffd15e7a and ./wordpress-3.3.2/.git/objects/f3/c45424ffbdc94abbd3117d13c18e6fffd15e7a differ Binary files ./wordpress-3.3.1/.git/objects/f3/cbe546c54cf5bfc71afb30f810484bfe27200e and ./wordpress-3.3.2/.git/objects/f3/cbe546c54cf5bfc71afb30f810484bfe27200e differ Binary files ./wordpress-3.3.1/.git/objects/f3/d4b4490223c9429434d9f3cf9842862229bc26 and ./wordpress-3.3.2/.git/objects/f3/d4b4490223c9429434d9f3cf9842862229bc26 differ Binary files ./wordpress-3.3.1/.git/objects/f4/12c8db4550ae8359204e6da15ea8c15d86c581 and ./wordpress-3.3.2/.git/objects/f4/12c8db4550ae8359204e6da15ea8c15d86c581 differ Binary files ./wordpress-3.3.1/.git/objects/f4/1ec7fdb1ce6cea159f04d296b71cf69262ee76 and ./wordpress-3.3.2/.git/objects/f4/1ec7fdb1ce6cea159f04d296b71cf69262ee76 differ Binary files ./wordpress-3.3.1/.git/objects/f4/53745004b6a2d684434a54117acd523158a176 and ./wordpress-3.3.2/.git/objects/f4/53745004b6a2d684434a54117acd523158a176 differ Binary files ./wordpress-3.3.1/.git/objects/f4/d4794712d0264a2e960d46b2328a2979b19181 and ./wordpress-3.3.2/.git/objects/f4/d4794712d0264a2e960d46b2328a2979b19181 differ Binary files ./wordpress-3.3.1/.git/objects/f5/48f86d736cc4068caaead1463306462d043f73 and ./wordpress-3.3.2/.git/objects/f5/48f86d736cc4068caaead1463306462d043f73 differ Binary files ./wordpress-3.3.1/.git/objects/f5/7be766c09a5a277df341aab01c6e20dbbbfeb8 and ./wordpress-3.3.2/.git/objects/f5/7be766c09a5a277df341aab01c6e20dbbbfeb8 differ Binary files ./wordpress-3.3.1/.git/objects/f6/4e35417d85b0a198b3db1220648e1f0100b25b and ./wordpress-3.3.2/.git/objects/f6/4e35417d85b0a198b3db1220648e1f0100b25b differ Binary files ./wordpress-3.3.1/.git/objects/f6/659a4d931709da1cebffcea9098431dbe6b0c2 and ./wordpress-3.3.2/.git/objects/f6/659a4d931709da1cebffcea9098431dbe6b0c2 differ Binary files ./wordpress-3.3.1/.git/objects/f6/a3281210d4ec5414d4c57389e0700539cbd90f and ./wordpress-3.3.2/.git/objects/f6/a3281210d4ec5414d4c57389e0700539cbd90f differ Binary files ./wordpress-3.3.1/.git/objects/f6/ac9c2e08df92e73099ed30220389e9f4c8589f and ./wordpress-3.3.2/.git/objects/f6/ac9c2e08df92e73099ed30220389e9f4c8589f differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/objects/f6/d73b902077bdb97c101ce1682b7b894408f75c ./wordpress-3.3.2/.git/objects/f6/d73b902077bdb97c101ce1682b7b894408f75c *** ./wordpress-3.3.1/.git/objects/f6/d73b902077bdb97c101ce1682b7b894408f75c 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/objects/f6/d73b902077bdb97c101ce1682b7b894408f75c 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - x]K08AѮ_A/G@vI7]W]u.}OeQ^WYel{)Y,Q)ءT"5zcyHM'ɏEgԙw0 7VX9S{G  Z>C4#"ED"!] rXrdBzaE\sQ/^= om\>cP<"_gn3RT jm^0ʔċ nSǔnU6i$}6Єn^s= - ׳g=:C `+@!}K7HdsD^4_]~゚;˜fN*`l q-+Q)8R)(d - @gH*F..*ԀkJ_C'A>T/a.E57֍MJ(ڽI(0m+BSy LY38Je|>64FVPBf_&s.SQٸdM+nqo O3TK UrQn_ bHw _\(\3K%MKWL,Wҩ=8ur#*r e`R=l`x~a~4Eg3~&CqB>aZȒ DqL=>;ڤZUNTcSm3h=RLf@Sޓeխ[L@'U˙|jد=E܆YN3l fi ́H{7:|S т/\듖Sf'/?>6QQGna~5z!c 4._JFs|5xz}qTfQ̻2r%&i2VH]ɜ>֯Hx^cW>CMNTxE-wb+o-9^Q+eH^e \ No newline at end of file --- 0 ---- Binary files ./wordpress-3.3.1/.git/objects/ff/f156b65388d47d5ab1349964e8bd66685615f7 and ./wordpress-3.3.2/.git/objects/ff/f156b65388d47d5ab1349964e8bd66685615f7 differ Binary files ./wordpress-3.3.1/.git/objects/ff/f360c62fbd6b1ab6382b08bcf51df8f20c83a5 and ./wordpress-3.3.2/.git/objects/ff/f360c62fbd6b1ab6382b08bcf51df8f20c83a5 differ Binary files ./wordpress-3.3.1/.git/objects/ff/ffa602d0a4ac42c5743f2988c2c3f3a54190e3 and ./wordpress-3.3.2/.git/objects/ff/ffa602d0a4ac42c5743f2988c2c3f3a54190e3 differ diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.git/refs/heads/3.3.1 ./wordpress-3.3.2/.git/refs/heads/3.3.1 *** ./wordpress-3.3.1/.git/refs/heads/3.3.1 2012-04-04 00:19:57.000000000 -0500 --- ./wordpress-3.3.2/.git/refs/heads/3.3.1 1969-12-31 18:00:00.000000000 -0600 *************** *** 1 **** - 2ccdd9ca80e9ca75320c0d6a2ed3eae82f6e46ba --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/.htaccess.inst ./wordpress-3.3.2/.htaccess.inst *** ./wordpress-3.3.1/.htaccess.inst 2012-01-09 15:30:35.000000000 -0600 --- ./wordpress-3.3.2/.htaccess.inst 1969-12-31 18:00:00.000000000 -0600 *************** *** 1,9 **** - # BEGIN WordPress - - RewriteEngine On - RewriteBase / - RewriteCond %{REQUEST_FILENAME} !-f - RewriteCond %{REQUEST_FILENAME} !-d - RewriteRule . /index.php [L] - - # END WordPress --- 0 ---- diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/readme.html ./wordpress-3.3.2/readme.html *** ./wordpress-3.3.1/readme.html 2012-01-03 11:01:50.000000000 -0600 --- ./wordpress-3.3.2/readme.html 2012-04-20 07:44:18.000000000 -0500 *************** *** 8,14 ****

WordPress !
Version 3.3.1

Semantic Personal Publishing Platform

--- 8,14 ----

WordPress !
Version 3.3.2

Semantic Personal Publishing Platform

diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-admin/about.php ./wordpress-3.3.2/wp-admin/about.php *** ./wordpress-3.3.1/wp-admin/about.php 2012-01-03 14:45:03.000000000 -0600 --- ./wordpress-3.3.2/wp-admin/about.php 2012-04-20 09:49:49.000000000 -0500 *************** *** 34,40 ****
!

Version %1$s addressed a security issue and fixed %2$s bug.', 'Version %1$s addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?> --- 34,44 ----

!

!

Version %1$s addressed some security issues and fixed %2$s bug.', ! 'Version %1$s addressed some security issues and fixed %2$s bugs.', 12 ), '3.3.2', number_format_i18n( 12 ) ); ?> ! the release notes.' ), 'http://codex.wordpress.org/Version_3.3.2' ); ?> !

Version %1$s addressed a security issue and fixed %2$s bug.', 'Version %1$s addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?> the release notes.' ), 'http://codex.wordpress.org/Version_3.3.1' ); ?> diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-admin/includes/update-core.php ./wordpress-3.3.2/wp-admin/includes/update-core.php *** ./wordpress-3.3.1/wp-admin/includes/update-core.php 2012-01-03 11:01:50.000000000 -0600 --- ./wordpress-3.3.2/wp-admin/includes/update-core.php 2012-04-20 07:44:18.000000000 -0500 *************** *** 406,412 **** $mysql_version = $wpdb->db_version(); $required_php_version = '5.2.4'; $required_mysql_version = '5.0'; ! $wp_version = '3.3.1'; $php_compat = version_compare( $php_version, $required_php_version, '>=' ); if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) $mysql_compat = true; --- 406,412 ---- $mysql_version = $wpdb->db_version(); $required_php_version = '5.2.4'; $required_mysql_version = '5.0'; ! $wp_version = '3.3.2'; $php_compat = version_compare( $php_version, $required_php_version, '>=' ); if ( file_exists( WP_CONTENT_DIR . '/db.php' ) && empty( $wpdb->is_mysql ) ) $mysql_compat = true; diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-admin/plugins.php ./wordpress-3.3.2/wp-admin/plugins.php *** ./wordpress-3.3.1/wp-admin/plugins.php 2011-11-30 22:51:35.000000000 -0600 --- ./wordpress-3.3.2/wp-admin/plugins.php 2012-04-19 01:39:24.000000000 -0500 *************** *** 154,159 **** --- 154,163 ---- wp_die(__('You do not have sufficient permissions to deactivate plugins for this site.')); check_admin_referer('deactivate-plugin_' . $plugin); + if ( ! is_network_admin() && is_plugin_active_for_network( $plugin ) ) { + wp_redirect( self_admin_url("plugins.php?plugin_status=$status&paged=$page&s=$s") ); + exit; + } deactivate_plugins($plugin); update_option('recently_activated', array($plugin => time()) + (array)get_option('recently_activated')); if ( headers_sent() ) *************** *** 169,175 **** check_admin_referer('bulk-plugins'); $plugins = isset( $_POST['checked'] ) ? (array) $_POST['checked'] : array(); ! $plugins = array_filter($plugins, 'is_plugin_active'); //Do not deactivate plugins which are already deactivated. if ( empty($plugins) ) { wp_redirect( self_admin_url("plugins.php?plugin_status=$status&paged=$page&s=$s") ); exit; --- 173,185 ---- check_admin_referer('bulk-plugins'); $plugins = isset( $_POST['checked'] ) ? (array) $_POST['checked'] : array(); ! // Do not deactivate plugins which are already deactivated. ! if ( is_network_admin() ) { ! $plugins = array_filter( $plugins, 'is_plugin_active_for_network' ); ! } else { ! $plugins = array_filter( $plugins, 'is_plugin_active' ); ! $plugins = array_diff( $plugins, array_filter( $plugins, 'is_plugin_active_for_network' ) ); ! } if ( empty($plugins) ) { wp_redirect( self_admin_url("plugins.php?plugin_status=$status&paged=$page&s=$s") ); exit; diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-admin/press-this.php ./wordpress-3.3.2/wp-admin/press-this.php *** ./wordpress-3.3.1/wp-admin/press-this.php 2012-01-03 14:44:01.000000000 -0600 --- ./wordpress-3.3.2/wp-admin/press-this.php 2012-04-19 16:58:20.000000000 -0500 *************** *** 390,413 **** function setup_photo_actions() { jQuery('.close').click(function() { jQuery('#extra-fields').hide(); - jQuery('body').append( jQuery('#photo-add-url-div') ); jQuery('#extra-fields').html(''); }); jQuery('.refresh').click(function() { photostorage = false; - jQuery('body').append( jQuery('#photo-add-url-div') ); show('photo'); }); jQuery('#photo-add-url').click(function(){ ! var container = jQuery('#img_container'); ! ! if ( container.children('#photo-add-url-div:visible').length ) { ! container.children('a').show(); ! jQuery('#photo-add-url-div').hide(); ! } else { ! container.children('a').hide(); ! container.append( jQuery('#photo-add-url-div').show() ); ! } }); jQuery('#waiting').hide(); jQuery('#extra-fields').show(); --- 390,404 ---- function setup_photo_actions() { jQuery('.close').click(function() { jQuery('#extra-fields').hide(); jQuery('#extra-fields').html(''); }); jQuery('.refresh').click(function() { photostorage = false; show('photo'); }); jQuery('#photo-add-url').click(function(){ ! var form = jQuery('#photo-add-url-div').clone(); ! jQuery('#img_container').empty().append( form.show() ); }); jQuery('#waiting').hide(); jQuery('#extra-fields').show(); diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-admin/setup-config.php ./wordpress-3.3.2/wp-admin/setup-config.php *** ./wordpress-3.3.1/wp-admin/setup-config.php 2011-11-15 09:47:07.000000000 -0600 --- ./wordpress-3.3.2/wp-admin/setup-config.php 2012-04-16 17:02:54.000000000 -0500 *************** *** 44,53 **** --- 44,56 ---- require_once(ABSPATH . WPINC . '/load.php'); require_once(ABSPATH . WPINC . '/version.php'); wp_check_php_mysql_versions(); + wp_unregister_GLOBALS(); require_once(ABSPATH . WPINC . '/compat.php'); require_once(ABSPATH . WPINC . '/functions.php'); require_once(ABSPATH . WPINC . '/class-wp-error.php'); + require_once(ABSPATH . WPINC . '/formatting.php'); + wp_magic_quotes(); if (!file_exists(ABSPATH . 'wp-config-sample.php')) wp_die('Sorry, I need a wp-config-sample.php file to work from. Please re-upload this file from your WordPress installation.'); diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-comments-post.php ./wordpress-3.3.2/wp-comments-post.php *** ./wordpress-3.3.1/wp-comments-post.php 2011-09-30 12:18:35.000000000 -0500 --- ./wordpress-3.3.2/wp-comments-post.php 2012-04-16 17:12:25.000000000 -0500 *************** *** 100,105 **** $location = empty($_POST['redirect_to']) ? get_comment_link($comment_id) : $_POST['redirect_to'] . '#comment-' . $comment_id; $location = apply_filters('comment_post_redirect', $location, $comment); ! wp_redirect($location); exit; ?> --- 100,105 ---- $location = empty($_POST['redirect_to']) ? get_comment_link($comment_id) : $_POST['redirect_to'] . '#comment-' . $comment_id; $location = apply_filters('comment_post_redirect', $location, $comment); ! wp_safe_redirect( $location ); exit; ?> diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-content/themes/twentyeleven/languages/twentyeleven.pot ./wordpress-3.3.2/wp-content/themes/twentyeleven/languages/twentyeleven.pot *** ./wordpress-3.3.1/wp-content/themes/twentyeleven/languages/twentyeleven.pot 2011-12-10 13:47:15.000000000 -0600 --- ./wordpress-3.3.2/wp-content/themes/twentyeleven/languages/twentyeleven.pot 2012-02-10 10:38:48.000000000 -0600 *************** *** 1,200 **** ! # Copyright (C) 2010 Twenty Eleven ! # This file is distributed under the same license as the Twenty Eleven package. msgid "" msgstr "" "Project-Id-Version: Twenty Eleven 1.3\n" ! "Report-Msgid-Bugs-To: http://wordpress.org/tag/twentyeleven\n" ! "POT-Creation-Date: 2011-12-10 19:47:15+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" ! #: content-quote.php:14 showcase.php:115 showcase.php:194 content.php:15 ! #: content.php:19 content-image.php:15 content-gallery.php:16 ! #: content-gallery.php:48 content-aside.php:16 content-status.php:15 ! #: inc/widgets.php:89 content-link.php:16 content-featured.php:14 ! msgid "Permalink to %s" msgstr "" ! #: content-quote.php:15 ! msgid "Quote" msgstr "" ! #: content-quote.php:24 content.php:30 content-image.php:21 ! #: content-aside.php:22 content-status.php:21 content-link.php:22 ! msgid "Reply" msgstr "" ! #: content-quote.php:24 content.php:30 content-image.php:21 ! #: content-aside.php:22 content-status.php:21 content-link.php:22 ! msgctxt "comments number" ! msgid "1" msgstr "" ! #: content-quote.php:24 content.php:30 content-image.php:21 ! #: content-aside.php:22 content-status.php:21 content-link.php:22 ! msgctxt "comments number" ! msgid "%" msgstr "" ! #: content-quote.php:35 content.php:41 content-image.php:27 ! #: content-gallery.php:32 content-aside.php:33 functions.php:327 ! #: content-status.php:34 content-link.php:33 ! msgid "Continue reading " msgstr "" ! #: content-quote.php:36 content.php:42 content-image.php:28 ! #: content-single.php:24 content-intro.php:18 content-gallery.php:54 ! #: content-aside.php:34 image.php:90 content-status.php:35 content-page.php:18 ! #: content-link.php:34 content-featured.php:23 ! msgid "Pages:" msgstr "" ! #. translators: used between list items, there is a space after the comma ! #: content-quote.php:44 content-quote.php:54 content.php:51 content.php:61 ! #: content-image.php:47 content-image.php:56 content-single.php:30 ! #: content-single.php:33 content-gallery.php:62 content-gallery.php:72 ! #: content-featured.php:29 content-featured.php:38 ! msgid ", " msgstr "" ! #: content-quote.php:48 content.php:55 content-image.php:51 ! #: content-gallery.php:66 ! msgid "Posted in %2$s" msgstr "" ! #: content-quote.php:60 content.php:67 content-image.php:59 ! #: content-gallery.php:78 ! msgid "Tagged %2$s" msgstr "" ! #: content-quote.php:69 showcase.php:196 content.php:77 content-image.php:64 ! #: content-gallery.php:87 content-aside.php:42 content-status.php:43 ! #: content-link.php:42 ! msgid "Leave a reply" msgstr "" ! #: content-quote.php:69 showcase.php:196 content.php:77 content-image.php:64 ! #: content-gallery.php:87 content-aside.php:42 content-status.php:43 ! #: content-link.php:42 ! msgid "1 Reply" msgstr "" ! #: content-quote.php:69 showcase.php:196 content.php:77 content-image.php:64 ! #: content-gallery.php:87 content-aside.php:42 content-status.php:43 ! #: content-link.php:42 ! msgid "% Replies" msgstr "" ! #: content-quote.php:72 content.php:80 content-image.php:68 ! #: content-single.php:52 content-intro.php:19 content-gallery.php:90 ! #: content-aside.php:44 image.php:41 functions.php:505 functions.php:533 ! #: content-status.php:45 content-page.php:21 content-link.php:44 ! #: content-featured.php:45 ! msgid "Edit" msgstr "" ! #: showcase.php:72 ! msgid "Featured Post" msgstr "" ! #: showcase.php:145 ! msgid "Featuring: %s" msgstr "" ! #: showcase.php:155 ! msgid "Recent Posts" ! msgstr "" ! #: index.php:37 category.php:50 tag.php:50 author.php:74 search.php:42 ! #: archive.php:57 ! msgid "Nothing Found" msgstr "" ! #: index.php:41 category.php:54 tag.php:54 author.php:78 archive.php:61 ! msgid "" ! "Apologies, but no results were found for the requested archive. Perhaps " ! "searching will help find a related post." msgstr "" ! #: content.php:16 ! msgid "Featured" msgstr "" ! #. #-#-#-#-# twentyeleven.pot (Twenty Eleven 1.3) #-#-#-#-# ! #. Author URI of the plugin/theme ! #: footer.php:27 ! msgid "http://wordpress.org/" msgstr "" ! #: footer.php:27 ! msgid "Semantic Personal Publishing Platform" msgstr "" ! #: footer.php:27 ! msgid "Proudly powered by %s" msgstr "" ! #: category.php:19 ! msgid "Category Archives: %s" msgstr "" ! #: content-image.php:16 ! msgid "Image" msgstr "" ! #: content-image.php:34 ! msgid "" ! " by " ! " %6$s" msgstr "" ! #: content-image.php:39 functions.php:570 ! msgid "View all posts by %s" msgstr "" ! #: sidebar.php:19 ! msgid "Archives" msgstr "" ! #: sidebar.php:26 ! msgid "Meta" msgstr "" ! #: content-single.php:35 ! msgid "" ! "This entry was posted in %1$s and tagged %2$s by %5$s. " ! "Bookmark the permalink." msgstr "" ! #: content-single.php:37 ! msgid "" ! "This entry was posted in %1$s by %5$s. Bookmark the permalink." msgstr "" ! #: content-single.php:39 ! msgid "" ! "This entry was posted by %5$s. Bookmark the permalink." msgstr "" ! #: content-single.php:60 author.php:49 ! msgid "About %s" msgstr "" ! #: content-single.php:64 ! msgid "View all posts by %s " msgstr "" ! #: tag.php:19 ! msgid "Tag Archives: %s" msgstr "" #: content-gallery.php:17 --- 1,197 ---- ! # Copyright (C) 2012 the WordPress team ! # This file is distributed under the GNU General Public License. msgid "" msgstr "" "Project-Id-Version: Twenty Eleven 1.3\n" ! "Report-Msgid-Bugs-To: http://wordpress.org/tags/twentyeleven\n" ! "POT-Creation-Date: 2012-02-10 16:30:53+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" ! #: 404.php:17 ! msgid "This is somewhat embarrassing, isn’t it?" msgstr "" ! #: 404.php:21 ! msgid "" ! "It seems we can’t find what you’re looking for. Perhaps " ! "searching, or one of the links below, can help." msgstr "" ! #: 404.php:28 ! msgid "Most Used Categories" msgstr "" ! #. translators: %1$s: smilie ! #: 404.php:36 ! msgid "Try looking in the monthly archives. %1$s" msgstr "" ! #: archive.php:25 ! msgid "Daily Archives: %s" msgstr "" ! #: archive.php:27 ! msgid "Monthly Archives: %s" msgstr "" ! #: archive.php:27 ! msgctxt "monthly archives date format" ! msgid "F Y" msgstr "" ! #: archive.php:29 ! msgid "Yearly Archives: %s" msgstr "" ! #: archive.php:29 ! msgctxt "yearly archives date format" ! msgid "Y" msgstr "" ! #: archive.php:31 ! msgid "Blog Archives" msgstr "" ! #: archive.php:57 author.php:74 category.php:50 index.php:37 search.php:42 ! #: tag.php:50 ! msgid "Nothing Found" msgstr "" ! #: archive.php:61 author.php:78 category.php:54 index.php:41 tag.php:54 ! msgid "" ! "Apologies, but no results were found for the requested archive. Perhaps " ! "searching will help find a related post." msgstr "" ! #: author.php:28 ! msgid "Author Archives: %s" msgstr "" ! #: author.php:49 content-single.php:60 ! msgid "About %s" msgstr "" ! #: category.php:19 ! msgid "Category Archives: %s" msgstr "" ! #: comments.php:17 ! msgid "" ! "This post is password protected. Enter the password to view any comments." msgstr "" ! #: comments.php:33 ! msgid "One thought on “%2$s”" ! msgid_plural "%1$s thoughts on “%2$s”" ! msgstr[0] "" ! msgstr[1] "" ! #: comments.php:40 comments.php:60 ! msgid "Comment navigation" msgstr "" ! #: comments.php:41 comments.php:61 ! msgid "← Older Comments" msgstr "" ! #: comments.php:42 comments.php:62 ! msgid "Newer Comments →" msgstr "" ! #: comments.php:72 ! msgid "Comments are closed." msgstr "" ! #: content-aside.php:16 content-featured.php:14 content-gallery.php:16 ! #: content-gallery.php:48 content-image.php:15 content-link.php:16 ! #: content-quote.php:14 content-status.php:15 content.php:15 content.php:19 ! #: inc/widgets.php:89 showcase.php:115 showcase.php:194 ! msgid "Permalink to %s" msgstr "" ! #: content-aside.php:17 ! msgid "Aside" msgstr "" ! #: content-aside.php:22 content-image.php:21 content-link.php:22 ! #: content-quote.php:24 content-status.php:21 content.php:30 ! msgid "Reply" msgstr "" ! #: content-aside.php:22 content-image.php:21 content-link.php:22 ! #: content-quote.php:24 content-status.php:21 content.php:30 ! msgctxt "comments number" ! msgid "1" msgstr "" ! #: content-aside.php:22 content-image.php:21 content-link.php:22 ! #: content-quote.php:24 content-status.php:21 content.php:30 ! msgctxt "comments number" ! msgid "%" msgstr "" ! #: content-aside.php:33 content-gallery.php:32 content-image.php:27 ! #: content-link.php:33 content-quote.php:35 content-status.php:34 ! #: content.php:41 functions.php:327 ! msgid "Continue reading " msgstr "" ! #: content-aside.php:34 content-featured.php:23 content-gallery.php:54 ! #: content-image.php:28 content-intro.php:18 content-link.php:34 ! #: content-page.php:18 content-quote.php:36 content-single.php:24 ! #: content-status.php:35 content.php:42 image.php:90 ! msgid "Pages:" msgstr "" ! #: content-aside.php:42 content-gallery.php:87 content-image.php:64 ! #: content-link.php:42 content-quote.php:69 content-status.php:43 ! #: content.php:77 showcase.php:196 ! msgid "Leave a reply" msgstr "" ! #: content-aside.php:42 content-gallery.php:87 content-image.php:64 ! #: content-link.php:42 content-quote.php:69 content-status.php:43 ! #: content.php:77 showcase.php:196 ! msgid "1 Reply" msgstr "" ! #: content-aside.php:42 content-gallery.php:87 content-image.php:64 ! #: content-link.php:42 content-quote.php:69 content-status.php:43 ! #: content.php:77 showcase.php:196 ! msgid "% Replies" msgstr "" ! #: content-aside.php:44 content-featured.php:45 content-gallery.php:90 ! #: content-image.php:68 content-intro.php:19 content-link.php:44 ! #: content-page.php:21 content-quote.php:72 content-single.php:52 ! #: content-status.php:45 content.php:80 functions.php:505 functions.php:533 ! #: image.php:41 ! msgid "Edit" msgstr "" ! #. translators: used between list items, there is a space after the comma ! #: content-featured.php:29 content-featured.php:38 content-gallery.php:62 ! #: content-gallery.php:72 content-image.php:47 content-image.php:56 ! #: content-quote.php:44 content-quote.php:54 content-single.php:30 ! #: content-single.php:33 content.php:51 content.php:61 ! msgid ", " msgstr "" ! #: content-featured.php:31 ! msgid "" ! "This entry was posted in %1$s and tagged %2$s. Bookmark the permalink." msgstr "" ! #: content-featured.php:33 ! msgid "" ! "This entry was posted in %1$s. Bookmark the permalink." msgstr "" #: content-gallery.php:17 *************** *** 207,280 **** msgstr[0] "" msgstr[1] "" ! #: comments.php:17 ! msgid "" ! "This post is password protected. Enter the password to view any comments." msgstr "" ! #: comments.php:33 ! msgid "One thought on “%2$s”" ! msgid_plural "%1$s thoughts on “%2$s”" ! msgstr[0] "" ! msgstr[1] "" ! #: comments.php:40 comments.php:60 ! msgid "Comment navigation" msgstr "" ! #: comments.php:41 comments.php:61 ! msgid "← Older Comments" msgstr "" ! #: comments.php:42 comments.php:62 ! msgid "Newer Comments →" msgstr "" ! #: comments.php:72 ! msgid "Comments are closed." msgstr "" ! #: content-aside.php:17 ! msgid "Aside" msgstr "" ! #: 404.php:17 ! msgid "This is somewhat embarrassing, isn’t it?" msgstr "" ! #: 404.php:21 msgid "" ! "It seems we can’t find what you’re looking for. Perhaps " ! "searching, or one of the links below, can help." msgstr "" ! #: 404.php:28 ! msgid "Most Used Categories" msgstr "" ! #. translators: %1$s: smilie ! #: 404.php:36 ! msgid "Try looking in the monthly archives. %1$s" msgstr "" ! #: image.php:18 ! msgid "Image navigation" msgstr "" ! #: image.php:19 ! msgid "← Previous" msgstr "" ! #: image.php:20 ! msgid "Next →" msgstr "" ! #: image.php:30 ! msgid "" ! "Published %2$s " ! "at %4$s × %5$s " ! "in %8$s" msgstr "" #: functions.php:101 --- 204,286 ---- msgstr[0] "" msgstr[1] "" ! #: content-gallery.php:66 content-image.php:51 content-quote.php:48 ! #: content.php:55 ! msgid "Posted in %2$s" msgstr "" ! #: content-gallery.php:78 content-image.php:59 content-quote.php:60 ! #: content.php:67 ! msgid "Tagged %2$s" ! msgstr "" ! #: content-image.php:16 ! msgid "Image" msgstr "" ! #: content-image.php:34 ! msgid "" ! " by " ! " %6$s" msgstr "" ! #: content-image.php:39 functions.php:570 ! msgid "View all posts by %s" msgstr "" ! #: content-link.php:17 ! msgid "Link" msgstr "" ! #: content-quote.php:15 ! msgid "Quote" msgstr "" ! #: content-single.php:35 ! msgid "" ! "This entry was posted in %1$s and tagged %2$s by %5$s. " ! "Bookmark the permalink." msgstr "" ! #: content-single.php:37 msgid "" ! "This entry was posted in %1$s by %5$s. Bookmark the permalink." msgstr "" ! #: content-single.php:39 ! msgid "" ! "This entry was posted by %5$s. Bookmark the permalink." msgstr "" ! #: content-single.php:64 ! msgid "View all posts by %s " msgstr "" ! #: content-status.php:16 ! msgid "Status" msgstr "" ! #: content.php:16 ! msgid "Featured" msgstr "" ! #. #-#-#-#-# twentyeleven.pot (Twenty Eleven 1.3) #-#-#-#-# ! #. Author URI of the plugin/theme ! #: footer.php:27 ! msgid "http://wordpress.org/" msgstr "" ! #: footer.php:27 ! msgid "Semantic Personal Publishing Platform" ! msgstr "" ! ! #: footer.php:27 ! msgid "Proudly powered by %s" msgstr "" #: functions.php:101 *************** *** 408,419 **** msgid "Skip to secondary content" msgstr "" ! #: author.php:28 ! msgid "Author Archives: %s" msgstr "" ! #: content-status.php:16 ! msgid "Status" msgstr "" #: inc/theme-options.php:61 --- 414,437 ---- msgid "Skip to secondary content" msgstr "" ! #: image.php:18 ! msgid "Image navigation" msgstr "" ! #: image.php:19 ! msgid "← Previous" ! msgstr "" ! ! #: image.php:20 ! msgid "Next →" ! msgstr "" ! ! #: image.php:30 ! msgid "" ! "Published %2$s " ! "at %4$s × %5$s " ! "in %8$s" msgstr "" #: inc/theme-options.php:61 *************** *** 566,611 **** "different keywords." msgstr "" ! #: archive.php:25 ! msgid "Daily Archives: %s" ! msgstr "" ! ! #: archive.php:27 ! msgid "Monthly Archives: %s" ! msgstr "" ! ! #: archive.php:27 ! msgctxt "monthly archives date format" ! msgid "F Y" ! msgstr "" ! ! #: archive.php:29 ! msgid "Yearly Archives: %s" msgstr "" ! #: archive.php:29 ! msgctxt "yearly archives date format" ! msgid "Y" msgstr "" ! #: archive.php:31 ! msgid "Blog Archives" msgstr "" ! #: content-link.php:17 ! msgid "Link" msgstr "" ! #: content-featured.php:31 ! msgid "" ! "This entry was posted in %1$s and tagged %2$s. Bookmark the permalink." msgstr "" ! #: content-featured.php:33 ! msgid "" ! "This entry was posted in %1$s. Bookmark the permalink." msgstr "" #: single.php:19 --- 584,611 ---- "different keywords." msgstr "" ! #: searchform.php:11 searchform.php:12 searchform.php:13 ! msgid "Search" msgstr "" ! #: showcase.php:72 ! msgid "Featured Post" msgstr "" ! #: showcase.php:145 ! msgid "Featuring: %s" msgstr "" ! #: showcase.php:155 ! msgid "Recent Posts" msgstr "" ! #: sidebar.php:19 ! msgid "Archives" msgstr "" ! #: sidebar.php:26 ! msgid "Meta" msgstr "" #: single.php:19 *************** *** 616,623 **** msgid "Next " msgstr "" ! #: searchform.php:11 searchform.php:12 searchform.php:13 ! msgid "Search" msgstr "" #. Theme Name of the plugin/theme --- 616,623 ---- msgid "Next " msgstr "" ! #: tag.php:19 ! msgid "Tag Archives: %s" msgstr "" #. Theme Name of the plugin/theme diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-content/themes/twentyten/languages/twentyten.pot ./wordpress-3.3.2/wp-content/themes/twentyten/languages/twentyten.pot *** ./wordpress-3.3.1/wp-content/themes/twentyten/languages/twentyten.pot 2011-12-10 13:27:25.000000000 -0600 --- ./wordpress-3.3.2/wp-content/themes/twentyten/languages/twentyten.pot 2012-02-10 10:38:48.000000000 -0600 *************** *** 1,89 **** ! # Copyright (C) 2010 Twenty Ten ! # This file is distributed under the same license as the Twenty Ten package. msgid "" msgstr "" "Project-Id-Version: Twenty Ten 1.3\n" ! "Report-Msgid-Bugs-To: http://wordpress.org/tag/twentyten\n" ! "POT-Creation-Date: 2011-12-10 19:27:25+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "PO-Revision-Date: 2010-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" ! #: loop-attachment.php:21 ! msgid "Return to %s" ! msgstr "" ! ! #. translators: %s - title of parent post ! #: loop-attachment.php:23 ! msgid " %s" ! msgstr "" ! ! #: loop-attachment.php:32 ! msgid "By %2$s" ! msgstr "" ! ! #: loop-attachment.php:36 functions.php:476 ! msgid "View all posts by %s" msgstr "" ! #: loop-attachment.php:43 ! msgid "Published %2$s" msgstr "" ! #: loop-attachment.php:53 ! msgid "Full size is %s pixels" msgstr "" ! #: loop-attachment.php:56 ! msgid "Link to full-size image" msgstr "" ! #: loop-attachment.php:63 loop-attachment.php:111 loop.php:100 loop.php:123 ! #: loop.php:165 loop-page.php:30 loop-single.php:56 ! msgid "Edit" msgstr "" ! #: loop-attachment.php:104 loop.php:115 loop.php:143 functions.php:248 ! msgid "Continue reading " msgstr "" ! #: loop-attachment.php:105 loop.php:144 loop-page.php:29 loop-single.php:34 ! msgid "Pages:" msgstr "" ! #. #-#-#-#-# twentyten.pot (Twenty Ten 1.3) #-#-#-#-# ! #. Theme URI of the plugin/theme ! #: footer.php:33 ! msgid "http://wordpress.org/" msgstr "" ! #: footer.php:33 ! msgid "Semantic Personal Publishing Platform" msgstr "" ! #: footer.php:33 ! msgid "Proudly powered by %s." msgstr "" #: category.php:16 msgid "Category Archives: %s" msgstr "" - #: sidebar.php:27 - msgid "Archives" - msgstr "" - - #: sidebar.php:34 - msgid "Meta" - msgstr "" - - #: tag.php:16 - msgid "Tag Archives: %s" - msgstr "" - #: comments.php:18 msgid "" "This post is password protected. Enter the password to view any comments." --- 1,65 ---- ! # Copyright (C) 2012 the WordPress team ! # This file is distributed under the GNU General Public License. msgid "" msgstr "" "Project-Id-Version: Twenty Ten 1.3\n" ! "Report-Msgid-Bugs-To: http://wordpress.org/tags/twentyten\n" ! "POT-Creation-Date: 2012-02-10 16:30:52+00:00\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" ! "PO-Revision-Date: 2012-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" ! #: 404.php:16 loop.php:33 ! msgid "Not Found" msgstr "" ! #: 404.php:18 ! msgid "" ! "Apologies, but the page you requested could not be found. Perhaps searching " ! "will help." msgstr "" ! #: archive.php:33 ! msgid "Daily Archives: %s" msgstr "" ! #: archive.php:35 ! msgid "Monthly Archives: %s" msgstr "" ! #: archive.php:35 ! msgctxt "monthly archives date format" ! msgid "F Y" msgstr "" ! #: archive.php:37 ! msgid "Yearly Archives: %s" msgstr "" ! #: archive.php:37 ! msgctxt "yearly archives date format" ! msgid "Y" msgstr "" ! #: archive.php:39 ! msgid "Blog Archives" msgstr "" ! #: author.php:27 ! msgid "Author Archives: %s" msgstr "" ! #: author.php:37 loop-single.php:43 ! msgid "About %s" msgstr "" #: category.php:16 msgid "Category Archives: %s" msgstr "" #: comments.php:18 msgid "" "This post is password protected. Enter the password to view any comments." *************** *** 107,186 **** msgid "Comments are closed." msgstr "" ! #: 404.php:16 loop.php:33 ! msgid "Not Found" ! msgstr "" ! ! #: 404.php:18 ! msgid "" ! "Apologies, but the page you requested could not be found. Perhaps searching " ! "will help." ! msgstr "" ! ! #: loop.php:25 loop.php:178 ! msgid " Older posts" ! msgstr "" ! ! #: loop.php:26 loop.php:179 ! msgid "Newer posts " ! msgstr "" ! ! #: loop.php:35 ! msgid "" ! "Apologies, but no results were found for the requested archive. Perhaps " ! "searching will help find a related post." ! msgstr "" ! ! #: loop.php:60 loop.php:95 loop.php:96 ! msgctxt "gallery category slug" ! msgid "gallery" ! msgstr "" ! ! #: loop.php:62 loop.php:83 loop.php:131 ! msgid "Permalink to %s" ! msgstr "" ! ! #: loop.php:82 ! msgid "This gallery contains %2$s photo." ! msgid_plural "This gallery contains %2$s photos." ! msgstr[0] "" ! msgstr[1] "" ! ! #: loop.php:93 ! msgid "View Galleries" ! msgstr "" ! ! #: loop.php:93 loop.php:96 ! msgid "More Galleries" ! msgstr "" ! ! #: loop.php:96 ! msgid "View posts in the Gallery category" ! msgstr "" ! ! #: loop.php:99 loop.php:122 loop.php:164 ! msgid "Leave a comment" ! msgstr "" ! ! #: loop.php:99 loop.php:122 loop.php:164 ! msgid "1 Comment" ! msgstr "" ! ! #: loop.php:99 loop.php:122 loop.php:164 ! msgid "% Comments" ! msgstr "" ! ! #: loop.php:106 ! msgctxt "asides category slug" ! msgid "asides" msgstr "" ! #: loop.php:151 ! msgid "Posted in %2$s" msgstr "" ! #: loop.php:160 ! msgid "Tagged %2$s" msgstr "" #: functions.php:100 --- 83,100 ---- msgid "Comments are closed." msgstr "" ! #. #-#-#-#-# twentyten.pot (Twenty Ten 1.3) #-#-#-#-# ! #. Theme URI of the plugin/theme ! #: footer.php:33 ! msgid "http://wordpress.org/" msgstr "" ! #: footer.php:33 ! msgid "Semantic Personal Publishing Platform" msgstr "" ! #: footer.php:33 ! msgid "Proudly powered by %s." msgstr "" #: functions.php:100 *************** *** 227,232 **** --- 141,150 ---- msgid "Sunset" msgstr "" + #: functions.php:248 loop-attachment.php:104 loop.php:115 loop.php:143 + msgid "Continue reading " + msgstr "" + #: functions.php:330 msgid "%s says:" msgstr "" *************** *** 302,307 **** --- 220,229 ---- "span> %3$s" msgstr "" + #: functions.php:476 loop-attachment.php:36 + msgid "View all posts by %s" + msgstr "" + #: functions.php:493 msgid "" "This entry was posted in %1$s and tagged %2$s. Bookmark the ← %s" msgstr "" ! #: loop-attachment.php:32 ! msgid "By %2$s" msgstr "" ! #: loop-attachment.php:43 ! msgid "Published %2$s" msgstr "" ! #: loop-attachment.php:53 ! msgid "Full size is %s pixels" ! msgstr "" ! ! #: loop-attachment.php:56 ! msgid "Link to full-size image" ! msgstr "" ! ! #: loop-attachment.php:63 loop-attachment.php:111 loop-page.php:30 ! #: loop-single.php:56 loop.php:100 loop.php:123 loop.php:165 ! msgid "Edit" ! msgstr "" ! ! #: loop-attachment.php:105 loop-page.php:29 loop-single.php:34 loop.php:144 ! msgid "Pages:" msgstr "" #: loop-single.php:21 loop-single.php:61 *************** *** 364,393 **** msgid "View all posts by %s " msgstr "" ! #: archive.php:33 ! msgid "Daily Archives: %s" msgstr "" ! #: archive.php:35 ! msgid "Monthly Archives: %s" msgstr "" ! #: archive.php:35 ! msgctxt "monthly archives date format" ! msgid "F Y" msgstr "" ! #: archive.php:37 ! msgid "Yearly Archives: %s" msgstr "" ! #: archive.php:37 ! msgctxt "yearly archives date format" ! msgid "Y" msgstr "" ! #: archive.php:39 ! msgid "Blog Archives" msgstr "" #. Theme Name of the plugin/theme --- 298,393 ---- msgid "View all posts by %s " msgstr "" ! #: loop.php:25 loop.php:178 ! msgid " Older posts" msgstr "" ! #: loop.php:26 loop.php:179 ! msgid "Newer posts " msgstr "" ! #: loop.php:35 ! msgid "" ! "Apologies, but no results were found for the requested archive. Perhaps " ! "searching will help find a related post." msgstr "" ! #: loop.php:60 loop.php:95 loop.php:96 ! msgctxt "gallery category slug" ! msgid "gallery" msgstr "" ! #: loop.php:62 loop.php:83 loop.php:131 ! msgid "Permalink to %s" msgstr "" ! #: loop.php:82 ! msgid "This gallery contains %2$s photo." ! msgid_plural "This gallery contains %2$s photos." ! msgstr[0] "" ! msgstr[1] "" ! ! #: loop.php:93 ! msgid "View Galleries" ! msgstr "" ! ! #: loop.php:93 loop.php:96 ! msgid "More Galleries" ! msgstr "" ! ! #: loop.php:96 ! msgid "View posts in the Gallery category" ! msgstr "" ! ! #: loop.php:99 loop.php:122 loop.php:164 ! msgid "Leave a comment" ! msgstr "" ! ! #: loop.php:99 loop.php:122 loop.php:164 ! msgid "1 Comment" ! msgstr "" ! ! #: loop.php:99 loop.php:122 loop.php:164 ! msgid "% Comments" ! msgstr "" ! ! #: loop.php:106 ! msgctxt "asides category slug" ! msgid "asides" ! msgstr "" ! ! #: loop.php:151 ! msgid "Posted in %2$s" ! msgstr "" ! ! #: loop.php:160 ! msgid "Tagged %2$s" ! msgstr "" ! ! #: search.php:16 ! msgid "Search Results for: %s" ! msgstr "" ! ! #: search.php:26 ! msgid "Nothing Found" ! msgstr "" ! ! #: search.php:28 ! msgid "" ! "Sorry, but nothing matched your search criteria. Please try again with some " ! "different keywords." ! msgstr "" ! ! #: sidebar.php:27 ! msgid "Archives" ! msgstr "" ! ! #: sidebar.php:34 ! msgid "Meta" ! msgstr "" ! ! #: tag.php:16 ! msgid "Tag Archives: %s" msgstr "" #. Theme Name of the plugin/theme diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-includes/formatting.php ./wordpress-3.3.2/wp-includes/formatting.php *** ./wordpress-3.3.1/wp-includes/formatting.php 2011-11-06 12:31:54.000000000 -0600 --- ./wordpress-3.3.2/wp-includes/formatting.php 2012-04-17 15:02:49.000000000 -0500 *************** *** 1350,1358 **** */ function _make_url_clickable_cb($matches) { $url = $matches[2]; - $suffix = ''; ! /** Include parentheses in the URL only if paired **/ while ( substr_count( $url, '(' ) < substr_count( $url, ')' ) ) { $suffix = strrchr( $url, ')' ) . $suffix; $url = substr( $url, 0, strrpos( $url, ')' ) ); --- 1350,1366 ---- */ function _make_url_clickable_cb($matches) { $url = $matches[2]; ! if ( ')' == $matches[3] && strpos( $url, '(' ) ) { ! // If the trailing character is a closing parethesis, and the URL has an opening parenthesis in it, add the closing parenthesis to the URL. ! // Then we can let the parenthesis balancer do its thing below. ! $url .= $matches[3]; ! $suffix = ''; ! } else { ! $suffix = $matches[3]; ! } ! ! // Include parentheses in the URL only if paired while ( substr_count( $url, '(' ) < substr_count( $url, ')' ) ) { $suffix = strrchr( $url, ')' ) . $suffix; $url = substr( $url, 0, strrpos( $url, ')' ) ); *************** *** 1418,1440 **** * * @since 0.71 * ! * @param string $ret Content to convert URIs. * @return string Content with converted URIs. */ ! function make_clickable($ret) { ! $ret = ' ' . $ret; ! // in testing, using arrays here was found to be faster ! $save = @ini_set('pcre.recursion_limit', 10000); ! $retval = preg_replace_callback('#(?])(\()?([\w]+?://(?:[\w\\x80-\\xff\#%~/?@\[\]-]{1,2000}|[\'*(+.,;:!=&$](?![\b\)]|(\))?([\s]|$))|(?(1)\)(?![\s<.,;:]|$)|\)))+)#is', '_make_url_clickable_cb', $ret); ! if (null !== $retval ) ! $ret = $retval; ! @ini_set('pcre.recursion_limit', $save); ! $ret = preg_replace_callback('#([\s>])((www|ftp)\.[\w\\x80-\\xff\#$%&~/.\-;:=,?@\[\]+]+)#is', '_make_web_ftp_clickable_cb', $ret); ! $ret = preg_replace_callback('#([\s>])([.0-9a-z_+-]+)@(([0-9a-z-]+\.)+[0-9a-z]{2,})#i', '_make_email_clickable_cb', $ret); ! // this one is not in an array because we need it to run last, for cleanup of accidental links within links ! $ret = preg_replace("#(]+?>|>))]+?>([^>]+?)#i", "$1$3", $ret); ! $ret = trim($ret); ! return $ret; } /** --- 1426,1542 ---- * * @since 0.71 * ! * @param string $text Content to convert URIs. * @return string Content with converted URIs. */ ! function make_clickable( $text ) { ! $r = ''; ! $textarr = preg_split( '/(<[^<>]+>)/', $text, -1, PREG_SPLIT_DELIM_CAPTURE ); // split out HTML tags ! foreach ( $textarr as $piece ) { ! if ( empty( $piece ) || ( $piece[0] == '<' && ! preg_match('|^<\s*[\w]{1,20}+://|', $piece) ) ) { ! $r .= $piece; ! continue; ! } ! ! // Long strings might contain expensive edge cases ... ! if ( 10000 < strlen( $piece ) ) { ! // ... break it up ! foreach ( _split_str_by_whitespace( $piece, 2100 ) as $chunk ) { // 2100: Extra room for scheme and leading and trailing paretheses ! if ( 2101 < strlen( $chunk ) ) { ! $r .= $chunk; // Too big, no whitespace: bail. ! } else { ! $r .= make_clickable( $chunk ); ! } ! } ! } else { ! $ret = " $piece "; // Pad with whitespace to simplify the regexes ! ! $url_clickable = '~ ! ([\\s(<.,;:!?]) # 1: Leading whitespace, or punctuation ! ( # 2: URL ! [\\w]{1,20}+:// # Scheme and hier-part prefix ! (?=\S{1,2000}\s) # Limit to URLs less than about 2000 characters long ! [\\w\\x80-\\xff#%\\~/@\\[\\]*(+=&$-]*+ # Non-punctuation URL character ! (?: # Unroll the Loop: Only allow puctuation URL character if followed by a non-punctuation URL character ! [\'.,;:!?)] # Punctuation URL character ! [\\w\\x80-\\xff#%\\~/@\\[\\]*(+=&$-]++ # Non-punctuation URL character ! )* ! ) ! (\)?) # 3: Trailing closing parenthesis (for parethesis balancing post processing) ! ~xS'; // The regex is a non-anchored pattern and does not have a single fixed starting character. ! // Tell PCRE to spend more time optimizing since, when used on a page load, it will probably be used several times. ! ! $ret = preg_replace_callback( $url_clickable, '_make_url_clickable_cb', $ret ); ! ! $ret = preg_replace_callback( '#([\s>])((www|ftp)\.[\w\\x80-\\xff\#$%&~/.\-;:=,?@\[\]+]+)#is', '_make_web_ftp_clickable_cb', $ret ); ! $ret = preg_replace_callback( '#([\s>])([.0-9a-z_+-]+)@(([0-9a-z-]+\.)+[0-9a-z]{2,})#i', '_make_email_clickable_cb', $ret ); ! ! $ret = substr( $ret, 1, -1 ); // Remove our whitespace padding. ! $r .= $ret; ! } ! } ! ! // Cleanup of accidental links within links ! $r = preg_replace( '#(]+?>|>))]+?>([^>]+?)#i', "$1$3", $r ); ! return $r; ! } ! ! /** ! * Breaks a string into chunks by splitting at whitespace characters. ! * The length of each returned chunk is as close to the specified length goal as possible, ! * with the caveat that each chunk includes its trailing delimiter. ! * Chunks longer than the goal are guaranteed to not have any inner whitespace. ! * ! * Joining the returned chunks with empty delimiters reconstructs the input string losslessly. ! * ! * Input string must have no null characters (or eventual transformations on output chunks must not care about null characters) ! * ! * ! * _split_str_by_whitespace( "1234 67890 1234 67890a cd 1234 890 123456789 1234567890a 45678 1 3 5 7 90 ", 10 ) == ! * array ( ! * 0 => '1234 67890 ', // 11 characters: Perfect split ! * 1 => '1234 ', // 5 characters: '1234 67890a' was too long ! * 2 => '67890a cd ', // 10 characters: '67890a cd 1234' was too long ! * 3 => '1234 890 ', // 11 characters: Perfect split ! * 4 => '123456789 ', // 10 characters: '123456789 1234567890a' was too long ! * 5 => '1234567890a ', // 12 characters: Too long, but no inner whitespace on which to split ! * 6 => ' 45678 ', // 11 characters: Perfect split ! * 7 => '1 3 5 7 9', // 9 characters: End of $string ! * ); ! * ! * ! * @since 3.4.0 ! * @access private ! * ! * @param string $string The string to split ! * @param int $goal The desired chunk length. ! * @return array Numeric array of chunks. ! */ ! function _split_str_by_whitespace( $string, $goal ) { ! $chunks = array(); ! ! $string_nullspace = strtr( $string, "\r\n\t\v\f ", "\000\000\000\000\000\000" ); ! ! while ( $goal < strlen( $string_nullspace ) ) { ! $pos = strrpos( substr( $string_nullspace, 0, $goal + 1 ), "\000" ); ! ! if ( false === $pos ) { ! $pos = strpos( $string_nullspace, "\000", $goal + 1 ); ! if ( false === $pos ) { ! break; ! } ! } ! ! $chunks[] = substr( $string, 0, $pos + 1 ); ! $string = substr( $string, $pos + 1 ); ! $string_nullspace = substr( $string_nullspace, $pos + 1 ); ! } ! ! if ( $string ) { ! $chunks[] = $string; ! } ! ! return $chunks; } /** diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-includes/js/plupload/changelog.txt ./wordpress-3.3.2/wp-includes/js/plupload/changelog.txt *** ./wordpress-3.3.1/wp-includes/js/plupload/changelog.txt 2011-11-06 15:46:24.000000000 -0600 --- ./wordpress-3.3.2/wp-includes/js/plupload/changelog.txt 2012-04-16 17:46:36.000000000 -0500 *************** *** 1,3 **** --- 1,37 ---- + Version 1.5.4 (2012-04-12) + Flash: Disable scripting if swf was loaded from another domain. + Version 1.5.3 (2012-04-05) + HTML5: Check if xhr object is initialized, before calling abort() on it. + HTML4: Postpone form removal until uploaders state changes, to avoid error on resuming stopped uploads. + BrowserPlus: Fix mechanical typo, that caused error during mime type check. + BrowserPlus: browserPlus.Uploader.Cancel() has two required parameters, dies with the error if not passed. + Flash: Improve runtime's behaviour during upload cancellation. + Flash: Survive the case when GPSVersionID contains unexpected value. + Flash: Fix random freeze in Chrome's bundled Flash Player. + Flash: Avoid the silent break when URLStream not yet open, but close is called on it. + Flash: Move Destroy handler out of Flash:Init handler, since it might be called not only after Flash:Init but also before it. + Flash: Avoid warning during build with mxmlc. + Try removeEventListener first in IE and only if it fails - detachEvent. + Fix plupload.getPos to return proper value in IE8+. + Do not initiate plupload.STARTED state, if file queue is empty. + Additional language packs: Estonian, Polish, Korean, French-Canadian, Greek, Persian/Farsi. + Version 1.5.2 (2012-01-06) + UI Widget: Do not show UI if no runtime can be initialized. + UI Widget: Timely update file size and total size if resize in action. + UI Widget: Constrain renaming feature to queued files only. + UI Widget: Disable Add button properly, if requested, rather then just hide. + HTML4/HTML5/BrowserPlus: Avoid adding mime type twice to dialog trigger. + HTML5: fix regression, when unresized images were failing on FF3.6. + HTML5: Constrain Gecko 2,5,6 workaround to multipart mode only. + HTML5/Flash: Take into account weird possibilities of ExifVersion being a string, rather then standard Undefined. + Flash: Simplify event dispatching in BitmapDataUnlimited class, in order to avoid freezing on resizing in FP11. + Add ability to disable file dialog trigger on request (uploader.disableBrowse(true/false)). + Support for immediate abort of upload process, be it chunked upload or regular one. + Abort all activity, before destroying uploader. + Revive temporary file removal logic in upload.php. + Fix potential vulnerability in dump.php and upload.php. + Additional MIME types: application/vnd.openxmlformats-officedocument.*, application/x-javascript, application/json, text/css,css, application/vnd.oasis.opendocument.formula-templat. + Additional language packs: Hungarian, Croatian, Serbian, Romanian. Version 1.5.1.1 (2011-09-27) HTML5: Fix mechanical typo, that successfully broke drag and drop, wherever could. Version 1.5.1 (2011-09-26) diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-includes/js/plupload/handlers.dev.js ./wordpress-3.3.2/wp-includes/js/plupload/handlers.dev.js *** ./wordpress-3.3.1/wp-includes/js/plupload/handlers.dev.js 2011-11-20 13:16:35.000000000 -0600 --- ./wordpress-3.3.2/wp-includes/js/plupload/handlers.dev.js 2012-04-16 17:46:36.000000000 -0500 *************** *** 44,54 **** if ( max > hundredmb && file.size > hundredmb ) { setTimeout(function(){ ! if ( file.status == 2 && file.loaded == 0 ) { // not uploading ! wpFileError(file, pluploadL10n.big_upload_failed.replace('%1$s', '').replace('%2$s', '')); ! if ( up.current && up.current.file.id == file.id && up.current.xhr.abort ) ! up.current.xhr.abort(); } }, 10000); // wait for 10 sec. for the file to start uploading } --- 44,56 ---- if ( max > hundredmb && file.size > hundredmb ) { setTimeout(function(){ ! var done; ! if ( file.status < 3 && file.loaded == 0 ) { // not uploading ! wpFileError(file, pluploadL10n.big_upload_failed.replace('%1$s', '').replace('%2$s', '')); ! up.stop(); // stops the whole queue ! up.removeFile(file); ! up.start(); // restart the queue } }, 10000); // wait for 10 sec. for the file to start uploading } diff -crBPN --exclude=.wp-config.php.swp --exclude=wp-config.php --exclude=wordpress.sql --exclude=wp-config.php --exclude=wordpress.sql --exclude=editor_plugin.js --exclude=jetpack --exclude=.files.list --exclude=wordpress-3.3.2.pl ./wordpress-3.3.1/wp-includes/js/plupload/plupload.flash.js ./wordpress-3.3.2/wp-includes/js/plupload/plupload.flash.js *** ./wordpress-3.3.1/wp-includes/js/plupload/plupload.flash.js 2011-11-06 15:46:24.000000000 -0600 --- ./wordpress-3.3.2/wp-includes/js/plupload/plupload.flash.js 2012-04-16 17:46:36.000000000 -0500 *************** *** 1 **** ! (function(f,b,d,e){var a={},g={};function c(){var h;try{h=navigator.plugins["Shockwave Flash"];h=h.description}catch(j){try{h=new ActiveXObject("ShockwaveFlash.ShockwaveFlash").GetVariable("$version")}catch(i){h="0.0"}}h=h.match(/\d+/g);return parseFloat(h[0]+"."+h[1])}d.flash={trigger:function(j,h,i){setTimeout(function(){var m=a[j],l,k;if(m){m.trigger("Flash:"+h,i)}},0)}};d.runtimes.Flash=d.addRuntime("flash",{getFeatures:function(){return{jpgresize:true,pngresize:true,maxWidth:8091,maxHeight:8091,chunks:true,progress:true,multipart:true,multi_selection:true}},init:function(m,o){var k,l,h=0,i=b.body;if(c()<10){o({success:false});return}g[m.id]=false;a[m.id]=m;k=b.getElementById(m.settings.browse_button);l=b.createElement("div");l.id=m.id+"_flash_container";d.extend(l.style,{position:"absolute",top:"0px",background:m.settings.shim_bgcolor||"transparent",zIndex:99999,width:"100%",height:"100%"});l.className="plupload flash";if(m.settings.container){i=b.getElementById(m.settings.container);if(d.getStyle(i,"position")==="static"){i.style.position="relative"}}i.appendChild(l);(function(){var p,q;p='';if(d.ua.ie){q=b.createElement("div");l.appendChild(q);q.outerHTML=p;q=null}else{l.innerHTML=p}}());function n(){return b.getElementById(m.id+"_flash")}function j(){if(h++>5000){o({success:false});return}if(!g[m.id]){setTimeout(j,1)}}j();k=l=null;m.bind("Flash:Init",function(){var q={},p;n().setFileFilters(m.settings.filters,m.settings.multi_selection);if(g[m.id]){return}g[m.id]=true;m.bind("UploadFile",function(r,t){var u=r.settings,s=m.settings.resize||{};n().uploadFile(q[t.id],u.url,{name:t.target_name||t.name,mime:d.mimeTypes[t.name.replace(/^.+\.([^.]+)/,"$1").toLowerCase()]||"application/octet-stream",chunk_size:u.chunk_size,width:s.width,height:s.height,quality:s.quality,multipart:u.multipart,multipart_params:u.multipart_params||{},file_data_name:u.file_data_name,format:/\.(jpg|jpeg)$/i.test(t.name)?"jpg":"png",headers:u.headers,urlstream_upload:u.urlstream_upload})});m.bind("Flash:UploadProcess",function(s,r){var t=s.getFile(q[r.id]);if(t.status!=d.FAILED){t.loaded=r.loaded;t.size=r.size;s.trigger("UploadProgress",t)}});m.bind("Flash:UploadChunkComplete",function(r,t){var u,s=r.getFile(q[t.id]);u={chunk:t.chunk,chunks:t.chunks,response:t.text};r.trigger("ChunkUploaded",s,u);if(s.status!=d.FAILED){n().uploadNextChunk()}if(t.chunk==t.chunks-1){s.status=d.DONE;r.trigger("FileUploaded",s,{response:t.text})}});m.bind("Flash:SelectFiles",function(r,u){var t,s,v=[],w;for(s=0;s';if(d.ua.ie){q=b.createElement("div");l.appendChild(q);q.outerHTML=p;q=null}else{l.innerHTML=p}}());function n(){return b.getElementById(m.id+"_flash")}function j(){if(h++>5000){o({success:false});return}if(g[m.id]===false){setTimeout(j,1)}}j();k=l=null;m.bind("Destroy",function(p){var q;d.removeAllEvents(b.body,p.id);delete g[p.id];delete a[p.id];q=b.getElementById(p.id+"_flash_container");if(q){i.removeChild(q)}});m.bind("Flash:Init",function(){var r={},q;try{n().setFileFilters(m.settings.filters,m.settings.multi_selection)}catch(p){o({success:false});return}if(g[m.id]){return}g[m.id]=true;m.bind("UploadFile",function(s,u){var v=s.settings,t=m.settings.resize||{};n().uploadFile(r[u.id],v.url,{name:u.target_name||u.name,mime:d.mimeTypes[u.name.replace(/^.+\.([^.]+)/,"$1").toLowerCase()]||"application/octet-stream",chunk_size:v.chunk_size,width:t.width,height:t.height,quality:t.quality,multipart:v.multipart,multipart_params:v.multipart_params||{},file_data_name:v.file_data_name,format:/\.(jpg|jpeg)$/i.test(u.name)?"jpg":"png",headers:v.headers,urlstream_upload:v.urlstream_upload})});m.bind("CancelUpload",function(){n().cancelUpload()});m.bind("Flash:UploadProcess",function(t,s){var u=t.getFile(r[s.id]);if(u.status!=d.FAILED){u.loaded=s.loaded;u.size=s.size;t.trigger("UploadProgress",u)}});m.bind("Flash:UploadChunkComplete",function(s,u){var v,t=s.getFile(r[u.id]);v={chunk:u.chunk,chunks:u.chunks,response:u.text};s.trigger("ChunkUploaded",t,v);if(t.status!==d.FAILED&&s.state!==d.STOPPED){n().uploadNextChunk()}if(u.chunk==u.chunks-1){t.status=d.DONE;s.trigger("FileUploaded",t,{response:u.text})}});m.bind("Flash:SelectFiles",function(s,v){var u,t,w=[],x;for(t=0;t

  • Does the user %2$s have permission to use the %1$s database?
  • On some systems the name of your database is prefixed with your username, so it would be like username_%1$s. Could that be the problem?
  • !

    If you don\'t know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.

    '/*/WP_I18N_DB_SELECT_DB*/, $db, $this->dbuser ), 'db_select_fail' ); return; } } --- 752,758 ----
  • Does the user %2$s have permission to use the %1$s database?
  • On some systems the name of your database is prefixed with your username, so it would be like username_%1$s. Could that be the problem?
  • !

    If you don\'t know how to set up a database you should contact your host. If all else fails you may find help at the WordPress Support Forums.

    '/*/WP_I18N_DB_SELECT_DB*/, htmlspecialchars( $db, ENT_QUOTES ), htmlspecialchars( $this->dbuser, ENT_QUOTES ) ), 'db_select_fail' ); return; } } *************** *** 1046,1052 ****
  • Are you sure that the database server is running?
  • If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    ! "/*/WP_I18N_DB_CONN_ERROR*/, $this->dbhost ), 'db_connect_fail' ); return; } --- 1046,1052 ----
  • Are you sure that the database server is running?
  • If you're unsure what these terms mean you should probably contact your host. If you still need help you can always visit the WordPress Support Forums.

    ! "/*/WP_I18N_DB_CONN_ERROR*/, htmlspecialchars( $this->dbhost, ENT_QUOTES ) ), 'db_connect_fail' ); return; }