<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in webrtc</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>5d8fe953 - general: apply clippy lints (#407)</title>
        <link>http://172.16.0.5:8080/history/webrtc/#5d8fe953</link>
        <description>general: apply clippy lints (#407)* general: update crates to 2021 edition.* general: apply clippy --fix* general: apply manual clippy lints* cargo fmt.

            List of files:
            /webrtc/mdns/examples/mdns_query.rs/webrtc/mdns/examples/mdns_server_query.rs/webrtc/mdns/src/message/message_test.rs</description>
        <pubDate>Thu, 02 Feb 2023 12:00:00 +0000</pubDate>
        <dc:creator>Jo&#227;o Oliveira &lt;hello@jxs.pt&gt;</dc:creator>
    </item>
<item>
        <title>ffe74184 - Move all to top level</title>
        <link>http://172.16.0.5:8080/history/webrtc/#ffe74184</link>
        <description>Move all to top level

            List of files:
            /webrtc/data/.gitignore/webrtc/mdns/.gitignore/webrtc/mdns/LICENSE-APACHE/webrtc/mdns/LICENSE-MIT/webrtc/mdns/codecov.yml/webrtc/mdns/doc/webrtc.rs.png/webrtc/mdns/examples/mdns_server.rs/webrtc/mdns/src/config.rs/webrtc/mdns/src/error.rs/webrtc/mdns/src/lib.rs/webrtc/mdns/src/message/builder.rs/webrtc/mdns/src/message/name.rs/webrtc/mdns/src/message/packer.rs/webrtc/mdns/src/message/parser.rs/webrtc/mdns/src/message/question.rs/webrtc/mdns/src/message/resource/a.rs/webrtc/mdns/src/message/resource/aaaa.rs/webrtc/mdns/src/message/resource/cname.rs/webrtc/mdns/src/message/resource/mx.rs/webrtc/mdns/src/message/resource/ns.rs/webrtc/mdns/src/message/resource/opt.rs/webrtc/mdns/src/message/resource/ptr.rs/webrtc/mdns/src/message/resource/soa.rs/webrtc/mdns/src/message/resource/srv.rs/webrtc/mdns/src/message/resource/txt.rs</description>
        <pubDate>Tue, 23 Aug 2022 10:00:00 +0000</pubDate>
        <dc:creator>Martin Algesten &lt;martin@algesten.se&gt;</dc:creator>
    </item>
<item>
        <title>97921129 - fix clippy default warning</title>
        <link>http://172.16.0.5:8080/history/webrtc/#97921129</link>
        <description>fix clippy default warning

            List of files:
            /webrtc/mdns/src/message/header.rs/webrtc/mdns/src/message/mod.rs</description>
        <pubDate>Sat, 08 Apr 2023 16:00:00 +0000</pubDate>
        <dc:creator>yngrtc &lt;y@ngr.tc&gt;</dc:creator>
    </item>
<item>
        <title>630c46fe - Fix clippy for rust 1.66 (#369)</title>
        <link>http://172.16.0.5:8080/history/webrtc/#630c46fe</link>
        <description>Fix clippy for rust 1.66 (#369)

            List of files:
            /webrtc/mdns/src/message/resource/mod.rs</description>
        <pubDate>Mon, 19 Dec 2022 10:00:00 +0000</pubDate>
        <dc:creator>Hugo Tunius &lt;hugo@lookback.io&gt;</dc:creator>
    </item>
<item>
        <title>baa26754 - Adjust logging levels in mDNS (#366)</title>
        <link>http://172.16.0.5:8080/history/webrtc/#baa26754</link>
        <description>Adjust logging levels in mDNS (#366)Before this module would `info` log and every packetit received. It has been updated to match the `ice` moduleand use the trace level for incoming packets.

            List of files:
            /webrtc/mdns/src/conn/mod.rs</description>
        <pubDate>Thu, 15 Dec 2022 19:00:00 +0000</pubDate>
        <dc:creator>Sean DuBois &lt;sean@siobud.com&gt;</dc:creator>
    </item>
<item>
        <title>7bd9f39d - Replace `assert!(false, &#8230;)`/`assert!(false)` with `panic!(&#8230;)`/`panic!()`</title>
        <link>http://172.16.0.5:8080/history/webrtc/#7bd9f39d</link>
        <description>Replace `assert!(false, &#8230;)`/`assert!(false)` with `panic!(&#8230;)`/`panic!()`

            List of files:
            /webrtc/mdns/src/conn/conn_test.rs</description>
        <pubDate>Wed, 04 Jan 2023 09:00:00 +0000</pubDate>
        <dc:creator>Vincent Esche &lt;regexident@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c9103312 - Remove trailing spaces in &apos;README.md&apos; files</title>
        <link>http://172.16.0.5:8080/history/webrtc/#c9103312</link>
        <description>Remove trailing spaces in &apos;README.md&apos; files

            List of files:
            /webrtc/data/README.md/webrtc/mdns/README.md</description>
        <pubDate>Tue, 03 Jan 2023 15:00:00 +0000</pubDate>
        <dc:creator>Vincent Esche &lt;regexident@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>aba3f460 - Release mdns version 0.5.2</title>
        <link>http://172.16.0.5:8080/history/webrtc/#aba3f460</link>
        <description>Release mdns version 0.5.2

            List of files:
            /webrtc/mdns/CHANGELOG.md</description>
        <pubDate>Fri, 16 Dec 2022 11:00:00 +0000</pubDate>
        <dc:creator>Hugo Tunius &lt;hugo@lookback.io&gt;</dc:creator>
    </item>
<item>
        <title>e215e908 - update rust-version: 1.60.0 ==&gt; 1.63.0</title>
        <link>http://172.16.0.5:8080/history/webrtc/#e215e908</link>
        <description>update rust-version: 1.60.0 ==&gt; 1.63.0

            List of files:
            /webrtc/mdns/Cargo.toml</description>
        <pubDate>Wed, 01 Mar 2023 04:00:00 +0000</pubDate>
        <dc:creator>koushiro &lt;koushiro.cqx@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>99037ca7 - Add `impl PartialEq&lt;Error&gt; for util::Error`, making `==` commutative over `data::Error` and `util::Error`</title>
        <link>http://172.16.0.5:8080/history/webrtc/#99037ca7</link>
        <description>Add `impl PartialEq&lt;Error&gt; for util::Error`, making `==` commutative over `data::Error` and `util::Error`

            List of files:
            /webrtc/data/src/error.rs</description>
        <pubDate>Wed, 04 Jan 2023 10:00:00 +0000</pubDate>
        <dc:creator>Vincent Esche &lt;regexident@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>031146c0 - Add codecov token for webrtc</title>
        <link>http://172.16.0.5:8080/history/webrtc/#031146c0</link>
        <description>Add codecov token for webrtc

            List of files:
            /webrtc/codecov.yml</description>
        <pubDate>Sun, 06 Jun 2021 19:00:00 +0000</pubDate>
        <dc:creator>rainliu &lt;yliu@webrtc.rs&gt;</dc:creator>
    </item>
<item>
        <title>9d33ef60 - Add missing version to changelog</title>
        <link>http://172.16.0.5:8080/history/webrtc/#9d33ef60</link>
        <description>Add missing version to changelog

            List of files:
            /webrtc/data/CHANGELOG.md</description>
        <pubDate>Mon, 27 Feb 2023 23:00:00 +0000</pubDate>
        <dc:creator>Thomas Eizinger &lt;thomas@eizinger.io&gt;</dc:creator>
    </item>
</channel>
</rss>
