Skip to content

Latest commit

 

History

History
86 lines (69 loc) · 3.15 KB

CHANGELOG.md

File metadata and controls

86 lines (69 loc) · 3.15 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

Added

  • Install missed PHP extensions on non-stable branches to regenerate C-code
  • Added Debian Buster support #47

1.5.0 - 2019-02-31

Added

  • Added PHP 7.3 support
  • The rpm spec files were divided regarding PHP versions

1.4.0 - 2019-01-06

Added

Changed

  • Fully refactored build matrix to allow build Phalcon 3.x and 4.x

1.3.0 - 2018-07-28

Added

Changed

  • Freezed packpack version to make sure that we use the same packpack always

Fixed

1.2.3 - 2018-03-10

Fixed

1.2.2 - 2017-07-10

Changed

  • Removed no longer needed patching-sources target

1.2.1 - 2017-06-21

Changed

  • Improved RPM-spec by removing hardcoded virtual provides specific things
  • Use stable Zephir Parser
  • Updated license path
  • Patching zend_error_noreturn usage phalcon/cphalcon#12909

1.2.0 - 2017-04-06

Added

  • Added ability to build PHP 7.1 packages

Changed

  • Used latest Zephir and Zephir Parser to generate nighly builds
  • Cleaned not needed changelogs
  • Improved debian rules to correct handle PHP 7.1

Fixed

  • Fixed file package file name to be able release a few versions for one distro

1.1.0 - 2017-03-22

Changed

1.0.0 - 2017-03-14

Added

  • Initial stable release. Added ability to build packages for Ubuntu 14.04-16.04, Debian 8.5-9 and CentOS 7.2 by using Packpack.