Skip to content

Commit a32c9bd

Browse files
committed
Updated docs according to feedback.
1 parent 0f4f0ea commit a32c9bd

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

libs/network/doc/html/_sources/whats_new.txt

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,23 @@
99

1010
v0.9.3
1111
~~~~~~
12-
* URI, HTTP client and HTTP server are now built as static libraries.
12+
* URI, HTTP client and HTTP server are now built as static libraries (``libcppnetlib-uri.a``, ``libcppnetlib-client-connections.a`` and ``libcppnetlib-server-parsers.a`` on Linux and ``cppnetlib-uri.lib``, ``cppnetlib-client-connections.lib`` and ``cppnetlib-server-parsers.lib`` on Windows).
1313
* Updated URI parser.
1414
* A new URI builder.
1515
* URI support for IPv6 RFC 2732.
16-
* Fix issues #67, #72, #78, #79, #80, #81, #82, #83.
16+
* Fixed issues `#67`_, `#72`_, `#78`_, `#79`_, `#80`_, `#81`_, `#82`_, `#83`_.
1717
* New examples for the HTTP client, including an Atom feed, an RSS feed and a
1818
very simple client that uses the Twitter Search API.
1919

20+
.. _`#67`: https://github.com/cpp-netlib/cpp-netlib/issues/67
21+
.. _`#72`: https://github.com/cpp-netlib/cpp-netlib/issues/72
22+
.. _`#78`: https://github.com/cpp-netlib/cpp-netlib/issues/78
23+
.. _`#79`: https://github.com/cpp-netlib/cpp-netlib/issues/79
24+
.. _`#80`: https://github.com/cpp-netlib/cpp-netlib/issues/80
25+
.. _`#81`: https://github.com/cpp-netlib/cpp-netlib/issues/81
26+
.. _`#82`: https://github.com/cpp-netlib/cpp-netlib/issues/82
27+
.. _`#83`: https://github.com/cpp-netlib/cpp-netlib/issues/83
28+
2029
v0.9.2
2130
~~~~~~
2231
* Critial bug fixes to v0.9.1.

libs/network/doc/html/_static/cpp-netlib.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ html,body
55
background-repeat: no-repeat;
66
background-position: left top;
77
background-attachment: fixed;
8-
background-color: #f80;
8+
background-color: #fa2;
99
}
1010

1111
body

0 commit comments

Comments
 (0)