1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918
|
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="https://www.w3.org/1999/xhtml">
<head>
<title>Raptor RDF Syntax Library - News</title>
</head>
<body>
<h1 style="text-align:center">Raptor RDF Syntax Library - News</h1>
<h2 id="D2023-03-01-V2.0.16">2023-03-01 Raptor2 Version 2.0.16 Released</h2>
<p>
Fixes <a href="https://nvd.nist.gov/vuln/detail/CVE-2017-18926">CVE-2017-18926</a> and <a href="https://nvd.nist.gov/vuln/detail/CVE-2020-25713">CVE-2020-25713</a><br />
Multiple Appveyor Windows and CMake build fixes by <a href="https://github.com/0u812">0u812</a>. (Note: the resulting binaries and libraries were not tested on Windows)<br />
Turtle parser now reads input in chunks so can handle huge files. Patch by Sebastian Freundt<br />
Added a serializer for the <a href="http://contextknowledgesystems.org/CKS.html">mKR</a> language. Patch by Richard H. McCullough.<br />
Rapper utility now counts triples using longs<br />
Several smaller portability fixes for OpenBSD and cross building
</p>
<p>See the <a href="RELEASE.html#rel2_0_16">Raptor2 2.0.16 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2014-11-01-V2.0.15">2014-11-01 Raptor2 Version 2.0.15 Released</h2>
<p>Made several fixes to Turtle / N-Triples family of parsers and serializers<br />
Added utility functions for re-entrant sorting of objects and sequences.<br />
Made other fixes and improvements including fixing reported issues:
<a href="https://bugs.librdf.org/mantis/view.php?id=574">0000574</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=575">0000575</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=576">0000576</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=577">0000577</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=579">0000579</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=581">0000581</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=584">0000584</a>.
</p>
<p>See the <a href="RELEASE.html#rel2_0_15">Raptor2 2.0.15 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2014-05-05-V2.0.14">2014-05-05 Raptor2 Version 2.0.14 Released</h2>
<p>Many code quality fixes from clang and coverity primarily in error
path cleanups (oom) and dead code.<br />
Fixed Turtle 1.1 parser about triple quoting alignment with SPARQL<br />
A few internal changes.
</p>
<p>See the <a href="RELEASE.html#rel2_0_14">Raptor2 2.0.14 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2014-01-29-V2.0.13">2013-01-29 Raptor2 Version 2.0.13 Released</h2>
<p>Fix configure not finding curl when curl-config --cflags is empty<br />
Fixed reported <a href="https://bugs.librdf.org/">issue</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=562">0000562</a>.
</p>
<p>See the <a href="RELEASE.html#rel2_0_13">Raptor2 2.0.13 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2013-12-13-V2.0.12">2013-12-13 Raptor2 Version 2.0.12 Released</h2>
<p>N-Triples / N-Quads parser updated to pass all the RDF 1.1 2013 tests<br />
Added raptor_new_term_from_counted_string()
</p>
<p>See the <a href="RELEASE.html#rel2_0_12">Raptor2 2.0.12 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2013-11-24-V2.0.11">2013-11-24 Raptor2 Version 2.0.11 Released</h2>
<p>
Completed support for <a href="https://www.w3.org/TR/2013/CR-n-triples-20131105/">RDF 1.1 N-Triples</a> (aka N-Triples 2013)<br />
Added a few new API calls<br />
Made several build, portability and configuration improvements<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=554">0000554</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=556">0000556</a>.
</p>
<p>See the <a href="RELEASE.html#rel2_0_11">Raptor2 2.0.11 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2013-08-27-V2.0.10">2013-07-27 Raptor2 Version 2.0.10 Released</h2>
<p>
Completed support for <a href="https://www.w3.org/TR/2013/CR-turtle-20130219/">Turtle Terse RDF Triple Language</a> W3C Candidate Recommendation 19 February 2013 (Turtle 2013)<br />
Added support for <a href="https://www.w3.org/TR/2013/NOTE-n-triples-20130409/">N-Triples</a> W3C Working Group Note 09 April 2013 (N-Triples 2013)<br />
Added a few new Turtle and N-Triples support functions<br />
Update configure to better handle mixed <code>pkg-config</code> settings<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=532">0000532</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=535">0000535</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=545">0000545</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=548">0000548</a>
</p>
<p>See the <a href="RELEASE.html#rel2_0_10">Raptor2 2.0.10 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2013-02-26-V2.0.9">2013-02-26 Raptor2 Version 2.0.9 Released</h2>
<p>
Added full parsing and serializing support for <a href="https://www.w3.org/TR/2013/CR-turtle-20130219/">Turtle Terse RDF Triple Language</a> W3C Candidate Recommendation 19 February 2013<br />
Added CMake build framework for building Raptor on Microsoft (Daniel Richard G.)<br />
Made a few minor fixes and improvements<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=499">0000499</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=508">0000508</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=520">0000520</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=521">0000521</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=526">0000526</a>
</p>
<p>See the <a href="RELEASE.html#rel2_0_9">Raptor2 2.0.9 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2012-06-24-V2.0.8">2012-06-24 Raptor2 Version 2.0.8 Released</h2>
<p>
Added support for <a href="https://www.w3.org/TR/2012/REC-rdfa-core-20120607/">RDFa 1.1</a> via updated <a href="https://github.com/rdfa/librdfa">librdfa</a><br />
Multiple portability fixes for Windows and Solarises. (Daniel Richard G.)<br />
Multiple minor fixes and improvements<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=381">0000381</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=487">0000487</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=505">0000505</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=507">0000507</a>
</p>
<p>See the <a href="RELEASE.html#rel2_0_8">Raptor2 2.0.8 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2012-03-22-V2.0.7">2012-03-22 Raptor2 Version 2.0.7 Released</h2>
<p>CVE-2012-0037 fixed<br />
Removed Expat support<br />
Removed internal Unicode NFC code for better and optional <a href=https://icu.unicode.org">ICU</a><br />
Added options for denying file requests and XML entity loading<br />
Added options for SSL certificate verifying<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=448">0000448</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=469">0000469</a>
</p>
<p>See the <a href="RELEASE.html#rel2_0_7">Raptor2 2.0.7 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-11-27-V2.0.6">2011-11-27 Raptor2 Version 2.0.6 Released</h2>
<p>
Fixed expat support which was broken in 2.0.5<br />
Handle libCurl SSL options before 7.16.4 (2007)<br />
Add a few sequence utility methods for sort, reverse and permute<br />
</p>
<p>See the <a href="RELEASE.html#rel2_0_6">Raptor2 2.0.6 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-11-14-V2.0.5">2011-11-14 Raptor2 Version 2.0.5 Released</h2>
<p>All parsers and serializers use the <a href="https://www.w3.org/ns/formats/">W3C Format URIs</a> as their primary URI<br />
N-Quads parser can now handle optional context/graph URI<br />
Turtle serializer uses official <em>text/turtle</em> mime type<br />
Added some additional UTF-8 and snprintf utility functions<br />
No longer needs math functions trunc, lround and round.<br />
Several internal code style fixes and cleanups<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=465">0000465</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=476">0000476</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=479">0000479</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=481">0000481</a>.
</p>
<p>See the <a href="RELEASE.html#rel2_0_5">Raptor2 2.0.5 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-07-25-V2.0.4">2011-07-25 Raptor2 Version 2.0.4 Released</h2>
<p>RDF/JSON parser now supports <a href="http://lloyd.github.com/yajl/">YAJL</a> V2<br />
Support libcurl 7.21.7 that removed the curl/types.h header<br />
TRiG parser now supports the optional ':' in 'uri : { }' syntax<br />
WWW module now supports setting SSL client side certificates<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=308">0000308</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=449">0000449</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=451">0000451</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=455">0000455</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=456">0000456</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=457">0000457</a>
</p>
<p>See the <a href="RELEASE.html#rel2_0_4">Raptor2 2.0.4 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-06-01-V2.0.3">2011-06-01 Raptor2 Version 2.0.3 Released</h2>
<p>Added a <code>raptor2.h</code> header<br />
Turtle / TRiG parser improvements for larger documents<br />
Fixes from LLVM <a href="http://clang-analyzer.llvm.org/">clang</a> static code analyzer<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=437">0000437</a>.
</p>
<p>See the <a href="RELEASE.html#rel2_0_3">Raptor2 2.0.3 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-03-20-V2.0.2">2011-03-20 Raptor2 Version 2.0.2 Released</h2>
<p>Fixed a too strict version checking bug in <code>raptor_new_world()</code>
</p>
<p>See the <a href="RELEASE.html#rel2_0_2">Raptor2 2.0.2 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-03-20-V2.0.1">2011-03-20 Raptor Version 2.0.1 Released</h2>
<p><b>DO NOT USE</b>. Use 2.0.2 which fixes a too strict version
checking bug in <code>raptor_new_world()</code><br />
Some minor fixes:<br />
The N-Quads serializer was fixed to output the graph name correctly<br />
The RDFa parser built with librdfa can now be linked with the standard librdfa<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=416">0000416</a>.
</p>
<p>See the <a href="RELEASE.html#rel2_0_1">Raptor 2.0.1 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2011-01-03-V2.0.0">2011-01-03 Raptor Version 2.0.0 Released</h2>
<p>Raptor 2 final release<br />
Some minor API changes since the last beta.<br />
Fixed reported <a href="https://bugs.librdf.org/">issue</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=405">0000405</a>.
</p>
<p>The <a href="https://librdf.org/raptor/api/">Raptor 2 API reference manual</a>
section on
<a href="https://librdf.org/raptor/api/raptor-changes.html">Changes between raptor 1.4.21 and 2.0.0</a>
provides detailed function, macro, enum and type changes.
The <a href="UPGRADING.html">upgrading document</a>
explains how to upgrade existing Raptor V1 code to the new APIs.
</p>
<p>See the <a href="RELEASE.html#rel2_0_0">Raptor 2.0.0 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2010-12-01-V1.9.1">2010-12-01 Raptor Version 1.9.1 Released</h2>
<p>Raptor 2 second beta release with some API changes. 2.0.0 final expected next.<br />
Improved the V1 to V2 upgrading script<br />
raptor_new_world() checks Raptor header and library are consistent<br />
Constructors now validate the world pointer is from Raptor V2<br />
Added an N-Quads parser<br />
Added and removed a few API calls<br />
Fixed a few bugs including reported issue
<a href="https://bugs.librdf.org/mantis/view.php?id=402">0000402</a>
</p>
<p>The <a href="https://librdf.org/raptor/api/">Raptor 2 API reference manual</a>
section on
<a href="https://librdf.org/raptor/api/raptor-changes.html">Changes between raptor 1.4.21 and 1.9.1</a>
provides detailed function, macro, enum and type changes.
The <a href="UPGRADING.html">upgrading document</a>
explains how to upgrade existing Raptor V1 code to the new APIs.
</p>
<p>See the <a href="RELEASE.html#rel1_9_1">Raptor 1.9.1 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2010-08-16-V1.9.0">2010-08-16 Raptor Version 1.9.0 Released</h2>
<p>Raptor 2 first beta release. There may be changes before a stable 2.0.0 API<br />
Removed all deprecated functions and typedefs.<br />
Renamed all functions to the standard <code>raptor_</code><em>class</em><code>_</code><em>method</em> form.<br />
All constructors take a <code>raptor_world</code> argument.<br />
URIs are interned and there is no longer a swappable implementation.<br />
Statement is now an array of 3-4 RDF Terms to support triples and quads.<br />
World object owns logging, blank node ID generation and describing syntaxes.<br />
Features are now called options and have typed values.<br />
GRDDL parser now saves and restores shared libxslt state.<br />
Added serializers for HTML 'html' and N-Quads 'nquads'.<br />
Added parser 'json' for JSON-Resource centric and JSON-Triples.<br />
Switched to GIT version control <a href="https://github.com/dajobe/raptor">hosted by GitHub</a>.<br />
Added memory-based AVL-Tree to the public API.<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=357">0000357</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=361">0000361</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=369">0000369</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=370">0000370</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=373">0000373</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=379">0000379</a>
</p>
<p>The <a href="https://librdf.org/raptor/api/">Raptor 2 API reference manual</a>
section on
<a href="https://librdf.org/raptor/api/raptor-changes.html">Changes between raptor 1.4.21 and 1.9.0</a>
provides detailed function and type changes.
The <a href="UPGRADING.html">upgrading document</a>
explains how to upgrade existing Raptor V1 code to the new APIs.
</p>
<p>See the <a href="RELEASE.html#rel1_9_0">Raptor 1.9.0 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2010-01-30-V1.4.21">2010-01-30 Raptor Version 1.4.21 Released</h2>
<p>This is a bug fix only release with no new features. New development has moved to raptor 2 where a planned ABI and API break is underway.<br />
RDFa parser buffer management problems were fixed<br />
Turtle parser and serializer now use QNames correctly against specification<br />
RDF/XML parser now resets correctly to detect duplicate rdf:IDs<br />
Made a few other minor bug and build fixes<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=318">0000318</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=319">0000319</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=326">0000326</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=331">0000331</a>,
<a href="https://bugs.librdf.org/mantis/view.php?id=332">0000332</a> and
<a href="https://bugs.librdf.org/mantis/view.php?id=337">0000337</a>
</p>
<p>See the <a href="RELEASE.html#rel1_4_21">Raptor 1.4.21 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2009-11-28-V1.4.20">2009-11-28 Raptor Version 1.4.20 Released</h2>
<p>
Turtle serializing performance improvement by Chris Cannam<br />
librdfa RDFa parser updates to fix empty <code>datatype</code>, <code>xml:lang</code> and 1-char prefixes by Manu Sporny<br />
Fix a crash when the GRDDL parser reported errors<br />
Enable large file support for 32-bit systems<br />
Several resilience improvements by Lauri Aalto<br />
Other minor portability and bug fixes<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>:
<a href="https://bugs.librdf.org/mantis/view.php?id=305">0000306</a>
<a href="https://bugs.librdf.org/mantis/view.php?id=307">0000307</a>
<a href="https://bugs.librdf.org/mantis/view.php?id=310">0000310</a>
and <a href="https://bugs.librdf.org/mantis/view.php?id=312">0000312</a>.
</p>
<p>See the <a href="RELEASE.html#rel1_4_20">Raptor 1.4.20 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2009-07-19-V1.4.19">2009-07-19 Raptor Version 1.4.19 Released</h2>
<p>
Many improvements to RSS tag soup (RSSes and Atom) parser and the RSS 1.0 and Atom serializers<br />
Several fixes and improvements to the N-Triples, RDFa and RDF/XML parsers and Turtle serializer<br />
Improved the use and configuration of static libxml functions for better compatibility<br />
Several Win32 portability fixes - Lou Sakey<br />
Many internal changes for upcoming Raptor V2 - primarily by Lauri Aalto<br />
Many other fixes and resilience improvements.<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=259">0000259</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=262">0000262</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=263">0000263</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=266">0000266</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=269">0000269</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=270">0000270</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=276">0000276</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=277">0000277</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=287">0000287</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=288">0000288</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=289">0000289</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=290">0000290</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=293">0000293</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=296">0000296</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=299">0000299</a> and <a href="https://bugs.librdf.org/mantis/view.php?id=303">0000303</a>.
</p>
<p><strong>WARNING: FUTURE ABI and API CHANGES.</strong> The next
release of raptor 1.4.x will include bug fixes only and no new
features. New development will move to raptor 2 where a planned ABI
and API break will happen. There may be preview releases of raptor 2
with 1.9.x numbering.</p>
<p>See the <a href="RELEASE.html#rel1_4_19">Raptor 1.4.19 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2008-06-25-V1.4.18">2008-06-25 Raptor Version 1.4.18 Released</h2>
<p>
Added an <a href="https://www.w3.org/TR/2008/CR-rdfa-syntax-20080620/">RDFa</a> parser using an embedded version of <a href="http://rdfa.digitalbazaar.com/librdfa/">librdfa</a> by Manu Sporny of <a href="http://www.digitalbazaar.com/">Digital Bazaar</a>.<br />
Added an Atom 1.0 (<a href="http://www.ietf.org/rfc/rfc4287.txt">RFC 4287</a>) serializer with several output parameters.<br />
Improved RSS 1.0 serializer functionality and resilience.<br />
Added new API methods for qname, serializer, sequence and XML writer classes.<br />
Many other fixes and resilience improvements.<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=186">0000186</a> and <a href="https://bugs.librdf.org/mantis/view.php?id=255">0000255</a>.
</p>
<p>See the <a href="RELEASE.html#rel1_4_18">Raptor 1.4.18 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2008-03-30-V1.4.17">2008-03-30 Raptor Version 1.4.17 Released</h2>
<p>Added two new JSON serializers: resource-centric 'json'
(Talis <a href="http://n2.talis.com/wiki/RDF_JSON_Specification">RDF/JSON</a>)
and triple-centric 'json-triples'<br />
Added a new public XML <a href="https://librdf.org/raptor/api/raptor-section-sax2.html">SAX2 API class</a><br />
Added a new error handling structure<br />
Made the <a href="https://librdf.org/raptor/api/raptor-section-iostream.html">I/O Stream class</a> support reading<br />
Added several new API methods.<br />
Made several fixes, portability and resilience improvements.<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=252">0000252</a> and <a href="https://bugs.librdf.org/mantis/view.php?id=245">0000245</a>.
</p>
<p>See the <a href="RELEASE.html#rel1_4_17">Raptor 1.4.17 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2007-10-01-V1.4.16">2007-10-01 Raptor Version 1.4.16 Released</h2>
<p>100% support for the <a href="https://www.w3.org/TR/2007/REC-grddl-20070911/">GRDDL W3C Recommendation of 2007-09-11</a><br />
<a href="https://www.dajobe.org/2004/01/turtle/">Turtle</a> parser and serializer were updated to support <code>@base</code> from Turtle 2007-09-11.<br />
Turtle and RDF/XML serializers had performance improvements for large graphs.<br />
Added a TRiG Parser based on Turtle with named graph support.<br />
Several other API changes, fixed and improvements were made.<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=0000188">0000188</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000192">0000192</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000194">0000194</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000195">0000195</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000207">0000207</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000210">0000210</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000214">0000214</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000216">0000216</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000217">0000217</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000232">0000232</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000237">0000237</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000238">0000238</a> and <a href="https://bugs.librdf.org/mantis/view.php?id=0000239">0000239</a><br />
Many other fixes and improvements.
</p>
<p>See the <a href="RELEASE.html#rel1_4_16">Raptor 1.4.16 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2007-03-26-V1.4.15">2007-03-26 Raptor Version 1.4.15 Released</h2>
<p>GRDDL parser substantially updated to support the
<a href="https://www.w3.org/TR/2007/WD-grddl-20070302/">GRDDL W3C Working Draft 2 March 2007</a><br />
Errors for XML parsing and URI 404s are reported much better<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=0000174">0000174</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000177">0000177</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000178">0000178</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000180">0000180</a><br />
Many other minor fixes and improvements.
</p>
<p>See the <a href="RELEASE.html#rel1_4_15">Raptor 1.4.15 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2007-01-31-V1.4.14">2007-01-31 Raptor Version 1.4.14 Released</h2>
<p>New <a href="https://www.dajobe.org/2004/01/turtle/">Turtle</a>
serializer by <a href="http://codeson.net/">Dave Robillard</a> based on the existing RDF/XML-Abbrev serializer.<br />
New GraphViz <a href="http://www.graphviz.org/doc/info/lang.html">DOT format</a>
serializer by Evan Nemerson.<br />
GRDDL parser now does namespace and profile URI recursion and
has other improvements and fixes.<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=32">0000032</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=141">0000141</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=143">0000143</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=148">0000148</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=155">0000155</a> and <a href="https://bugs.librdf.org/mantis/view.php?id=157">0000157</a><br />
Many other fixes and improvements.
</p>
<p>See the <a href="RELEASE.html#rel1_4_14">Raptor 1.4.14 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2006-10-22-V1.4.13">2006-10-22 Raptor Version 1.4.13 Released</h2>
<p>Fixed a memory leak in reusing the XML writer<br />
Fixed reported issues: <a href="https://bugs.librdf.org/mantis/view.php?id=134">0000134</a><br />
Minor updates and fixes to tutorial, configuration and build
</p>
<p>See the <a href="RELEASE.html#rel1_4_13">Raptor 1.4.13 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2006-08-27-V1.4.12">2006-08-27 Raptor Version 1.4.12 Released</h2>
<p>Restore serializer enumeration ordering back to that of 1.4.10
which was causing Redland problems when writing type 'application/rdf+xml'.
</p>
<p>See the <a href="RELEASE.html#rel1_4_12">Raptor 1.4.12 Release Notes</a>
for the gory details.</p>
<h2 id="D2006-08-26-V1.4.11">2006-08-26 Raptor Version 1.4.11 Released</h2>
<p>
Added network request filtering for parsers<br />
Improved the GRDDL parser to read <a href="http://research.talis.com/2005/erdf/wiki/Main/RdfInHtml">Embedded RDF</a> and <a href="http://microformats.org/wiki/hcalendar">HCalendar</a><br />
The Guess parser can now be reused to do multiple guesses<br />
The RSS 1.0 Serializer now works again<br />
Fixed reported <a href="https://bugs.librdf.org/">issues</a>: <a href="https://bugs.librdf.org/mantis/view.php?id=0000014">0000014</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000041">0000041</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000089">0000089</a>, <a href="https://bugs.librdf.org/mantis/view.php?id=0000091">0000091</a> , <a href="https://bugs.librdf.org/mantis/view.php?id=0000110">0000110</a> and <a href="https://bugs.librdf.org/mantis/view.php?id=0000112">0000112</a><br />
Made several other changes, fixes and improvements.
</p>
<p>See the <a href="RELEASE.html#rel1_4_11">Raptor 1.4.11 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2006-07-14-V1.4.10">2006-07-14 Raptor Version 1.4.10 Released</h2>
<p>
Fixed a crash with RSS Tag Soup parser generating triples too late<br />
Fixed a crash with the RDF/XML parser and serializer if a comment was seen outside an element<br />
Parsers no longer generate any triple parts of type <code>RAPTOR_IDENTIFIER_TYPE_ORDINAL</code><br />
</p>
<p>See the <a href="RELEASE.html#rel1_4_10">Raptor 1.4.10 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2006-04-22-V1.4.9">2006-04-22 Raptor Version 1.4.9 Released</h2>
<p>
<a href="https://librdf.org/raptor/api/tutorial.html">Raptor Tutorial</a> added covering parsing and serializing with examples<br />
<a href="https://librdf.org/raptor/api/reference-manual.html">Raptor Reference Manual</a> now covers 100% of the public API<br />
<code>rapper</code> can now pretty-print RDF using namespaces as hints<br />
<a href="https://www.dajobe.org/2004/01/turtle/">Turtle</a> parser gains boolean literals<br />
Requests for content now send appropriate <code>Accept:</code> headers<br />
No longer require libxml for rss-tag-soup parser<br />
Various Win32 fixes and VC build files updates (John Barstow)<br />
Many other bug fixes and changes were made.
</p>
<p>NOTE:
Generation of <code>RAPTOR_IDENTIFIER_TYPE_PREDICATE</code>
was removed as deprecated in 1.4.8.
</p>
<p>See the <a href="RELEASE.html#rel1_4_9">Raptor 1.4.9 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2006-01-03-V1.4.8">2006-01-03 Raptor Version 1.4.8 Released</h2>
<p>RSS Tag Soup parser now reads Atom 1.0 and rewrites old Atom 0.3 terms<br />
Added a <em>guess</em> parser that picks the parser to use based on protocol information such as HTTP <code>Content-Type</code><br />
Created an enhanced API reference manual with <code>gtk-doc</code><br />
Serializers to build can now be selected at configure time<br />
Parsers can now return the namespace prefix/URIs seen in parsing<br />
Turtle parser update to version 2006-01-02
(<a href="https://www.dajobe.org/2004/01/turtle/">announcement</a>)<br />
Fix for URI resolution bugs (win32 fix by John Barstow)<br />
Several parser bug fixes for RDF/XML, RSS and GRDDL<br />
RDF/XML serializers and XML writer can write XML 1.0 or XML 1.1<br />
Added an alpha Atom 1.0 serializer<br />
Added an Adobe XMP (RDF/XML profile) serializer<br />
Internal source reorganisation<br />
Many other changes, fixes and improvements.
</p>
<p><strong>NOTE</strong>: Raptor will be switching to use
<a href="http://subversion.tigris.org/">Subversion</a>
for version control after the 1.4.8 release.
See the <a href="http://svn.librdf.org/">Redland Subversion site</a>
or the online
<a href="https://librdf.org/raptor/INSTALL.html">Raptor installation notes</a>
for the latest information.
</p>
<p>See the <a href="RELEASE.html#rel1_4_8">Raptor 1.4.8 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2005-06-08-V1.4.7">2005-06-08 Raptor Version 1.4.7 Released</h2>
<p>Fix crashes in the RSS tag soup parser / serializer (Suzan Foster)<br />
Fix a crash in the RDF/XML serializers with bad URI predicates.
</p>
<p>See the <a href="RELEASE.html#rel1_4_7">Raptor 1.4.7 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2005-05-19-V1.4.6">2005-05-19 Raptor Version 1.4.6 Released</h2>
<p>Added a <a href="https://www.w3.org/2004/01/rdxh/spec">Gleaning Resource Descriptions from Dialects of Languages (GRDDL)</a> parser for reading XHTML and XML as RDF triples<br />
Updated RSS enclosures support in RSS tag soup parser and RSS 1.0 serializer (Suzan Foster)<br />
Fixed several crashes with RSS tag soup parser, RDF/XML-abbrev serializer.<br />
The turtle parser now accepts """long literals"""
</p>
<p>See the <a href="RELEASE.html#rel1_4_6">Raptor 1.4.6 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2005-02-06-V1.4.5">2005-02-06 Raptor Version 1.4.5 Released</h2>
<p>Added an <em>RDF/XML with abbreviations</em> serializer (Steve Shepard)<br />
Handle <a href="http://inamidst.com/rss1.1/">RSS 1.1</a> in RSS tag soup parser<br />
More fixes for broken OSX libxml2
</p>
<p>See the <a href="RELEASE.html#rel1_4_5">Raptor 1.4.5 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2005-01-15-V1.4.4">2005-01-15 Raptor Version 1.4.4 Released</h2>
<p>Fixed crashes in RSS tag soup parser and RSS 1.0 serializer<br />
Handle RSS 0.9 namespace in RSS tag soup parser<br />
Portability fixes for Win32 (Dave Viner)
</p>
<p>See the <a href="RELEASE.html#rel1_4_4">Raptor 1.4.4 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2005-01-03-V1.4.3">2005-01-03 Raptor Version 1.4.3 Released</h2>
<p>New XML Writer API<br />
Improved RDF/XML serializer allowing user namespace declarations
and writing relative URIs where possible<br />
New <a href="http://purl.org/rss/1.0/spec">RSS 1.0</a> serializer<br />
Updated RSS tag soup parser<br />
URI class can write relative URIs (Patch from René Puls)<br />
Many other API changes
</p>
<p>See the <a href="RELEASE.html#rel1_4_3">Raptor 1.4.3 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-11-01-V1.4.2">2004-11-01 Raptor Version 1.4.2 Released</h2>
<p>Fix <code>raptor_xml_escape_string</code> error return.
</p>
<p>See the <a href="RELEASE.html#rel1_4_2">Raptor 1.4.2 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-10-29-V1.4.1">2004-10-29 Raptor Version 1.4.1 Released</h2>
<p>
Fixed crashes in URI decoding and RSS enclosures.
</p>
<p>See the <a href="RELEASE.html#rel1_4_1">Raptor 1.4.1 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-10-24-V1.4.0">2004-10-24 Raptor Version 1.4.0 Released</h2>
<p>
Added a serializing class for writing RDF triples as a syntax<br />
Added serializers for RDF/XML and N-Triples<br />
Added an I/O stream class for aiding writing<br />
Added RSS enclosure support to RSS Tag Soup parser (Suzan Foster)
</p>
<p>See the <a href="RELEASE.html#rel1_4_0">Raptor 1.4.0 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-09-20-V1.3.3">2004-09-20 Raptor Version 1.3.3 Released</h2>
<p>
License changed to LGPL 2.1/Apache 2<br />
Added a new Unicode NFC checker<br />
Rewritten URI parsing and resolving code<br />
Added configure selection of RDF parsers<br />
Updated the RSS Tag Soup parser to handle Atom 0.3<br />
Updated the Turtle parser to handle large documents (Geoff Chappell)<br />
Added a parser feature to disable rdf:ID duplicate checking<br />
Updated rdf:ID duplicate value checking implementation<br />
Portability fixes for building on win32 (Chris Pointon)<br />
</p>
<p>See the <a href="RELEASE.html#rel1_3_3">Raptor 1.3.3 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-07-21-V1.3.2">2004-07-21 Raptor Version 1.3.2 Released</h2>
<p>Added support for compiling against expat source trees (Mark Smith)<br />
Added <code>raptor_alloc_memory</code> to allocate memory in raptor,
typically needed by handler routines on win32.<br />
Make errors in fetching WWW content pass to the main error handler.<br />
Added accessor functions for parts of the raptor_locator structure (Edd Dumbill)<br />
Disabled the broken Unicode NFC checking via GNOME glib for this release.
</p>
<p>See the <a href="RELEASE.html#rel1_3_2">Raptor 1.3.2 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-06-12-V1.3.1">2004-06-12 Raptor Version 1.3.1 Released</h2>
<p>
Correct <code>raptor_print_statement</code> declaration argument
statement to have one less 'const', to match the code.<br />
raptor.h now includes stdarg.h<br />
Portability fixes for win32<br />
Updates to
<a href="https://www.dajobe.org/2004/01/turtle/">Turtle</a>
parser to only allow language with non-datatyped literals;
allow a '_' immediately after a ':' in qnames and make
bare ':' work.<br />
Added a warning for unknown <code>rdf:parseType</code> values, when
parsing in lax mode. This is controlled by a new parser feature
warn_other_parsetypes<br />
The Turtle parser was fixed to re-initialise correctly when performing
multiple parsings<br />
Fixes to the file: URI support for %-escaping and for Win32 filenames
</p>
<p>See the <a href="RELEASE.html#rel1_3_1">Raptor 1.3.1 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-05-11-V1.3.0">2004-05-11 Raptor Version 1.3.0 Released</h2>
<p>
Updated <a href="https://www.dajobe.org/2004/01/turtle/">Turtle</a> parser to fix the collections syntax, add integer literals and allow - in names.<br />
Added support for guessing a parser from content or identifiers<br />
Completed parser feature support<br />
Added sending HTTP Accept: headers for WWW retrieval when possible<br />
Added new utility sequence and stringbuffer classes<br />
Several other functions added and improvements made.
</p>
<p>See the <a href="RELEASE.html#rel1_3_0">Raptor 1.3.0 Release Notes</a>
for the full details of the changes.</p>
<h2 id="D2004-01-24-V1.2.0">2004-01-24 Raptor Version 1.2.0 Released</h2>
<p>Added a
<a href="https://www.dajobe.org/2004/01/turtle/">Turtle</a> parser (was N-Triples Plus) now with collections.<br />
Added raptor_syntaxes_enumerate to get syntax name, label,
mime_type or uri_string of all known parsers.<br />
Added WWW access via BSD libfetch if available.<br />
Updated the GNOME GUI grapper program to report errors and warnings<br />
</p>
<h2 id="D2003-12-31-V1.1.0">2003-12-31 Raptor Version 1.1.0 Released</h2>
<p>Added an
<a href="https://www.dajobe.org/2003/11/ntriplesplus/">N-Triples Plus</a> parser<br />
Updated for <a href="https://www.w3.org/TR/2003/WD-rdf-syntax-grammar-20031010/">RDF/XML Revised Working Draft</a> (10 October 2003) allowing <code>rdf:RDF</code> to be optional by default. No further changes were needed for <a href="https://www.w3.org/TR/2003/PR-rdf-syntax-grammar-20031215/">RDF/XML Revised Proposed Recommendation</a> (15 December 2003)<br />
Made URI class constructors, methods and factory methods as
well as some other utility functions using or returning URIs or
literals take <code>unsigned char*</code> rather than <code>char*</code>.<br />
Added the XML namespace, XML namespace stack and XML qname classes to
the public API.<br />
Added a function to discover supported parsers.<br />
Fixes for line number counting in N-Triples<br />
Added support for libxml2 SAX2 API for 2.6.0 and later.<br />
The N-Triples parser now uses the generate ID code.<br />
Added configure options for XML 1.1 names and disabling NFC check code.
</p>
<h2 id="D2003-09-08-V1.0.0">2003-09-08 Raptor Version 1.0.0 Released</h2>
<p>
Several long-deprecated functions were removed and consequently the
library shared version number was increased to 1<br />
Fixed scanning for <code>rdf:RDF</code> so that RDF/XML in other
XML works, such as in SVG<br />
<code>raptor-config --libs</code> now works, added <code>--libtool-libs</code>
and <code>--version-decimal</code><br />
Check N-Triples legal Unicode character range #x0-#x10FFFF<br />
Normalize RDF/XML <code>xml:lang</code> and N-Triples language to lowercase
on input<br />
Worked around libxml2 bug causing a crash on some error reporting<br />
Added raptor_parse_file_stream for parsing a C FILE*<br />
Tidied rapper utility argument handling, added --version
</p>
<h2 id="D2003-08-25-V0.9.12">2003-08-25 Raptor Version 0.9.12 Released</h2>
<p>Fix some XML memory leaks in Exclusive XML Canonicalization.<br />
Stop parsing RSS tag soup after a user abort<br />
Improved N-Triples syntax checking.<br />
Crash fixes for 64 bit Alpha/Sparc Linux/Solaris (varargs, size_t)<br />
Fixed some other minor memory leaks with <tt>rdf:datatype</tt> and <tt>rdf:ID</tt> attributes.
</p>
<h2 id="D2003-07-29-V0.9.11">2003-07-29 Raptor Version 0.9.11 Released</h2>
<p>Completely handles the <a href="https://www.w3.org/TR/rdf-syntax-grammar">revised RDF/XML syntax</a>
(including post W3C Last Call changes)<br />
Added Unicode Normal Form C (NFC) checking for literals (requires
GNOME glib 2.0 at present)<br />
Added Exclusive XML Canonicalization for XML Literals<br />
Added many more checks for bad syntax (mostly illegal property
attributes)<br />
Updated <tt>parseType="Collection"</tt> triples after RDF Core WG change<br />
Added an experimental RSS Tag Soup parser to read any pile of XML that has
elements such as channel, image, item tags with title, description
etc inside them into coherent RSS 1.0 RDF triples.
(Requires libxml 2.5.0 or newer)<br />
API: Added new methods raptor_get_name, raptor_get_label.<br />
API: Added new methods raptor_set_default_generate_id_parameters and
raptor_set_generate_id_handler to control generation of IDs.<br />
API: Modified utility function raptor_xml_escape_string arguments.<br />
Ripped out ISO 3166 country code parts since commercial use might be
subject to a license fee.<br />
Improvements to GTK example 'grapper'.<br />
Several internal reorganisations for pulling out a SAX2 API, XML C14N.<br />
Other minor bug fixes.
</p>
<h2 id="D2003-04-17-V0.9.10">2003-04-17 Raptor Version 0.9.10 Released</h2>
<p>Added parser lax / strict modes. lax is the default.<br />
<tt>rdf:bagID</tt> now generates a warning in lax mode, an error in strict<br />
Added raptor_www_no_www_library_init_finish to allow disabling of
WWW library startup/shutdown.<br />
Added raptor_parse_abort to abort parsing inside a callback.<br />
Added a GTK GUI example program grapper<br />
Other minor bug fixes.<br />
</p>
<h2 id="D2003-03-28-V0.9.9">2003-03-28 Raptor Version 0.9.9 Released</h2>
<p>Performance improvements - uses less memory,
less repeated small malloc/free sequences, faster for larger files.<br />
Added WWW retrieval - can parse from an URI as well as files, given
either <a href="https://curl.se/libcurl/">libcurl</a> or <a href="https://gitlab.gnome.org/GNOME/libxml2/-/wikis/home">libxml2</a> is available.<br />
Minor bug fixes.<br />
Various Win32 configure, building patches<br />
Sources updated to use autoconf 1.6+, automake 2.52+<br />
More debian packaging updates.
</p>
<h2 id="D2003-02-13-V0.9.8">2003-02-13 Raptor Version 0.9.8 Released</h2>
<p>Minor bug fixes (synchronising with Redland 0.9.12 release).<br />
Fixed crashing on empty files<br />
Fixed accepting illegal <tt>xmlns:prefix=""</tt> (prefix without URI not allowed)<br />
N-Triples bnodeIDs can now have '0's<br />
Utility program rdfdump renamed to rapper; name conflicted with a common
Linux utility.
</p>
<h2 id="D2002-12-20-V0.9.7">2002-12-20 Raptor Version 0.9.7 Released</h2>
<p>Passes about 90% of <a href="https://www.w3.org/2000/10/rdf-tests/rdfcore/">RDF Core WG Test Cases</a><br />
All memory leaks fixed<br />
Portability fixes - compilers, scripts, auto* tools, libxml2 version<br />
<tt>rdf:ID</tt> syntax and duplicates checked<br />
<tt>rdf:bagID</tt> supported<br />
Added more conformance tests, errors and warnings.
</p>
<h2 id="D2002-11-02-V0.9.6">2002-11-02 Raptor Version 0.9.6 Released</h2>
<p><b>Calling API changed</b> to provide a common interface to
the RDF parsers. The libraptor.3 manual page describes the changes.<br />
Added support for RDF datatyped literals in
<a href="https://www.w3.org/TR/rdf-syntax-grammar">RDF/XML</a> with
<tt>rdf:datatype</tt> attribute on property elements and
<a href="https://www.w3.org/2001/08/rdf-test/#ntriples">N-Triples</a>
with the <tt>"string"^^<datatypeURIref></tt>.<br />
Added support for <tt>rdf:parseType="Collection"</tt> for RDF Collections<br />
URI class allows swappable implementation by applications.<br />
URI class now handles file: URIs for Win32 and Unix conventions.<br />
Fixes to enable it to work on Apple OSX 10.1, 10.2
(also tested working on Linux/x86, Solaris/sparc, FreeBSD/x86)<br />
Many internal changes to support API changes, allow it to work
with Redland when compiled as a separate library<br />
Reorganised source into separate modules - URI, xml parser,
ntriples parser, XML namespaces, XML qnames, locator.<br />
More resilience with XML errors and XML parser errors - none of
libxml2's XML test suite examples crash raptor.<br />
<a href="https://www.w3.org/2001/08/rdf-test/#ntriples">N-Triples</a>
parser recovers gracefully from errors in content<br />
Packing for debian included<br />
Added manual pages libraptor.3 and rapper.1<br />
Added raptor-config script for compiling with the library.
</p>
<h2 id="D2002-06-08-V0.9.5">2002-06-08 Raptor Version 0.9.5 Released</h2>
<p>Many bugs fixed<br />
Added full relative URI resolving<br />
Work around bugs in libxml and expat (older versions)<br />
Support libxml with the use of entities in the document<br />
Support <tt>xml:lang</tt> passing to application
</p>
<h2 id="D2002-03-27-V0.9.4">2002-03-27 Raptor Version 0.9.4 Released</h2>
<p>XML Base support (xml:base) added<br />
xml:lang support added with <a href="https://www.w3.org/2001/08/rdf-test/#langString">N-Triples lang-string</a> support<br />
All <a href="https://www.w3.org/2001/08/rdf-test/#ntrip_strings">N-Triples string escapes</a> implemented<br />
<a href="https://www.w3.org/2001/08/rdf-test/#ntriples">N-Triples</a> support with <a href="https://www.w3.org/2001/08/rdf-test/#xmlString">XML literals</a> - xml("<foo/>") and plain "foo"<br />
removed all special code for containers; treated as regular typedNodes<br />
<tt>rdf:parseType="Literal"</tt> now working<br />
Builds as shared and static libraries<br />
Conformance test suite added
</p>
<h2 id="D2001-08-21-V0.9.3">2001-08-21 Raptor Version 0.9.3 Released</h2>
<p><a href="https://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a>
parser added<br />
<tt>rdf:parseType="Literal"</tt> works much better (Aaron Michal and me)<br />
DAML collections support added (Aaron Michal)<br />
Win32 patch added - I can't confirm my merge didn't break this (Aaron Michal)<br />
<a href="https://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a> updated to support CR, LF and CR LF endings<br />
Make parser generated ids appear distinguised from regular URIs<br />
Added <a href="https://www.w3.org/TR/rdf-testcases/#ntriples">N-Triples</a> output<br />
Made rdf:type, rdf:value as property attributes work<br />
Made empty typed nodes work<br />
GNOME xml / libxml error location (line, column) values corrected.
</p>
<h2 id="D2001-07-03-V0.9.2">2001-07-03 Raptor Version 0.9.2 Released</h2>
<p>Now called Raptor</p>
<h2 id="D2001-06-06-V0.9.1">2001-06-06 Raptor Version 0.9.1 Released</h2>
<p>Many bug fixes<br />
Updates for Redland API changes<br />
Fixed <tt>rdf:parsetype="Literal"</tt> buffer overrun<br />
Added better XML parser auto-detection for various expats and libxml
</p>
<h2 id="D2001-01-22-V0.9.0">2001-01-22 Raptor Version 0.9.0 Released</h2>
<p>First release</p>
<hr />
<p>Copyright (C) 2001-2023 <a href="https://www.dajobe.org/">Dave Beckett</a><br />Copyright (C) 2001-2005 <a href="https://www.bristol.ac.uk/">University of Bristol</a></p>
</body>
</html>
|