Skip to content

Commit 36e8f57

Browse files
committed
Add 0.4.0 release notes
1 parent 58833de commit 36e8f57

File tree

1 file changed

+260
-0
lines changed

1 file changed

+260
-0
lines changed

RELEASE-0.4.0

Lines changed: 260 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,260 @@
1+
2015-04-10 Hannes Magnusson <[email protected]>
2+
* Install ext/zlib so we can pecl install .tgz
3+
4+
2015-04-10 Hannes Magnusson <[email protected]>
5+
* mo will automatically upgrade pymongo -- we need to downgrade
6+
7+
2015-04-10 Hannes Magnusson <[email protected]>
8+
* mongo-orchestration isn't happy about the recent pymongo3.0 release
9+
10+
2015-04-10 Jeremy Mikola <[email protected]>
11+
* Update description for Cursor::getServer()
12+
13+
2015-04-09 Hannes Magnusson <[email protected]>
14+
* PHPC-234: Run test suite automatically on FreeBSD 10.1
15+
16+
2015-04-09 Hannes Magnusson <[email protected]>
17+
* PHPC-235: Fix out-of-src builds on FreeBSD
18+
19+
2015-04-09 Hannes Magnusson <[email protected]>
20+
* Initial script to provision on FreeBSD
21+
22+
2015-04-09 Hannes Magnusson <[email protected]>
23+
* Initial script to provision on Windows
24+
25+
2015-04-09 Hannes Magnusson <[email protected]>
26+
* Fix windows build
27+
28+
2015-04-09 Hannes Magnusson <[email protected]>
29+
* Simplify hash and fix windows build
30+
31+
2015-04-09 Hannes Magnusson <[email protected]>
32+
* Rename the compat header - its much more then PHP5.3 issues now
33+
34+
2015-04-09 Hannes Magnusson <[email protected]>
35+
* Fix build on windows -- no strtoll()
36+
37+
2015-04-09 Hannes Magnusson <[email protected]>
38+
* Fix warning, return in noreturn function
39+
40+
2015-04-09 Hannes Magnusson <[email protected]>
41+
* Fix zts build
42+
43+
2015-04-09 Hannes Magnusson <[email protected]>
44+
* Fix php_flock() warning on windows
45+
46+
2015-04-09 Hannes Magnusson <[email protected]>
47+
* PHPC-213: Disable extra bson type alignment
48+
49+
2015-04-09 Hannes Magnusson <[email protected]>
50+
* Bumpidy bump
51+
52+
2015-04-09 Hannes Magnusson <[email protected]>
53+
* PHPC-233: Mark the ctor as private for internally created value objects
54+
55+
2015-04-08 Hannes Magnusson <[email protected]>
56+
* PHPC-80: Create distcheck target
57+
58+
2015-04-08 Hannes Magnusson <[email protected]>
59+
* Convert int64 that overflow 32bit long to strings
60+
61+
2015-04-08 Hannes Magnusson <[email protected]>
62+
* Convert overflown int64 to strings and print a warning
63+
64+
2015-04-08 Hannes Magnusson <[email protected]>
65+
* Fix path to tests when executed through pecl run-tests
66+
67+
2015-04-08 Hannes Magnusson <[email protected]>
68+
* Ignore untracked files in these repos
69+
70+
2015-04-08 Hannes Magnusson <[email protected]>
71+
* libbson & mongoc seem to have fixed a lot of warnings -- enable all of ours
72+
73+
2015-04-08 Hannes Magnusson <[email protected]>
74+
* Workaround CDRIVER-610
75+
76+
2015-04-08 Hannes Magnusson <[email protected]>
77+
* Apparently there is a function for this!
78+
79+
2015-04-08 Hannes Magnusson <[email protected]>
80+
* Fix zts build.. TSRMLS_FETCH_FROM_CTX declares variables and therefore must come first
81+
82+
2015-04-07 Hannes Magnusson <[email protected]>
83+
* Remove noop log handler
84+
85+
2015-04-07 Hannes Magnusson <[email protected]>
86+
* PHPC-231: Manager instances should not free streams that are still in use
87+
88+
2015-04-07 Hannes Magnusson <[email protected]>
89+
* bump dependencies for PHPC-231 & PHPC-213
90+
91+
2015-04-07 Jeremy Mikola <[email protected]>
92+
* PHPC-232: Fix capitalization for WriteResult::getWriteConcern()
93+
94+
2015-04-07 Jeremy Mikola <[email protected]>
95+
* PHPC-231: Regression test for Manager destruct stream freeing
96+
97+
2015-04-06 Jeremy Mikola <[email protected]>
98+
* Merge pull request #33
99+
100+
2015-04-06 Jeremy Mikola <[email protected]>
101+
* Remove unnecessary php_phongo_cursor_free_current() call
102+
103+
2015-04-06 Jeremy Mikola <[email protected]>
104+
* Re-use cursor_free_current() in cursor_free()
105+
106+
2015-04-06 Jeremy Mikola <[email protected]>
107+
* PHPC-215: Fix Cursor iteration through IteratorIterator
108+
109+
2015-04-03 Jeremy Mikola <[email protected]>
110+
* PHPC-225: Test Cursor::isDead() and kill on destruct
111+
112+
2015-04-03 Jeremy Mikola <[email protected]>
113+
* PHPC-224: Consolidate Result and Cursor classes into one
114+
115+
2015-04-03 Jeremy Mikola <[email protected]>
116+
* PHPC-224: Remove Cursor class, which implements Iterator
117+
118+
2015-04-03 Hannes Magnusson <[email protected]>
119+
* PHPC-207: Correct serialized data examples for ODS documentation
120+
121+
2015-04-03 Hannes Magnusson <[email protected]>
122+
* PHPC-210 & PHPC-209 & PHPC-207 Fix BSON ODM/ODS
123+
124+
2015-04-03 Hannes Magnusson <[email protected]>
125+
* PHPC-208: Restrict ODS to "__pclass" fieldnames
126+
127+
2015-04-03 Hannes Magnusson <[email protected]>
128+
* PHPC-194: Implement Manager::selectServer() method to wrap SDAM server selection
129+
130+
2015-04-03 Hannes Magnusson <[email protected]>
131+
* In PHP5.3 we hit the __wakeUp() which has slightly different exception
132+
133+
2015-04-03 Hannes Magnusson <[email protected]>
134+
* Merge pull request #34 from serebro/patch-1
135+
136+
2015-04-03 Sergey <[email protected]>
137+
* Docs small fix
138+
139+
2015-04-03 Hannes Magnusson <[email protected]>
140+
* PHPC-190: Provide __wakeUp() to disable unserialize()
141+
142+
2015-04-03 Hannes Magnusson <[email protected]>
143+
* This apt-get update is slow -- no need to execute it all the time
144+
145+
2015-04-03 Hannes Magnusson <[email protected]>
146+
* PHPC-191 && PHPC-192: Add verify_expiry && verify_peer_name certificate verify options
147+
148+
2015-04-02 Hannes Magnusson <[email protected]>
149+
* PHPC-223: Use explicit SSL options rather then stream context
150+
151+
2015-04-02 Hannes Magnusson <[email protected]>
152+
* Fix setting debug logging as part of the driverOptions
153+
154+
2015-04-02 Hannes Magnusson <[email protected]>
155+
* Private Public doesn't exists... This is supposed to be private :D
156+
157+
2015-04-02 Hannes Magnusson <[email protected]>
158+
* Cleanup after test
159+
160+
2015-04-02 Hannes Magnusson <[email protected]>
161+
* Make it possible to cleanup other db and collections used
162+
163+
2015-04-01 Hannes Magnusson <[email protected]>
164+
* Fix tests when executed outside of srcroot
165+
166+
2015-04-01 Hannes Magnusson <[email protected]>
167+
* PHPC-222: WriteConcernError can cause segfaults on Ubuntu Precise 32bit
168+
169+
2015-04-01 Hannes Magnusson <[email protected]>
170+
* PHPC-220: BSON\UTCDatetime broken on 32bit
171+
172+
2015-04-01 Hannes Magnusson <[email protected]>
173+
* Fix compile warning on 32bit
174+
175+
2015-04-01 Hannes Magnusson <[email protected]>
176+
* Fix incompatible pointer type in PHP 5.3
177+
178+
2015-04-01 Hannes Magnusson <[email protected]>
179+
* Include usable gdbinit
180+
181+
2015-04-01 Hannes Magnusson <[email protected]>
182+
* PHPC-221: Add Ubuntu Precise (12.04.5) 32bit image
183+
184+
2015-04-01 Hannes Magnusson <[email protected]>
185+
* PHPC-219 - BSON\Javascript segfaults on Ubuntu Precise 32bit
186+
187+
2015-04-01 Hannes Magnusson <[email protected]>
188+
* PHPC-221: Rename the identifier to precise64 as we'll be adding 32bit soon
189+
190+
2015-03-31 Jeremy Mikola <[email protected]>
191+
* Merge pull request #32
192+
193+
2015-03-31 Jeremy Mikola <[email protected]>
194+
* PHPC-204: Result::toArray() should respect type map configuration
195+
196+
2015-03-31 Jeremy Mikola <[email protected]>
197+
* PHPC-203: Result::toArray() should proxy iterator_to_array($this)
198+
199+
2015-03-31 Hannes Magnusson <[email protected]>
200+
* Make sure we install the latest package in case of multiple rebuilds of same name
201+
202+
2015-03-31 Jeremy Mikola <[email protected]>
203+
* Merge pull request #31
204+
205+
2015-03-30 Jeremy Mikola <[email protected]>
206+
* PHPC-214: Result does not need custom iterator classes
207+
208+
2015-03-30 Hannes Magnusson <[email protected]>
209+
* Forcefully install the new archive, even though it exists
210+
211+
2015-03-30 Hannes Magnusson <[email protected]>
212+
* PHPC-216: PHP5.5 change the prototype of get_current_key leading to
213+
214+
2015-03-30 Hannes Magnusson <[email protected]>
215+
* PHPC-216: Include our pem files in the pecl archive
216+
217+
2015-03-30 Hannes Magnusson <[email protected]>
218+
* PHPC-216: Use array(), not [], for PHP5.3 compatibility
219+
220+
2015-03-30 Hannes Magnusson <[email protected]>
221+
* Split release target into release and packaging
222+
223+
2015-03-30 Hannes Magnusson <[email protected]>
224+
* PHPC-218: Provision ubuntu image and install & run the test suite
225+
226+
2015-03-30 Hannes Magnusson <[email protected]>
227+
* No need to sudo, run the scripts as priveleged
228+
229+
2015-03-30 Hannes Magnusson <[email protected]>
230+
* PHPC-216: PHP5.3 test suite fixes
231+
232+
2015-03-30 Hannes Magnusson <[email protected]>
233+
* PHPC-217: Include the connection tests in pecl package
234+
235+
2015-03-30 Hannes Magnusson <[email protected]>
236+
* PHPC-213: Memory alignment issues on FreeBSD
237+
238+
2015-03-30 Hannes Magnusson <[email protected]>
239+
* Fix stability name according to pecl rules
240+
241+
2015-03-30 Hannes Magnusson <[email protected]>
242+
* PHPC-216: PHP5.3 test suite fixes
243+
244+
2015-03-27 Hannes Magnusson <[email protected]>
245+
* Re align
246+
247+
2015-03-27 Hannes Magnusson <[email protected]>
248+
* PHPC-212: undefined symbol: _mongoc_sasl_set_service_host - patch by [email protected]
249+
250+
2015-03-26 Hannes Magnusson <[email protected]>
251+
* Ignore coverage files
252+
253+
2015-03-25 Hannes Magnusson <[email protected]>
254+
* bump version
255+
256+
2015-03-25 Hannes Magnusson <[email protected]>
257+
* Merge pull request #28 from jmikola/phpc-201
258+
259+
2015-03-25 Hannes Magnusson <[email protected]>
260+
* Add 0.3.1 release notes

0 commit comments

Comments
 (0)