Skip to content

Commit c8727ce

Browse files
committed
[CI SKIP] Move changelog to markdown
1 parent 3f7d319 commit c8727ce

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

CHANGELOG renamed to CHANGELOG.md

+31-31
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
* 2.1.0 *
1+
## 2.1.0
22

33
* Support RubyInstaller2 for Windows. Fixes #365.
44
* Support the FREETDS_DIR environment variable. Fixes #371.
55

66

7-
* 2.0.0 *
7+
## 2.0.0
88

99
* Stop building FreeTDS as a part of the extension build.
1010

1111

12-
* 1.3.0 *
12+
## 1.3.0
1313

1414
* FreeTDS: Link libgcc statically for Windows. (#351) Fixes #349.
1515

1616

17-
* 1.2.0 *
17+
## 1.2.0
1818

1919
* Use OpenSSL v1.1.0e & FreeTDS v1.00.27 for Windows builds.
2020

2121

22-
* 1.1.0 *
22+
## 1.1.0
2323

2424
* Use rake-compiler-dock v0.6.0
2525
* Handle SYBVARIANT types from SQL function. Fixes #317. Fixed #321.
@@ -30,7 +30,7 @@
3030
* CircleCI & TravisCI both test 2016.
3131

3232

33-
* 1.0.5 *
33+
## 1.0.5
3434

3535
* Windows Static Builds - Use FreeTDS 1.00.15, OpenSSL 1.0.2j.
3636
* Appveyor tests 2012, 2014, 2016.
@@ -40,29 +40,29 @@
4040
* New `:use_utf16` login option. Toggle UCS-2 or UTF-16. Default true.
4141

4242

43-
* 1.0.4 *
43+
## 1.0.4
4444

4545
* Use FreeTDS 1.0 final
4646

4747

48-
* 1.0.3 *
48+
## 1.0.3
4949

5050
* Use FreeTDS 1.0rc5 for cross compile windows gems.
5151
* Ensure we only work with latest FreeTDS v0.95.x or higher.
5252

5353

54-
* 1.0.2 *
54+
## 1.0.2
5555

5656
* Cross compile w/2.3.0 using rake-compiler-dock ~> 0.5.1. Fixes #268 #270.
5757
* Use FreeTDS 1.0rc4 for cross compile windows gems.
5858

5959

60-
* 1.0.1 *
60+
## 1.0.1
6161

6262
* Fix ruby exe's in non-platform gem.
6363

6464

65-
* 1.0.0 *
65+
## 1.0.0
6666

6767
* Tested with FreeTDS 1.0.
6868
* Add emoji support by default using FreeTDS v1.0 in docs.
@@ -86,7 +86,7 @@
8686
* FreeTDS - Remove support for bad iconv.
8787

8888

89-
* 0.7.0 *
89+
## 0.7.0
9090

9191
* Refactor build of FreeTDS & Iconv recipes. Add OpenSSL. Merged #207.
9292
* Ensure zero terminated strings, where C-str pointers are expected. Use StringValueCStr() Fixes #208.
@@ -98,7 +98,7 @@
9898
* Remove Ruby 1.8.6 support. We always use Time vs edge case DateTime.
9999

100100

101-
* 0.6.2 *
101+
## 0.6.2
102102

103103
* Support an optional environment variable to find FreeTDS. Fixes #128.
104104
* Allow Support for 31+ Character Usernames/Passwords. Fixes #134. Thanks @wbond.
@@ -108,12 +108,12 @@
108108
as backups and restores. Fixes #150.
109109

110110

111-
* 0.6.1 *
111+
## 0.6.1
112112

113113
Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
114114

115115

116-
* 0.6.0 *
116+
## 0.6.0
117117

118118
* Use dbsetversion() vs. dbsetlversion. Fixes #62.
119119
* Remove Ruby 1.8 support.
@@ -130,12 +130,12 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
130130
* Raise and handle encoding errors on DB writes. Fixes #89.
131131

132132

133-
* 0.5.1 *
133+
## 0.5.1
134134

135135
* Change how we configure with iconv, basically it is always needed. Fixes #11 & #69.
136136

137137

138-
* 0.5.0 *
138+
## 0.5.0
139139

140140
* Copy mysql2s handling of Time and Datetime so 64bit systems are leveraged. Fixes #46 and #47. Thanks @lsylvester!
141141
* Add CFLAGS='-fPIC' for libtool. Fix TDS version configs in our ports file. Document. Fixes #45
@@ -149,7 +149,7 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
149149
* Do not raise a TinyTds::Error with our message handler unless the severity is greater than 10.
150150

151151

152-
* 0.4.5 *
152+
## 0.4.5
153153

154154
* Includes precompiled Windows binaries for FreeTDS 0.91rc2 & LibIconv. No precompiled OpenSSL yet for Windows to SQL Azure.
155155
* Fixed symbolized unicode column names.
@@ -158,32 +158,32 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
158158
* Change how :host/:port are implemented. Now sending "host:port" to :dataserver.
159159

160160

161-
* 0.4.4 *
161+
## 0.4.4
162162

163163
* New :host/:port connection options. Removes need for freetds.conf file.
164164

165165

166-
* 0.4.3 *
166+
## 0.4.3
167167

168168
* New Client#active? method to check for good connection. Always use this abstract method.
169169
* Better SYBEWRIT "Write to SQL Server failed." error handling. New Client#dead? check.
170170
* Azure tested using latest FreeTDS with submitted patch. https://gist.github.com/889190
171171

172172

173-
* 0.4.2 *
173+
## 0.4.2
174174

175175
* Iconv is a dep only when compiling locally. However, left in the ability to configure
176176
it for native gem installation but you must use
177177
--enable-iconv before using --with-iconv-dir=/some/dir
178178
* Really fix what 0.4.1 was supposed to do, force SYBDBLIB compile.
179179

180180

181-
* 0.4.1 *
181+
## 0.4.1
182182

183183
* Undefine MSDBLIB in case others have explicitly compiled FreeTDS with "MS db-lib source compatibility: yes".
184184

185185

186-
* 0.4.0 *
186+
## 0.4.0
187187

188188
* Allow SYBEICONVI errors to pass thru so that bad data is converted to ? marks.
189189
* Build native deps using MiniPortile [Luis Lavena]
@@ -194,40 +194,40 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
194194
* Look for the syb headers only.
195195

196196

197-
* 0.3.2 *
197+
## 0.3.2
198198

199199
* Small changes while testing JRuby. Using options hash for connect vs many args.
200200

201201

202-
* 0.3.1 *
202+
## 0.3.1
203203

204204
* Fix bad gem build.
205205

206206

207-
* 0.3.0 *
207+
## 0.3.0
208208

209209
* Access stored procedure return codes.
210210
* Make sure dead or not enabled connections are handled.
211211
* Fix bad client after timeout & read from server errors.
212212

213213

214-
* 0.2.3 *
214+
## 0.2.3
215215

216216
* Do not use development ruby/version, but simple memoize an eval check on init to find out, for 1.8.6 reflection.
217217

218218

219-
* 0.2.2 *
219+
## 0.2.2
220220

221221
* Fixed failing test in Ruby 1.8.6. DateTime doesn't support fractional seconds greater than 59.
222222
See: http://redmine.ruby-lang.org/issues/show/1490 [Erik Bryn]
223223

224224

225-
* 0.2.1 *
225+
## 0.2.1
226226

227227
* Compatibility with 32-bit systems. Better cross language testing. [Klaus Gundermann]
228228

229229

230-
* 0.2.0 *
230+
## 0.2.0
231231

232232
* Convert GUID's in a more compatible way. [Klaus Gundermann]
233233
* Handle multiple result sets in command buffer or stored procs. [Ken Collins]
@@ -236,5 +236,5 @@ Use both dbsetversion() vs. dbsetlversion. Partially reverts #62.
236236
* Properly encode column names in 1.9. [Erik Bryn]
237237

238238

239-
* 0.1.0 Initial release!
239+
## 0.1.0 Initial release!
240240

0 commit comments

Comments
 (0)