forked from ChazDazzle/pypoker-eval
-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
executable file
·260 lines (149 loc) · 6.88 KB
/
ChangeLog
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
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
2009-08-12 Loic Dachary <[email protected]>
* Release 138.0
2009-07-09 Loic Dachary <[email protected]>
* Release 137.0
* debian/rules: remove .la from distribution because it's not
needed for python plugins
* debian/copyright: upgrade copyright notice to GPLv3
* debian/control: upgrade section to python, upgrade policy, add
misc:Depends
2009-06-09 Loic Dachary <[email protected]>
* pokereval.py: improved documentation for the "best" method
(courtesy tsr_)
2008-12-27 Loic Dachary <[email protected]>
* ChangeLog, NEWS, configure.ac, debian/changelog: bump to version
137
2008-12-26 Loic Dachary <[email protected]>
* Release 136.0
* debian/control.edgy, debian/control.etch, debian/control.feisty,
debian/control.gutsy: add g++ dependency for backport to obey the
r5119 bkuhn AC_PROG_CXX addition
* ChangeLog, NEWS, debian/changelog: version bump to 136
2008-12-25 Loic Dachary <[email protected]>
* debian/copyright: license upgrade to GPLv3+
* COPYING, bug-1823.py, config/ccpython.m4, configure.ac,
pokereval.py, pypokereval.c, test.py: license upgrade to GPLv3+
2008-12-02 Bradley M. Kuhn <[email protected]>
* configure.ac (AC_PROG_CPP): AC_PROG_CPP appears to be
deprecated; switched to AC_PROG_CXX
2008-11-30 Bradley M. Kuhn <[email protected]>
* config/python.m4 (AM_PATH_PYTHON): Added python2.6 support.
* config/ccpython.m4 (ALL_CC_PYTHON): Added python2.6 support.
2008-03-01 Loic Dachary <[email protected]>
* Release 135.0
* Makefile.am, configure.ac: osx compilation fixes
2007-12-02 Loic Dachary <[email protected]>
* AUTHORS, Makefile.am, README, config/ccpython.m4, configure.ac,
debian/copyright, pokereval.py, pypokereval.c, test.py: update
copyrights
* Makefile.am: https://gna.org/support/index.php?1823 test case
* bug-1823.py: test that the comparison operator change of
INNER_LOOP macro did not introduce an obvious problem
* pypokereval.c: compare double with > instead of ==
2007-07-24 Loic Dachary <[email protected]>
* config/ccpython.m4: cygwin hack is no longer necessary: it does
not work anyways
2007-06-15 Loic Dachary <[email protected]>
* debian/control.gutsy, debian/control.lenny: lenny and gutsy
support
2007-05-16 Loic Dachary <[email protected]>
* ChangeLog, NEWS, debian/changelog: Version bump.
2007-02-14 Loic Dachary <[email protected]>
* debian/control.feisty: feisty support
2007-02-13 Loic Dachary <[email protected]>
* config/ccpython.m4: detect 25 & unset cache
2007-02-12 Loic Dachary <[email protected]>
* debian/changelog: upstream sync
* debian/changelog: edgy fix
* debian/control.edgy: edgy needs pycentral for python2.5
2006-11-20 cpinson
* gentoo/dev-games/pypoker-eval/pypoker-eval-132.0-r1.ebuild: down
* trunk/poker-eval/gentoo/dev-games/poker-eval/poker-eval-133.0-r1.ebuild,
gentoo/dev-games/pypoker-eval/pypoker-eval-133.0-r1.ebuild: up
2006-11-15 Loic Dachary <[email protected]>
* debian/control, debian/control.breezy, debian/control.dapper,
debian/control.edgy, debian/control.etch, debian/control.hoary,
debian/control.sarge, debian/control.unstable: poker2.4 conflicts
2006-10-29 Loic Dachary <[email protected]>
* Release 134.0
2006-10-01 Cedric Pinson <[email protected]>
* Release 133.0
* Update gentoo package
2006-09-12 Loic Dachary <[email protected]>
* debian/changelog: edgy & etch control files
* debian/control.edgy, debian/control.etch: edgy & etch
2006-07-19 Loic Dachary <[email protected]>
* Release 132.0
* test.py: Look for modules in .libs.
* pypokereval.c: Module name compilation depend.
* pypoker-eval.pc.in:
Path have to be retrieved from python directly instead of from the .pc
* pokereval.py: Binary module import depends on python version.
* debian/control: Obsolete versioned packages
* debian/compat: *** empty log message ***
* debian/changelog: 132
* debian/rules: Depend on pycentral instead of custom made rules
* configure.ac: Look for all installed python versions.
* config/python.m4, config/ccpython.m4:
Generate versioned variables for every python development environment available.
* README: more explicit title
* NEWS: 132
* Makefile.am:
The module is compiled for every available python development environment. No need for post install tweaks.
2006-07-19 Loic Dachary <[email protected]>
* configure.ac: compile for 2.5, 2.4 and 2.3 python versions, rename all
shared libs.
Fri Jun 09 2006 Cedric Pinson <[email protected]>
* Release 131.0
* gentoo/dev-games/pypoker-eval/pypoker-eval-131.0-r1.ebuild:
Update gentoo package
Sat Apr 15 2006 Loic Dachary <[email protected]>
* configure.ac: get rid of bootstrap + autotools tweaks
Wed Mar 29 2006 Loic Dachary <[email protected]>
* Makefile.am (EXTRA_DIST): gentoo files
Mon Mar 13 2006 Loic Dachary <[email protected]>
* pypokereval.c: kill compilation warnings
Fri Mar 10 2006 Loic Dachary <[email protected]>
* Release 130.0
* python2.2 support for redhat9 (https://sourceforge.net/tracker/index.php?func=detail&aid=1428078&group_id=13546&atid=213546)
Mon Jan 16 2006 Loic Dachary <[email protected]>
* Release 129.0
* cygwin portability fixes
Thu Sep 22 2005 Loic Dachary <[email protected]>
* Release 128.0
* Makefile.am (pkgconfig_DATA): pypoker-eval.pc
Wed Sep 21 2005 Loic Dachary <[email protected]>
* bootstrap: upgrade
* configure.ac: strict selection of python interpreter is allowed
* config/ccpython.m4: rebuild from scratch
* config/python.m4: fix bugous header detection
Wed Apr 27 17:47:45 2005 Loic Dachary <[email protected]>
* Release 127.0
* pypokereval.c: use COMBINATIONS instead of PERMUTATIONS when
enumerating unknown cards.
Fri Dec 10 11:49:26 2004 Loic Dachary <[email protected]>
* Release 126.0
* pokereval.py (winners): fill_pockets is set => fill_pockets is not set. iteration
is infinite by default, not 1.
Thu Dec 09 18:20:59 2004 Loic Dachary <[email protected]>
* pypokereval.c (CardMask2PyList): must not use implicit StdDeck_maskToCard. Use CurDeck instead.
* configure.ac: add warnings
Mon Dec 06 18:40:29 2004 Loic Dachary <[email protected]>
* Release 125.0
* RPM packages from Jean-Christophe Duberga <[email protected]>
Tue Oct 19 16:35:49 2004 Loic Dachary <[email protected]>
* Release 122.0
* Documentation
Sun Sep 19 13:14:34 2004 Loic Dachary <[email protected]>
* pypokereval.c (eval_hand): wrongly picked 3 cards from hole
cards in omaha8. Reworked the function.
https://gna.org/bugs/index.php?func=detailitem&item_id=735
* pypokereval.c (CardMask2SortedPyList): add missing STFLUSH case.
https://gna.org/bugs/index.php?func=detailitem&item_id=735
Fri Jul 23 17:18:16 2004 Loic Dachary <[email protected]>
* pypokereval.c: Py_DECREF where appropriate
Sat Feb 21 12:56:11 2004 Loic Dachary <[email protected]>
* Initial revision
Local Variables:
compile-command: "svn update ; svn2cl --group-by-day --authors=$(echo $HOME)/.svn2cl --stdout | head -2000 | sed -n '0,/^2008-11-01/p'"
End: