**Changelog version: 1.2.7**
  * Version updated to 1.2.7: "pk2.cpp" and "sprite.h".
  * Fixed Makefile:
    + Integrated support fixed for pkg-config.
  * Updated the authors in the introduction of the game.

**Changelog version: 1.2.6**
  * Fixed Makefile:
    + Added in LDFLAGS: "-lSDL2_image" and "-pie".
    + Fixed: Consistently pass "$(CXXFLAGS)" to all "$(CXX)" invocations,
      fixing a build failure.
    + KBUILD_VERBOSE implemented. To show the compiler command lines during
      compilation.
  * The incorrect #include <SDL2/foo> pattern has been fixed.
  * Updated for the current year (2020).

**Changelog version: 1.2.5**
  * Added a standard set of enhanced build flags that increase security
    in protection against overflows and other attacks.
  * Default reduction in mouse arrow speed and modified character comparisons.
  * Added to fix null declaration error and struct tag for reference.
  * Forward declare a type "PD_RECT" to be a struct.
  * Added .gitlab-ci.yml file.
  * Added contributing.md file.

**Changelog version: 1.2.4**
  * Save scores on DATA_PATH.
  * Update Screen_dest rect when fit screen.
  * Add Rooster Island 2 map.

**Changelog version: 1.2.3**
  * Renamed non-default CPP variable to CXX.
  * Encountered a misspelling on manpage.
  * Fix saves and settings path.
  * Try to fix negative times on records.

**Changelog version: 1.2.2**
  * Renamed the engine source file and moved to the 'src' directory.
  * Makefile: changed build in engine file.
  * Renamed from pk2 to pekka-kana-2.
  * Fixed path to home directory.
  * Debian packaging: data directory name changed to 'pekka-kana-2'.

**Changelog version: 1.2.1**
  * Initial source code release copied http://pistegamez.net/PK2.
  * Added icon in format (PNG) size 330 pixels.
  * Added the BSD-2-Clauses license file.
  * Functions Removed: Level Editor, Sprite Creator.
  * Created the basic game manpage and desktop files.
  * Changed and fixed the sprite and map files.
  * Main code changed to interact with the engine.
  * Fixed file paths, deleted some commented lines.
  * Fixed bugs and removed unused files.
  * Defined the SDL2 library in CFLAGS and LDFLAGS.
  * Fixed: Sprintf Buffer Overflow Detection.
  * Updated copyright years (2019).
  * Makefile: Updated configuration directory definition.
