Rename 228.md to docs/forum/bitcoin-forum/228.md

This commit is contained in:
wakgill
2021-01-12 20:46:32 -06:00
committed by GitHub
parent a261570a1b
commit bdf10e2fec
+29
View File
@@ -0,0 +1,29 @@
---
layout: forum
title: 'Bitcoin 0.3.2 released'
grand_parent: Forum Posts
parent: Bitcoin Forum
nav_order: 228
date: 2010-07-17 21:35:51 UTC
original: https://bitcointalk.org/index.php?topic=437.msg3807#msg3807
---
# Bitcoin 0.3.2 released
---
```
Bitcoin 0.3.2 released
July 17, 2010, 09:35:51 PM
Download links available now on bitcoin.org. Everyone should upgrade to this version.
- Added a simple security safeguard that locks-in the block chain up to this point.
- Reduced addr messages to save bandwidth now that there are plenty of nodes to connect to.
- Spanish translation by milkiway.
- French translation by aidos.
The security safeguard makes it so even if someone does have more than 50% of the network's CPU power, they can't try to go back and redo the block chain before yesterday. (if you have this update)
I'll probably put a checkpoint in each version from now on. Once the software has settled what the widely accepted block chain is, there's no point in leaving open the unwanted non-zero possibility of revision months later.
```