Gavin Andresen
4dc89fa875
Build doc updates
12 years ago
Gavin Andresen
aeea5e2a2d
Minor documentation updates
12 years ago
Jeff Garzik
c2cd13faa4
release-notes.txt: mention getmemorypool removal
12 years ago
Pieter Wuille
3588c91c7e
Small update to release notes regarding -seednode
12 years ago
Jeff Garzik
06707dd610
Merge pull request #1741 from freewil/release-notes-remove-i2p
...
remove I2P support mention from release notes
12 years ago
freewil
8ef51cf15c
remove I2P support mention from release notes
12 years ago
freewil
41b2856bd4
make use of -onlynet more clear in release notes
12 years ago
Philip Kaufmann
4f6a85b3bd
add Qt GUI part to release-notes.txt
12 years ago
Jeff Garzik
f29eaee30a
Update release notes
12 years ago
Gavin Andresen
03fa53a640
Version numbers -> 0.7.0
12 years ago
Jeff Garzik
f81e6f779b
Merge pull request #1632 from luke-jr/spelling
...
Fix spelling and grammar errors
12 years ago
Jeff Garzik
0f460644e3
Add doc/release-notes.txt, temporary for 0.7 release
12 years ago
Luke Dashjr
b49f1398a1
Bugfix: Correct English grammar regarding "'s"
12 years ago
Wladimir J. van der Laan
ebeafe5b0b
Update translation messages
...
- No core strings changed since last time
- Re-add line numbers in .ts file as this is marginally easier for translators (see #1227 )
12 years ago
fanquake
f00a0dcfed
Docs Tidy up
12 years ago
fanquake
d0c0706042
Correct OpenSSL version
13 years ago
Philip Kaufmann
dae7fff12e
translation process file updates
...
- add part for handling of plurals
- update Transifex links
- small misc changes
13 years ago
Pieter Wuille
d789a3f140
Some documentation about tor
13 years ago
fanquake
baf814f3da
OS X not OSX
13 years ago
fanquake
8b7b3be765
Further updates to build instructions
13 years ago
Fordy
2bbfcd2d02
Update OSX build instructions
13 years ago
Gavin Andresen
fab7858a35
Document how to build/run unit tests
13 years ago
Matt Corallo
992a2e2e79
Update wiki changelog at doc/release-process.txt
13 years ago
Chris Moore
2976a52222
"USE_UPNP=-" is needed to remove UPnP support.
13 years ago
grimd34th
a2bd31432f
incorrect openssl when compared to makefile
13 years ago
Wladimir J. van der Laan
8a6a35e9d9
Replace debug window icon with LGPL-licensed one ( fixes #1348 )
13 years ago
Wladimir J. van der Laan
f1e7570755
Merge pull request #1336 from laanwj/2012_05_consoleicon
...
Add icon for debug window
13 years ago
Wladimir J. van der Laan
8ece75aee1
Add icon for debug window
13 years ago
Christian von Roques
e54f330239
Fix typo. libarcode => libqrcode
13 years ago
Gregory Maxwell
5e794a9ab7
release-process.txt: Add a note to check the download link destinations.
13 years ago
Pieter Wuille
23aa78c405
IPv6 node support
...
This will make bitcoin relay valid routable IPv6 addresses, and when
USE_IPV6 is enabled, listen on IPv6 interfaces and attempt connections
to IPv6 addresses.
13 years ago
Gregory Maxwell
a5f95d75a1
Increase client version to 0.6.99
13 years ago
Gavin Andresen
397737b913
Bump version numbers for 0.6.1rc2
13 years ago
Gavin Andresen
2b4d7735b6
Windows build: compile against openssl 1.0.1b
13 years ago
Gavin Andresen
2c31cfc271
Bump version numbers for 0.6.1rc1
13 years ago
Pieter Wuille
a20c0d0f67
Build identification strings
...
All client version information is moved to version.cpp, which optionally
(-DHAVE_BUILD_INFO) includes build.h. build.h is automatically generated
on supporting platforms via contrib/genbuild.sh, using git describe.
The git export-subst attribute is used to put the commit id statically
in version.cpp inside generated archives, and this value is used if no
build.h is present.
The gitian descriptors are modified to use git archive instead of a
copy, to create the src/ directory in the output. This way,
src/src/version.cpp will contain the static commit id. To prevent
gitian builds from getting the "-dirty" marker in their git-describe
generated identifiers, no touching of files or running sed on the
makefile is performed anymore. This does not seem to influence
determinism.
13 years ago
Gavin Andresen
3acee27b14
Merge pull request #1047 from luke-jr/strlcpy_attribute
...
Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed
13 years ago
Luke Dashjr
7993454a92
Document strlcpy.h in assets-attribution.txt since it isn't MIT-licensed
13 years ago
Gavin Andresen
5ce4c2a23a
Remove USE_SSL #define
13 years ago
Philip Kaufmann
2fac1028a8
updated translation process documentation
13 years ago
Nils Schneider
6c757e99f3
add shell one-liner for updating translations in bitcoin.qrc
13 years ago
Gavin Andresen
50abb5516d
Updated Mac build process
13 years ago
Matt Corallo
95486d5c48
Fix release-process.txt for new deps zip.
13 years ago
Matt Corallo
3d0a0a9b9e
Make deps build deterministic and upgrade to libpng 1.5.9.
13 years ago
sje397
4efbda3f25
Added 'Backup Wallet' menu option
...
- icon from the LGPL Nuvola set (like the tick) - http://www.icon-king.com/projects/nuvola/
- include 'boost/version.hpp' in db.cpp so that the overwrite version of copy can be used
- catch exceptions in BackupWallet (e.g. filesystem_error thrown when trying to overwrite without the overwrite flag set)
- include db.h in walletmodel.cpp for BackupWallet function
- updated doc/assets-attribution.txt and contrib/debian/copyright with copyright info for new icon
13 years ago
Wladimir J. van der Laan
328b26d40b
Update readme-qt.rst for 0.6.0
...
- Remove features list (no longer makes sense)
- Document USE_QRCODE
13 years ago
Gavin Andresen
a15bc17632
Merge pull request #805 from luke-jr/gitian_deps
...
Split dependencies into deps-gitian.yml
13 years ago
Luke Dashjr
f1142dcc5b
Update doc/release-process.txt
13 years ago
Gavin Andresen
882164196e
Update all copyrights to 2012
13 years ago
Gavin Andresen
6bf4253a68
Increase client version to 0.6
13 years ago