Show a cover letter.

GET /api/covers/553/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 553,
    "url": "https://patchwork.libcamera.org/api/covers/553/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/553/",
    "project": {
        "id": 1,
        "url": "https://patchwork.libcamera.org/api/projects/1/?format=api",
        "name": "libcamera",
        "link_name": "libcamera",
        "list_id": "libcamera_core",
        "list_email": "libcamera-devel@lists.libcamera.org",
        "web_url": "",
        "scm_url": "",
        "webscm_url": ""
    },
    "msgid": "<20190212222021.28517-1-jacopo@jmondi.org>",
    "date": "2019-02-12T22:20:17",
    "name": "[libcamera-devel,0/4] libcamera: mixed updated",
    "submitter": {
        "id": 3,
        "url": "https://patchwork.libcamera.org/api/people/3/?format=api",
        "name": "Jacopo Mondi",
        "email": "jacopo@jmondi.org"
    },
    "mbox": "https://patchwork.libcamera.org/cover/553/mbox/",
    "series": [
        {
            "id": 175,
            "url": "https://patchwork.libcamera.org/api/series/175/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=175",
            "date": "2019-02-12T22:20:17",
            "name": "libcamera: mixed updated",
            "version": 1,
            "mbox": "https://patchwork.libcamera.org/series/175/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/553/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay11.mail.gandi.net (relay11.mail.gandi.net\n\t[217.70.178.231])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id BDE1E60B21\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tTue, 12 Feb 2019 23:20:05 +0100 (CET)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay11.mail.gandi.net (Postfix) with ESMTPSA id E6C5B100004;\n\tTue, 12 Feb 2019 22:20:04 +0000 (UTC)"
        ],
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Date": "Tue, 12 Feb 2019 23:20:17 +0100",
        "Message-Id": "<20190212222021.28517-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.20.1",
        "MIME-Version": "1.0",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH 0/4] libcamera: mixed updated",
        "X-BeenThere": "libcamera-devel@lists.libcamera.org",
        "X-Mailman-Version": "2.1.23",
        "Precedence": "list",
        "List-Id": "<libcamera-devel.lists.libcamera.org>",
        "List-Unsubscribe": "<https://lists.libcamera.org/options/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=unsubscribe>",
        "List-Archive": "<https://lists.libcamera.org/pipermail/libcamera-devel/>",
        "List-Post": "<mailto:libcamera-devel@lists.libcamera.org>",
        "List-Help": "<mailto:libcamera-devel-request@lists.libcamera.org?subject=help>",
        "List-Subscribe": "<https://lists.libcamera.org/listinfo/libcamera-devel>,\n\t<mailto:libcamera-devel-request@lists.libcamera.org?subject=subscribe>",
        "X-List-Received-Date": "Tue, 12 Feb 2019 22:20:05 -0000"
    },
    "content": "Some mixed updates.\n\nThe first two are trivial, one is actually a bug fix.\n\nThe third removes non necessary std::move() calls that prevents use of RVO,\nwith the documentation update suggested by Laurent.\n\nThanks\n  j\n\nJacopo Mondi (4):\n  libcamera: v4l2_subdevice: Forward-declare MediaEntity\n  libcamera: device_enumerator: Break line longer than 80 columns\n  libcamera: device_enumerator: Remove move() on search() return\n  Documentation: coding-style: Discourage move on shared_ptr<>\n\n Documentation/coding-style.rst         | 4 ++++\n src/libcamera/device_enumerator.cpp    | 5 +++--\n src/libcamera/include/v4l2_subdevice.h | 1 +\n src/libcamera/pipeline/ipu3/ipu3.cpp   | 4 ++--\n src/libcamera/pipeline/uvcvideo.cpp    | 2 +-\n src/libcamera/pipeline/vimc.cpp        | 2 +-\n test/v4l2_device/v4l2_device_test.cpp  | 2 +-\n 7 files changed, 13 insertions(+), 7 deletions(-)\n\n--\n2.20.1"
}