Commit graph

390 commits

Author SHA1 Message Date
langerhans 2547b4e4d9 Merge pull request #678 from rnicoll/1.8.1-dev-dependencies2
gitian: Bump miniupnp version to 1.9.20140701
2014-08-31 18:35:18 +02:00
Wladimir J. van der Laan f99f24cb8e gitian: Bump miniupnp version to 1.9.20140701
Also change build system: STATICLIB is now MINIUPNP_STATICLIB.
2014-08-28 23:05:07 +01:00
Ross Nicoll e101e4a068
Update UNIX build docs
Add version numbers to UNIX build documentation, and remove misplaced "Ubuntu" heading.
2014-08-28 20:18:06 +01:00
Ross Nicoll 808a9a2720
Archive release notes and add file for 1.8.1 release notes. 2014-08-25 00:09:53 +01:00
Ross Nicoll 4c215b0647
Changed version labels in documentation to 1.8.1. 2014-08-25 00:07:52 +01:00
langerhans 426cf0bf02 Merge pull request #660 from DomT4/1.8.1-dev
Build-osx: Force Fix.
2014-08-24 22:05:16 +02:00
Dominyk Tiller 7790a6ed19 Build-osx: Force Fix.
The dependencies were out of date. Homebrew doesn't have a formula called berkeley-db5, berkeley-db *is* version 5.3.28.

I've also stripped out the language about forcing OpenSSL to link, because with the build process it shouldn't even be necessary, and it's an incredibly incredibly bad idea to force OpenSSL into ``` /usr/local ```. Even if we did need it in the path, which we shouldn't because pkg-config should find the Homebrew OpenSSL build path automatically, we could temporarily add the Homebrew OpenSSL to the $PATH with an export command rather than forcing a permanent link.

This change was adopted by Bitcoin a few days back.
2014-08-24 20:42:47 +01:00
langerhans e0feb5a384 Merge pull request #658 from patricklodder/1.8-dev-openssl-101i
Update gitian descriptors and docs for openssl 1.0.1i
2014-08-24 21:37:25 +02:00
Patrick Lodder f29e2e4d1c Update gitian descriptors and docs for openssl 1.0.1i 2014-08-24 14:39:39 +02:00
Ross Nicoll 4b274e30a1
Rename 1.7 release notes into archival directory. 2014-08-23 23:58:42 +01:00
Ross Nicoll a8d0887247
Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin.
Move remaining Bitcoin release notes into their own folder.
Move Bitcoin 0.9 release notes into Bitcoin release notes folder.
2014-08-23 23:57:34 +01:00
Ross Nicoll 328b797e01 Merge pull request #650 from PartTimeLegend/patch-15
Delete release-notes-0.3.20.md
2014-08-23 23:39:34 +01:00
Ross Nicoll 67e5950254 Merge pull request #649 from PartTimeLegend/patch-14
Delete release-notes-0.3.20.2.md
2014-08-23 23:39:21 +01:00
Ross Nicoll cd1582622b Merge pull request #648 from PartTimeLegend/patch-13
Delete release-notes-0.3.20.1.md
2014-08-23 23:39:13 +01:00
Ross Nicoll 8f9789d6cb Merge pull request #647 from PartTimeLegend/patch-12
Delete release-notes-0.3.19.md
2014-08-23 23:39:03 +01:00
Ross Nicoll 9ff9e6ac21 Merge pull request #646 from PartTimeLegend/patch-11
Delete release-notes-0.3.18.md
2014-08-23 23:27:51 +01:00
Ross Nicoll 71845ef6a1 Merge pull request #645 from PartTimeLegend/patch-10
Delete release-notes-0.3.17.md
2014-08-23 23:27:34 +01:00
Ross Nicoll 33abd0386a Merge pull request #644 from PartTimeLegend/patch-9
Delete release-notes-0.3.16.md
2014-08-23 23:27:24 +01:00
Ross Nicoll 3c1d439058 Merge pull request #643 from PartTimeLegend/patch-8
Delete release-notes-0.3.15.md
2014-08-23 23:26:47 +01:00
Ross Nicoll c7e1b1131b Merge pull request #642 from PartTimeLegend/patch-7
Delete release-notes-0.3.14.md
2014-08-23 23:26:39 +01:00
Ross Nicoll 1d4091c97f Merge pull request #641 from PartTimeLegend/patch-6
Delete release-notes-0.3.13.md
2014-08-23 23:26:32 +01:00
Antony Bailey f9cc67f38d Delete release-notes-0.3.20.md 2014-08-23 22:46:20 +01:00
Antony Bailey c8de2e4120 Delete release-notes-0.3.20.2.md 2014-08-23 22:45:46 +01:00
Antony Bailey 8fcb786367 Delete release-notes-0.3.20.1.md 2014-08-23 22:45:12 +01:00
Antony Bailey b7beeab003 Delete release-notes-0.3.19.md 2014-08-23 22:44:15 +01:00
Antony Bailey 5740504a4e Delete release-notes-0.3.18.md 2014-08-23 22:43:32 +01:00
Antony Bailey 548c12a62d Delete release-notes-0.3.17.md 2014-08-23 22:43:04 +01:00
Antony Bailey eb2d511196 Delete release-notes-0.3.16.md 2014-08-23 22:42:35 +01:00
Antony Bailey 3e81612b3d Delete release-notes-0.3.15.md 2014-08-23 22:42:08 +01:00
Antony Bailey 236ffa5460 Delete release-notes-0.3.14.md 2014-08-23 22:41:30 +01:00
Antony Bailey 14f59e281e Delete release-notes-0.3.13.md 2014-08-23 22:36:33 +01:00
Antony Bailey 073466b67e For Bitcoin not Dogecoin 2014-08-23 22:35:53 +01:00
Antony Bailey 227ca2eb4c Change Bitcoin to Dogecoin 2014-08-22 21:28:16 +01:00
Whit J ac4d5478b0 A few more bitcoin -> dogecoin in build-unix.md
Pretty simple.  Should BITCOIN_ROOT be changed?
2014-08-19 13:20:19 -07:00
Whit J 1cb0efd4c4 Added automake as dependancy
autogen.sh failed and needed automake, which wasnt installed
2014-08-12 10:40:32 -07:00
Patrick Lodder 22afd48a60 Changed libpng mirror to sourceforge
The libpng ftp site is a bit unreliable at times, over the course
of a month it has been rejecting access to me more than a couple
of times. Changed url to sourceforge.
2014-07-15 21:36:11 +02:00
Patrick Lodder d8b11e533d Fix expected SHA256 hashes for dependencies in release-process.md
Because we use a different bdb version than bitcoin, SHA256 of
dogecoin-deps-* gitian built files are different. New hashes
match both langerhans' 1.7.2-Beta-1 committed sigs at
https://github.com/dogecoin/gitian.sigs and my own.
2014-07-14 12:10:16 +02:00
Wladimir J. van der Laan 91b241f633 gitian: make linux qt intermediate deterministic
Make the instdate for lrelease etc deterministic. This should have been
part of 0.9.2. Luckily this doesn't affect the end product, it is just
a bit annoying.

Rebased-From: 386e732
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
2014-07-09 17:31:37 +02:00
Wladimir J. van der Laan aca6b9dade fix download link and release in release notes 2014-07-09 17:31:03 +02:00
Wladimir J. van der Laan 8a28cc0dce add 0.9.2rc2 changes to release notes 2014-07-09 17:30:40 +02:00
Wladimir J. van der Laan 8465a714f8 gitian: upgrade OpenSSL to 1.0.1h 2014-07-09 17:29:59 +02:00
Cozz Lovan b953b13b62 [Qt] Fix Start bitcoin on system login
Rebased-By: Wladimir J. van der Laan <laanwj@gmail.com>
Rebased-From: 066d9a5
2014-07-09 17:17:40 +02:00
Wladimir J. van der Laan 525871bd66 Add preliminary release notes for 0.9.2 2014-07-09 17:17:18 +02:00
Wladimir J. van der Laan 0d328561ba Remove reference to libboost with specific version 2014-06-29 15:38:32 +02:00
Wladimir J. van der Laan d2666d87d4 Remove build-time no-IPv6 setting
The year is 2014. All supported operating systems have IPv6 support,
most certainly at build time (this doesn't mean that IPv6 is configured,
of course).

If noone is exercising the functionality to disable it, that means it
doesn't get tested, and IMO it's better to get rid of it.

(it's also not used consistently in RPC/boost and Net code...)
2014-06-29 15:38:29 +02:00
langerhans fd46ab57b2 Merge branch '1.7.2-dev-batch3' of github.com:rnicoll/dogecoin into rnicoll-1.7.2-dev-batch3
Conflicts:
	contrib/devtools/README.md
	contrib/devtools/symbol-check.py
	doc/build-unix.md
2014-06-06 20:55:33 +02:00
langerhans 944b9e52ab Merge pull request #540 from langerhans/btc-0.9.2-batch-4
BTC 0.9.2 batch 4
2014-06-06 20:49:00 +02:00
IeuanG da0a9b4234 Fixed the refs to bitcoin
Changed refs from bitcoin to dogecoin. Am I in the right branch this time?
2014-06-01 19:58:24 +01:00
Wladimir J. van der Laan b88566cc0c
devtools: add a script to fetch and postprocess translations
Run this script from the root of the repository to update all translations from transifex.
It will do the following automatically:

- create a transifex configuration file
- fetch all translations
- post-process them into valid and committable format

Conflicts:

	contrib/devtools/README.md
2014-05-29 23:40:13 +01:00
Wladimir J. van der Laan 4154ed658f qt: add transifex configuration file
This is a project-wide configuration file and should be the same for
everyone.
Also remove mention of creating it yourself from the translation process.
2014-05-29 22:27:06 +01:00