Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Zoggy
ocamlrss
Commits
63db6501
Commit
63db6501
authored
Jun 07, 2013
by
Zoggy
Browse files
prepare release 2.2.1
parent
d0dec10b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Changes
View file @
63db6501
Next release:
Release 2.2.1:
- fix: do not set default namespace in final rss
- fix: rdf parsing
- fix: Rss.sort_items_by_date sorts with old items last, as documented
...
...
@@ -20,4 +21,4 @@ Release 2.1.0:
- default encoding is now UTF-8
- new parameter "indent" for printing
- new "opts" parameter when reading
- reading returns error list besides channel
\ No newline at end of file
- reading returns error list besides channel
META
View file @
63db6501
version = "2.2.
0
"
version = "2.2.
1
"
description = "Reading/writing RSS files with OCaml"
requires = "xmlm,netstring"
archive(byte) = "rss.cma"
...
...
Makefile
View file @
63db6501
...
...
@@ -23,9 +23,10 @@
# #
###############################################################################
#
VERSION
=
2.2.
0
#
do not forget to update META file too
VERSION
=
2.2.
1
# do not forget to update META file too
PACKAGES
=
xmlm,netstring
OF_FLAGS
=
-package
$(PACKAGES)
...
...
web/index.html
View file @
63db6501
...
...
@@ -21,8 +21,18 @@ but is now developped separately and is findlib compatible.
<p>
OCaml-RSS is
<a
href=
"https://github.com/zoggy/ocamlrss"
>
hosted on Github
</a>
.
</p>
<p>
It is also available in
<a
href=
"http://opam.ocamlpro.com"
>
OPAM
</a>
.
</p>
<h3>
Releases
</h3>
<ul>
<li><a
href=
"ocamlrss-2.2.1.tar.gz"
>
2.2.1
</a>
[2013-06-07]:
<ul>
<li>
fix: do not set default namespace in final rss,
</li>
<li>
fix: rdf parsing,
</li>
<li>
fix:
<code>
Rss.sort_items_by_date
</code>
sorts with old items last, as documented.
</li>
</ul>
</li>
<li><a
href=
"ocamlrss-2.2.0.tar.gz"
>
2.2.0
</a>
[2013-04-15]:
<ul>
<li>
add
<code>
Rss.compare_item
</code>
,
</li>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment