File: changelog

package info (click to toggle)
php-enum 4.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 556 kB
  • sloc: php: 3,481; xml: 15; makefile: 8
file content (161 lines) | stat: -rw-r--r-- 4,652 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
php-enum (4.7.1-1) unstable; urgency=medium

  [ Marc Bennewitz ]
  * Run tests in PHP 8.2, 8.3, 8.4
  * Clarify serialization error message (#161)

  [ David Prévot ]
  * Update Standards-Version to 4.7.2
  * Modernize PHPUnit syntax

 -- David Prévot <taffit@debian.org>  Sat, 05 Apr 2025 10:33:39 +0200

php-enum (4.7.0-1) unstable; urgency=medium

  * Upload to unstable for latest php-json-schema

  [ Jérémy DECOOL ]
  * Implement Stringable interface on Enum

  [ David Prévot ]
  * Update Standards-Version to 4.7.0
  * Mark Data Provider methods as static (Closes: #1039775, #1070541)

 -- David Prévot <taffit@debian.org>  Thu, 25 Jul 2024 23:12:15 +0900

php-enum (4.6.1-1) experimental; urgency=medium

  [ Marc Bennewitz ]
  * fix error on `clone $enum`

  [ David Prévot ]
  * Build-conflicts php-symfony-polyfill-mbstring that get pulled instead of
    php-mbstring by buildd in experimental
  * Mark package as Multi-Arch: foreign

 -- David Prévot <taffit@debian.org>  Wed, 16 Feb 2022 12:55:48 -0400

php-enum (4.6.0-1) experimental; urgency=medium

  [ Marc Bennewitz ]
  * Upgrade dev dependencies

 -- David Prévot <taffit@debian.org>  Sat, 08 Jan 2022 21:01:15 -0400

php-enum (4.6.0~rc1-1) experimental; urgency=medium

  [ Marc Bennewitz ]
  * Simplified .gitignore & .gitattributes
  * Test: run on PHP-8 stable
  * Support for PHP 8.1

  [ David Prévot ]
  * Update standards version to 4.6.0, no changes needed.
  * Fix autoloaders file for pkg-php-tools

 -- David Prévot <taffit@debian.org>  Tue, 12 Oct 2021 10:01:23 -0400

php-enum (4.4.0-1) experimental; urgency=medium

  [ Marco Pivetta ]
  * Upgraded to `phpunit/phpunit` 7.x (Closes: #980565)

  [ Marc Bennewitz ]
  * Copyright (c) 2020
  * Require php ^7.1 or ^8.0

  [ David Prévot ]
  * Document gbp import-orig usage
  * Update watch file format version to 4.
  * Set Rules-Requires-Root: no.
  * Update standards version to 4.5.1, no changes needed.
  * Use dh-sequence-phpcomposer instead of pkg-php-tools
  * Use debhelper-compat 13
  * Simplify override_dh_auto_test
  * Update copyright (years)
  * Install /u/s/p/autoloaders file
  * Install /u/s/p/overrides file

 -- David Prévot <taffit@debian.org>  Mon, 15 Feb 2021 17:35:28 -0400

php-enum (4.2.0-1) experimental; urgency=medium

  [ Marc Bennewitz ]
  * fixed check of ambiguous values on Enum::byName()
  * PHP 7.4 serializer and wrap old Serializable methods for BC
  * fixed TypeError in EnumSet::getBinaryBitsetLe() if EnumSet is using integer
    bitset internally

  [ David Prévot ]
  * Set upstream metadata fields:
    Bug-Database, Bug-Submit, Repository, Repository-Browse.
  * Update standards version to 4.4.1, no changes needed.

 -- David Prévot <taffit@debian.org>  Sun, 12 Jan 2020 17:56:33 -1000

php-enum (4.1.1-1) experimental; urgency=medium

  [ Marc Bennewitz ]
  * fixed ordinal cache usage of Enum::getName() if ordinal=0

  [ David Prévot ]
  * Update standards version, no changes needed.
  * Compatibility with recent PHPUnit (8)

 -- David Prévot <taffit@debian.org>  Tue, 24 Sep 2019 15:37:56 -1000

php-enum (4.1.0-1) experimental; urgency=medium

  [ Lctrs ]
  * Add EnumSet::isEmpty() to know if sets has enumerators

 -- David Prévot <taffit@debian.org>  Fri, 05 Jul 2019 16:57:25 -1000

php-enum (4.0.0-1) experimental; urgency=medium

  [ Marc Bennewitz ]
  * Copyright (c) 2019

  [ David Prévot ]
  * Use debhelper-compat 12
  * Update Standards-Version to 4.3.0
  * Update copyright (years)
  * Drop get-orig-source target

 -- David Prévot <taffit@debian.org>  Thu, 27 Jun 2019 11:38:02 -1000

php-enum (3.0.2-1) experimental; urgency=medium

  * Use debhelper-compat = 11
  * Update Standards-Version to 4.2.1

 -- David Prévot <taffit@debian.org>  Sun, 16 Sep 2018 15:54:21 -1000

php-enum (3.0.1-1) experimental; urgency=medium

  * Move project repository to salsa.d.o
  * Update Standards-Version to 4.1.5

 -- David Prévot <taffit@debian.org>  Sun, 22 Jul 2018 19:41:50 +0800

php-enum (3.0.0-1) experimental; urgency=medium

  * Upload to experimental since the next version of php-json-schema should
    depend on version 2.3.1 for the time being

  [ Marc Bennewitz ]
  * v3.0 preparation
  * php --define zend.assertions=1 /usr/bin/phpunit (Closes: #882928)

  [ David Prévot ]
  * Update copyright (years)
  * Update Standards-Version to 4.1.2
  * Enable zend.assertions for the tests

 -- David Prévot <taffit@debian.org>  Sun, 03 Dec 2017 14:33:28 -1000

php-enum (2.3.1-1) unstable; urgency=low

  * Initial release (New php-json-schema dependency)

 -- David Prévot <taffit@debian.org>  Tue, 24 Oct 2017 16:35:26 -1000