<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libical-git.git/src/python, branch fixthreading</title>
<subtitle>github.com: libical/libical.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/'/>
<entry>
<title>src/python/Collection.py, src/python/Component.py - reduce calls to len()</title>
<updated>2018-01-21T17:47:16+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-12-19T20:39:28+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=472936612e2ee89e5f8d608cf93d8ffc3e92a12c'/>
<id>472936612e2ee89e5f8d608cf93d8ffc3e92a12c</id>
<content type='text'>
Issue#322
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Issue#322
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'master' into remove-is_utc</title>
<updated>2017-10-02T00:46:59+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2017-10-02T00:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=9b1d3f20be51498c971676d398f2403d8dca2194'/>
<id>9b1d3f20be51498c971676d398f2403d8dca2194</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Relicense to MPL 2.0 instead of MPL 1.0</title>
<updated>2017-05-07T21:07:02+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-05-07T21:07:02+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=878f1ea29a9d8999979c9acbf3f6a6b2f7132974'/>
<id>878f1ea29a9d8999979c9acbf3f6a6b2f7132974</id>
<content type='text'>
fix urls. make source license headers consistent
GNU "Lesser" vs. GNU "Library"
etc.

issue: #297
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fix urls. make source license headers consistent
GNU "Lesser" vs. GNU "Library"
etc.

issue: #297
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed reference to is_utc in Python wrapper.</title>
<updated>2017-02-12T23:43:00+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2017-02-12T23:43:00+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=d15c9cc5d8059661b4469d918f6b68ee0873f9a8'/>
<id>d15c9cc5d8059661b4469d918f6b68ee0873f9a8</id>
<content type='text'>
This is going to cause bugs in the Python wrapper, as it doesn't support setting time zones.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is going to cause bugs in the Python wrapper, as it doesn't support setting time zones.</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup remaining comments about functions we decided not to deprecate.</title>
<updated>2017-01-01T16:04:18+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-01-01T16:04:18+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=e7b0e8515257754fed0bb4d99e84a58e129ac3ff'/>
<id>e7b0e8515257754fed0bb4d99e84a58e129ac3ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title> * Signature changed for functions:</title>
<updated>2016-12-21T23:21:23+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-12-21T23:21:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=59cbd599c0b22c2ba2e1b2ed4778f30ca0de40f4'/>
<id>59cbd599c0b22c2ba2e1b2ed4778f30ca0de40f4</id>
<content type='text'>
    + VObject *Parse_MIME_FromFileName(const char *fname)
    + icalgauge *icalgauge_new_from_sql(const char *sql, int expand)
    + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep)
    + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep)
    + void set_zone_directory(const char *path)
    + icalcalendar *icalcalendar_new(const char *dir)
    + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array)

issue#276
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
    + VObject *Parse_MIME_FromFileName(const char *fname)
    + icalgauge *icalgauge_new_from_sql(const char *sql, int expand)
    + const char *icallangbind_property_eval_string(icalproperty *prop, const char *sep)
    + const char *icallangbind_property_eval_string_r(icalproperty *prop, const char *sep)
    + void set_zone_directory(const char *path)
    + icalcalendar *icalcalendar_new(const char *dir)
    + int icalrecur_expand_recurrence(const char *rule, time_t start, int count, time_t *array)

issue#276
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'libical/master' into remove-deprecated</title>
<updated>2016-12-19T00:04:44+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2016-12-19T00:04:44+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=819492803612921ba54acbf04939dfcc52bbd880'/>
<id>819492803612921ba54acbf04939dfcc52bbd880</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>make public: icalparameter_get|set_parent, icalproperty_set_parent, icalvalue_get_parent</title>
<updated>2016-12-18T22:04:41+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-12-18T22:04:41+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=eaba44764da5532b4a08ca80e66867c367611409'/>
<id>eaba44764da5532b4a08ca80e66867c367611409</id>
<content type='text'>
issue#272
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
issue#272
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated icaltime_start_doy_of_week</title>
<updated>2016-12-18T19:19:15+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2016-12-18T19:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=ac016d6a5c3d9a1c699d5520cde13476a27d6c8a'/>
<id>ac016d6a5c3d9a1c699d5520cde13476a27d6c8a</id>
<content type='text'>
Use icaltime_start_doy_week instead.
The generated SWIG interface in Net-ICal-Libical hasn't been regenerated.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use icaltime_start_doy_week instead.
The generated SWIG interface in Net-ICal-Libical hasn't been regenerated.</pre>
</div>
</content>
</entry>
<entry>
<title>Remove deprecated icalproperty_string_to_enum.</title>
<updated>2016-12-18T19:03:32+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2016-12-18T18:53:34+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/libical-git.git/commit/?id=60ddb516a50f88a289a01922fdd466aaf1725286'/>
<id>60ddb516a50f88a289a01922fdd466aaf1725286</id>
<content type='text'>
Use icalproperty_kind_and_string_to_enum instead.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use icalproperty_kind_and_string_to_enum instead.</pre>
</div>
</content>
</entry>
</feed>
