Aquileo | Recent changes to bugshttps://sourceforge.net/p/freeassociation/bugs/Recent changes to bugsenMon, 15 Jun 2015 21:30:47 -0000Aquileo | #95 Regression: VTIMEZONE contains a lot of non-used timezone info, what mess with Google Calendar, EWS Calendar, etc ...https://sourceforge.net/p/freeassociation/bugs/95/?limit=25#93f8<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-fixed</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Allen WinterMon, 15 Jun 2015 21:30:47 -0000https://sourceforge.net26e79954a075ef8391bbc8c9f16ab46a24d9333eAquileo | #95 Regression: VTIMEZONE contains a lot of non-used timezone info, what mess with Google Calendar, EWS Calendar, etc ...https://sourceforge.net/p/freeassociation/bugs/95/?limit=25#ff5c<div class="markdown_content"><p>Fixed in the upcoming 2.0 release.</p> <p>By default nothing has changed, but now you have a buildtime and a runtime ability<br /> to switch the behavior from exact to inter-operable VTIMEZONEs.</p> <p>First the buildtime switch. if you want to build libical to use inter-operable VTIMEZONEs<br /> without changing your code, then pass the option -DUSE_INTEROPERABLE_VTIMEZONES=true to cmake.</p> <p>If you are are forced to use a libical that was built without inter-operable VTIMEZONEs as the default,<br /> then you'll need to call icaltzutil_set_exact_vtimezones_support(1) from your application at runtime.</p> <p>You can also query the VTIMEZONE "mode" by calling the icaltzutil_get_exact_vtimezones_support() function.</p> <p>I hope this covers every scenario and now consider this issue closed (well, except for possible silly coding errors I may have made)</p></div>Allen WinterMon, 15 Jun 2015 21:30:33 -0000https://sourceforge.netf39bcd2a1b4de4e716eaecf38b08550672764f6cAquileo | #86 libical messes with timezone, affecting other threadshttps://sourceforge.net/p/freeassociation/bugs/86/?limit=25#1533<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-fixed</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Allen WinterTue, 02 Jun 2015 14:35:45 -0000https://sourceforge.net40f2d0741f7da90c28c4d3d66731437333b90d89Aquileo | #74 Do not escape double quote character " to \" in iCalendar ouhttps://sourceforge.net/p/freeassociation/bugs/74/?limit=25#cf0f<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-fixed</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Allen WinterSat, 20 Sep 2014 14:19:17 -0000https://sourceforge.net949ec8220b4eb7e74dc641861d73d6d17064d865Aquileo | #98 Windows Crash with UTC Timezonshttps://sourceforge.net/p/freeassociation/bugs/98/?limit=25#bed0<div class="markdown_content"><p>Frank,<br /> 2 things:<br /> 1) we moved from sourceforge to github. the new url is github.com/libical/libical<br /> the url for this bug report is now <a href="https://github.com/libical/libical/issues/98" rel="nofollow">https://github.com/libical/libical/issues/98</a></p> <p>2) could you try rebuilding the library. pass the option -DDUSE_BUILTIN_TZDATA=false to cmake then make as normal</p></div>Allen WinterTue, 15 Jul 2014 22:15:39 -0000https://sourceforge.nete84dc713f274e4c48aae09c8d67235f8fe7edd65Aquileo | #96 TZIDs parameters incorrectly parsed if another parameter follows themhttps://sourceforge.net/p/freeassociation/bugs/96/?limit=25#47c9<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-fixed</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Allen WinterTue, 03 Jun 2014 22:53:37 -0000https://sourceforge.netaa33579ec843b3d428cb32f1ec9a2683b66df68cAquileo | #99 src/libical/sspm.c:706: possible bad use of sizeof ?https://sourceforge.net/p/freeassociation/bugs/99/?limit=25#10fc<div class="markdown_content"><ul> <li><strong>status</strong>: open --&gt; closed-accepted</li> <li><strong>Group</strong>: --&gt; </li> </ul></div>Allen WinterSun, 01 Jun 2014 22:03:02 -0000https://sourceforge.nete002a2cd841abe2f31c0848557ce14fa913e01a8Aquileo | #99 src/libical/sspm.c:706: possible bad use of sizeof ?https://sourceforge.net/p/freeassociation/bugs/99/?limit=25#05cf<div class="markdown_content"><p>Here is a patch to resolve this warning. I assume that sspm_header.boundary is a null-terminated string and just use strcmp. If this is not a valid assumption, then the code does need some reworking to store the size of the buffer.</p> <p>This patch also resolves a similar warning in icaltimezone.c.</p></div>Michael GilbertWed, 07 May 2014 01:49:51 -0000https://sourceforge.net575967aa64a3a0abb367c6cdf87daef7b5d25364Aquileo | #96 TZIDs parameters incorrectly parsed if another parameter follows themhttps://sourceforge.net/p/freeassociation/bugs/96/?limit=25#0abc<div class="markdown_content"><p>This should be fixed by this patch: <a href="https://sourceforge.net/p/freeassociation/patches/47/">https://sourceforge.net/p/freeassociation/patches/47/</a></p></div>KentTue, 22 Apr 2014 01:59:18 -0000https://sourceforge.net46c7d32fad6ed029dd4123494d30c8d322327e1eAquileo | src/libical/sspm.c:706: possible bad use of sizeof ?https://sourceforge.net/p/freeassociation/bugs/99/<div class="markdown_content"><p>libical-1.0/src/libical/sspm.c:706:32: warning: 'strncmp' call operates on objects of type 'char' while the size is based on a different type 'char *' <span>[-Wsizeof-pointer-memaccess]</span></p> <div class="codehilite"><pre> <span class="k">if</span><span class="p">(</span><span class="n">strncmp</span><span class="p">((</span><span class="n">line</span><span class="o">+</span><span class="mi">2</span><span class="p">),</span><span class="n">parent_header</span><span class="o">-&gt;</span><span class="n">boundary</span><span class="p">,</span> <span class="k">sizeof</span><span class="p">(</span><span class="n">parent_header</span><span class="o">-&gt;</span><span class="n">boundary</span><span class="p">))</span> <span class="o">==</span> <span class="mi">0</span><span class="p">){</span> </pre></div> <p>Suggest code rework.</p></div>dcbWed, 09 Apr 2014 09:15:09 -0000https://sourceforge.netfac3d8360c01ebad511fe3dcb5274c2b4adef1a6