redshark1802
2fdd1a8637
added build instructions for Ubuntu >= 12.04
12 years ago
Peter Todd
0af5366f01
Replace text on how to enable IPv6 with disable
...
IPv6 support is now enabled by default, thus documentation should tell
you how to disable it.
Similarly the build-osx use of the flag can be removed.
12 years ago
Matt Corallo
325a064c68
Upgrade to Qt 4.8.3 (because 4.8.2 was removed from qt repos?)
12 years ago
Wladimir J. van der Laan
62e21fb5d0
Show warning when using prerelease version
...
Implements #1948
- Add macro `CLIENT_VERSION_IS_RELEASE` to clientversion.h
- When running a prerelease (the above macro is `false`):
- In UI, show an orange warning bar at the top. This will be used for other
warnings (and alerts) as well, instead of the status bar.
- For `bitcoind`, show the warning in the "errors" field in `getinfo`
response.
12 years ago
Pieter Wuille
fcfa7a588e
Update version numbers to 0.7.99
12 years ago
Wladimir J. van der Laan
485d667748
Revert "Merge pull request #1931 from laanwj/2012_10_newicons"
...
This reverts commit 199d88cf90
, reversing
changes made to 65bc1573e7
.
License is worse instead of better. Will only accept public domain and
MIT-licensed icons from now on.
12 years ago
xanatos
cddda5d9f0
Changed connect?_16.png to non-GPL one and changed the assets attribution.
12 years ago
xanatos
b96238a9c9
Changed the spinner to a non-GPL one, added instructions on how to regenerate it, changed the assets attribution, removed old spinner + old spinner's sources.
12 years ago
Gavin Andresen
eb49457ff2
0.7.1 release notes
12 years ago
Gavin Andresen
1d1f32d16d
Bump versions for 0.7.1 release
12 years ago
Wladimir J. van der Laan
6032e4f4e7
get rid of strlcpy.h
...
Don't use hand-rolled string manipulation routine with a fixed
buffer in the bitcoin core, instead make use of c++ strings and boost.
12 years ago
Wladimir J. van der Laan
f1e262c8e1
Translation update for 0.7.1
...
Also clarify translation process that the package `gettext` is needed to run string extractor.
12 years ago
Philip Kaufmann
26809acbf9
switch to Qt 4.8.2 for Windows builds
12 years ago
fanquake
e1eb3d4451
Update Bugreport Links
...
Update Qt Links
Revert Qt source link
Update Qt links
12 years ago
fanquake
0eaaa83ba5
Update Bitcoin to use OpenSSL 1.0.1c
...
Bump deps tp 0.0.5
Small docs corrections
12 years ago
Gavin Andresen
085d9c75f4
Reset release notes for release-after-0.7.0
12 years ago
osmosis
a21bdda7ad
Cleanup on doc/build-unix.txt
12 years ago
Luke Dashjr
23a44a7ad6
Apply MIT license to md2k7 art
...
[21:48:14] <md2k7> feel free to make it MIT if you like
12 years ago
Philip Kaufmann
2dc953274d
small update to release-notes.txt
12 years ago
Philip Kaufmann
f875921176
Bitcoin-Qt (Windows only): add version info to Resource File
...
- add version information to bitcoin-qt.rc, which is displayed on Windows, when looking in the executable properties and selecting "Details"
- introduce a new clientversion.h (used in bitcoin-qt.rc to generate
version information), which takes only the version defines from
version.h and is included in it (to allow usage with the windres rc-file
compiler)
- move #define STRINGIFY(s) #s into clientversion.h as that is used in
bitcoin-qt.rc and rename to DO_STRINGIZE(X)
- add #define STRINGIZE(X) DO_STRINGIZE(X), which is needed to convert the
version defines into a version string in the rc-file
- this ensures we only need to update 1 file and have bitcoin-qt.exe
version information
- for RC-file documentation see:
http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058%28v=vs.85%29.aspx
12 years ago
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
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
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
12 years ago
Philip Kaufmann
dae7fff12e
translation process file updates
...
- add part for handling of plurals
- update Transifex links
- small misc changes
12 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
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