Merge branch '0.4.x' into 0.5.x
authorLuke Dashjr <luke-jr+git@utopios.org>
Fri, 25 Nov 2011 00:26:52 +0000 (19:26 -0500)
committerLuke Dashjr <luke-jr+git@utopios.org>
Fri, 25 Nov 2011 00:26:52 +0000 (19:26 -0500)
The only practical change here is updating the gitian URIs to the stable repository.
Otherwise, it just enables merging bugfixes from 0.4.x into 0.5.x properly.

Conflicts:
contrib/Bitcoin.app/Contents/Info.plist
doc/README
doc/README_windows.txt
doc/release-process.txt
share/setup.nsi
src/bitcoinrpc.cpp
src/headers.h
src/makefile.unix
src/serialize.h
src/ui.cpp

1  2 
contrib/gitian-descriptors/gitian-win32.yml
contrib/gitian-descriptors/gitian.yml

@@@ -13,12 -13,12 +13,12 @@@ packages
  - "wine"
  reference_datetime: "2011-01-30 00:00:00"
  remotes:
- - "url": "https://github.com/bitcoin/bitcoin.git"
+ - "url": "https://git.gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoind-stable.git"
    "dir": "bitcoin"
  files:
 -- "wxwidgets-win32-2.9.2-gitian.zip"
 +- "qt-win32-4.7.4-gitian.zip"
  - "boost-win32-1.47.0-gitian.zip"
 -- "openssl-1.0.0d.tar.gz"
 +- "openssl-1.0.0e.tar.gz"
  - "db-4.8.30.NC.tar.gz"
  - "miniupnpc-1.6.tar.gz"
  script: |
@@@ -18,9 -15,11 +18,9 @@@ packages
  - "unzip"
  reference_datetime: "2011-01-30 00:00:00"
  remotes:
- - "url": "https://github.com/bitcoin/bitcoin.git"
+ - "url": "https://git.gitorious.org/+bitcoin-stable-developers/bitcoin/bitcoind-stable.git"
    "dir": "bitcoin"
  files:
 -- "wxWidgets-2.9.2-x64-gitian.zip"
 -- "wxWidgets-2.9.2-x32-gitian.zip"
  - "miniupnpc-1.6.tar.gz"
  script: |
    INSTDIR="$HOME/install"