From 93c9bc7b524421977145bd8502844ee142cfc917 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 15 Jan 2017 12:17:44 +0100 Subject: [PATCH 1/3] [Changelog] 0.2.2 -> 0.3.0. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c725235..d768b2d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,9 +10,9 @@ The format is based on [Keep a Changelog v0.3.0](http://keepachangelog.com/en/0. - IW4x on Linux currently requires gnutls to be installed to access the Tor service via HTTPS. -## [0.2.2] - 2016-12-25 +## [0.3.0] - 2016-01-14 -This is the first public Beta version, it mostly consists of bug fixes. +This is the first public Beta version. ### Added From ba80124cb70e6dc6336f61d9d72df6c9f6d64f58 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 15 Jan 2017 12:19:50 +0100 Subject: [PATCH 2/3] [Changelog] Alphabetic sorting of log, case-sensitivity and symbol changes. --- CHANGELOG.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d768b2d7..61c4f6e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,22 +16,22 @@ This is the first public Beta version. ### Added -- Add peacekeeper. - Add com_logFilter dvar. +- Add peacekeeper. ### Changed -- Optimize fastfiles, they are now a lot smaller. -- Improve security by modifying guids to allow 64 bit certificate fingerprints. - Improve node synchronization handling. +- Improve security by modifying GUIDs to allow 64-bit certificate fingerprints. +- Optimize fastfiles, they are now a lot smaller. ### Fixed +- Fix concurrent image loading bug. - Fix issues when spawning more than one bot. - Fix no ammo bug. -- Fix splash screen hang. -- Fix concurrent image loading bug. - Fix server crash on startup. +- Fix splash screen hang. ### Known issues From d6648a945f459ce7def809a33cb8f92a14c82fb6 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sun, 15 Jan 2017 17:11:49 +0100 Subject: [PATCH 3/3] [Changelog] Add DLC 8 details. --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61c4f6e9..ef594f8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,13 @@ This is the first public Beta version. - Add com_logFilter dvar. - Add peacekeeper. +- Add support for maps from DLC 8 (Recycled Pack) + + - Chemical Plant (mp_storm_spring) + - Crash: Tropical (mp_crash_tropical) + - Estate: Tropical (mp_estate_tropical) + - Favela: Tropical (mp_fav_tropical) + - Forgotten City (mp_bloc_sh) ### Changed