<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/libical-git.git/src/test, branch vpatch</title>
<subtitle>github.com: libical/libical.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/'/>
<entry>
<title>icaltime_compare wouldn't compare correctly if one time had a zone set and one was a UTC time where is_utc = 1 and zone = NULL.</title>
<updated>2017-01-30T18:31:43+00:00</updated>
<author>
<name>Kent Sutherland</name>
<email>git@ksuther.com</email>
</author>
<published>2017-01-30T18:31:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=855837fbce688d2333e29a745e9e82c2353e85b8'/>
<id>855837fbce688d2333e29a745e9e82c2353e85b8</id>
<content type='text'>
It would not convert the time with a zone to UTC before doing the comparison.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It would not convert the time with a zone to UTC before doing the comparison.</pre>
</div>
</content>
</entry>
<entry>
<title>buildsystem: setup feature_summary for icu, bdb and python3.</title>
<updated>2017-01-06T17:16:12+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-01-06T17:16:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=8eb5cd0be0084e20c6b22620c98207b38b345b71'/>
<id>8eb5cd0be0084e20c6b22620c98207b38b345b71</id>
<content type='text'>
bdb support is built by default if the Berkeley db is found
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bdb support is built by default if the Berkeley db is found
</pre>
</div>
</content>
</entry>
<entry>
<title>libical-glib - document and test recur iterator</title>
<updated>2017-01-05T13:40:16+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2017-01-05T13:40:16+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=a580289ca0cf6043c4f8b6677800b83e253a2827'/>
<id>a580289ca0cf6043c4f8b6677800b83e253a2827</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>icalrecur.c: added icalrecur_iterator_set_start()</title>
<updated>2017-01-01T17:20:27+00:00</updated>
<author>
<name>Ken Murchison</name>
<email>murch@andrew.cmu.edu</email>
</author>
<published>2017-01-01T17:20:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=1f78f9051328a5f7b67eda834e3480e138c8c001'/>
<id>1f78f9051328a5f7b67eda834e3480e138c8c001</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- handle properties which don't have "default" value types</title>
<updated>2016-12-23T21:19:49+00:00</updated>
<author>
<name>Ken Murchison</name>
<email>murch@andrew.cmu.edu</email>
</author>
<published>2016-12-23T21:19:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=2b199ece24d6d05f199d842a831bd8d5102dbbeb'/>
<id>2b199ece24d6d05f199d842a831bd8d5102dbbeb</id>
<content type='text'>
- better handling of multi-valued properties and valid value type checking
- suppress VALUE= parameter on properties when they contain the default value type
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- better handling of multi-valued properties and valid value type checking
- suppress VALUE= parameter on properties when they contain the default value type
</pre>
</div>
</content>
</entry>
<entry>
<title>regression.c: enabled and fixed test for RFC6868 parameter value encoding</title>
<updated>2016-12-23T20:50:23+00:00</updated>
<author>
<name>Ken Murchison</name>
<email>murch@andrew.cmu.edu</email>
</author>
<published>2016-12-23T20:48:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=147bb14084e5a832198ceb73152a95fe9afed66b'/>
<id>147bb14084e5a832198ceb73152a95fe9afed66b</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://git.baserock.org/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>created new DATE-TIME-DATE type for those properties that accept both DATE-TIME and DATE.</title>
<updated>2016-12-20T18:11:50+00:00</updated>
<author>
<name>Ken Murchison</name>
<email>murch@andrew.cmu.edu</email>
</author>
<published>2016-12-20T18:03:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=ed24a7da3493b76d4bfd6f7b17830a7a2a23bf6f'/>
<id>ed24a7da3493b76d4bfd6f7b17830a7a2a23bf6f</id>
<content type='text'>
DATE and DATE-TIME now only accept the proper values (date without time and date with time respectively)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
DATE and DATE-TIME now only accept the proper values (date without time and date with time respectively)
</pre>
</div>
</content>
</entry>
<entry>
<title>libical-glib/component.py, property.py - follow removal of deprecated</title>
<updated>2016-12-19T23:09:27+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-12-19T23:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=0af9cbbde4cfcf9f4bddd5006b9eb46758b9ff69'/>
<id>0af9cbbde4cfcf9f4bddd5006b9eb46758b9ff69</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>minor formatting</title>
<updated>2016-12-19T23:08:46+00:00</updated>
<author>
<name>Allen Winter</name>
<email>allen.winter@kdab.com</email>
</author>
<published>2016-12-19T23:08:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/libical-git.git/commit/?id=d36739e91f8073402ee81683705159f70ec6d3e1'/>
<id>d36739e91f8073402ee81683705159f70ec6d3e1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
