<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/ruby-mysql/PLIST, branch cube-native-xorg</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=cube-native-xorg'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2008-06-19T14:42:24Z</updated>
<entry>
<title>Switch to use vendor_dir with Ruby 1.8.7.</title>
<updated>2008-06-19T14:42:24Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2008-06-19T14:42:24Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=bc6a8075110b661aa4b98da4a7b144b1624f35bb'/>
<id>urn:sha1:bc6a8075110b661aa4b98da4a7b144b1624f35bb</id>
<content type='text'>
Bump PKGREVISION.</content>
</entry>
<entry>
<title>Sort PLIST.</title>
<updated>2006-09-07T15:51:25Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2006-09-07T15:51:25Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=39a1b534b37d93d9f4413d07f6e65a8ad7fb66ec'/>
<id>urn:sha1:39a1b534b37d93d9f4413d07f6e65a8ad7fb66ec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-mysql package to 2.6.  (not security fix but leaf pacakge.)</title>
<updated>2005-06-12T15:23:03Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2005-06-12T15:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=242948577ce208a89aaa57e1bbd5daa1ee88314c'/>
<id>urn:sha1:242948577ce208a89aaa57e1bbd5daa1ee88314c</id>
<content type='text'>
pkgsrc changes:
- Change HOMEPAGE in English.
- Add style sheet to installed documents.

distribution changes:

2005-04-25: version 2.6

	* add constants for Mysql#option(): Mysql::OPT_PROTOCOL,
	  Mysql::OPT_READ_TIMEOUT, Mysql::OPT_WRITE_TIMEOUT,
	  Mysql::SET_CHARSET_DIR, Mysql::SET_CHARSET_NAME,
	  Mysql::SHARED_MEMORY_BASE_NAME, Mysql::SECURE_AUTH
	* add methods: Mysql#more_results?(), Mysql#next_result(),
	  Mysql#set_server_option(), Mysql#sqlstate()
	* add constants for Mysql#connect(): Mysql::CLIENT_MULTI_STATEMENTS,
	  Mysql::CLIENT_MULTI_RESULTS
	* add constants for Mysql#set_server_option():
	  Mysql::OPTION_MULTI_STATEMENTS_ON, Mysql::OPTION_MULTI_STATEMENTS_OFF
	* add Mysql#query() with block
	* add Mysql#reconnect(), Mysql#reconnect=()
	* When connection was closed, it don't try to reconnect by default.

2005-02-12: version 2.5.2

	* BUG: Mysql#connect make object to not close. (Thanks Andres Salomon)</content>
</entry>
<entry>
<title>Switch to use RUBY_DLEXT as suffix of extention library.</title>
<updated>2004-12-04T17:20:46Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2004-12-04T17:20:46Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=05a0ff5ab1a4eeee412cce91a59c508da718610e'/>
<id>urn:sha1:05a0ff5ab1a4eeee412cce91a59c508da718610e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update ruby-mysql package to 2.5.1 migrating to use new framework</title>
<updated>2004-11-27T15:45:57Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2004-11-27T15:45:57Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=30b0cd4038daed99bf29e734246412126b3513c6'/>
<id>urn:sha1:30b0cd4038daed99bf29e734246412126b3513c6</id>
<content type='text'>
for Ruby packages.

2004-09-20
    version 2.5.1
        * add Mysql#set_ssl().

2004-08-31
    version 2.5
        * correspond to MySQL 4.1.x.
        * change MysqlRes, MysqlField, MysqlError to Mysql::Result,
	  Mysql::Field, Mysql::Error.
        * add Mysql.client_version(), Mysql.get_client_version(),
	  Mysql#client_version(), Mysql#get_client_version(),
	  Mysql#server_version(), Mysql#get_server_version(),
	  Mysql#warning_count(), Mysql#commit(), Mysql#rollback(),
	  Mysql#autocommit().
        * add Mysql::Field#is_not_null?(), Mysql::Field#is_pri_key?(),
	  Mysql::Field#is_num?().
        * add MysqlField::TYPE_VAR_STRING.</content>
</entry>
<entry>
<title>Importing ruby-mysql package, extension library to access a MySQL database</title>
<updated>2002-01-27T15:17:35Z</updated>
<author>
<name>taca</name>
<email>taca@pkgsrc.org</email>
</author>
<published>2002-01-27T15:17:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=661ee2286484bf6035f5ac42434b32c32fd8d2e6'/>
<id>urn:sha1:661ee2286484bf6035f5ac42434b32c32fd8d2e6</id>
<content type='text'>
from Ruby.

Based on PR pkg/14302 with slightly modification and newer version, 2.4.2.</content>
</entry>
</feed>
