From ba768dbdeeae4818f379fc3eedd804592fd191b9 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Sun, 7 Apr 2013 15:08:51 -0400 Subject: [PATCH] Release 0.8.1 --- README.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd45d9e..ff413c2 100644 --- a/README.md +++ b/README.md @@ -256,6 +256,12 @@ correct data type. ## History +### 0.8.1 + + * fix buffer length checking bug in readSlot() (thanks Xabier de Zuazo) + * fix C2 calculation bug (fixed #35) (thanks Xabier de Zuazo) + * fix oob Buffer at readEntityMetadata (fixed #40) (thanks Xabier de Zuazo) + ### 0.8.0 * fix remaining bugs for 1.5.1 protocol (thanks Xabier de Zuazo) diff --git a/package.json b/package.json index 0853d3b..338a251 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "minecraft-protocol", - "version": "0.8.0", + "version": "0.8.1", "description": "Parse and serialize minecraft packets, plus authentication and encryption.", "main": "index.js", "repository": {