Show a cover letter.

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

{
    "id": 1923,
    "url": "https://patchwork.libcamera.org/api/covers/1923/?format=api",
    "web_url": "https://patchwork.libcamera.org/cover/1923/",
    "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": "<20190904141825.20697-1-jacopo@jmondi.org>",
    "date": "2019-09-04T14:18:17",
    "name": "[libcamera-devel,v5,0/8] android: Rework metadata tags",
    "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/1923/mbox/",
    "series": [
        {
            "id": 480,
            "url": "https://patchwork.libcamera.org/api/series/480/?format=api",
            "web_url": "https://patchwork.libcamera.org/project/libcamera/list/?series=480",
            "date": "2019-09-04T14:18:17",
            "name": "android: Rework metadata tags",
            "version": 5,
            "mbox": "https://patchwork.libcamera.org/series/480/mbox/"
        }
    ],
    "comments": "https://patchwork.libcamera.org/api/covers/1923/comments/",
    "headers": {
        "Return-Path": "<jacopo@jmondi.org>",
        "Received": [
            "from relay5-d.mail.gandi.net (relay5-d.mail.gandi.net\n\t[217.70.183.197])\n\tby lancelot.ideasonboard.com (Postfix) with ESMTPS id EC43960BB2\n\tfor <libcamera-devel@lists.libcamera.org>;\n\tWed,  4 Sep 2019 16:16:58 +0200 (CEST)",
            "from uno.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101])\n\t(Authenticated sender: jacopo@jmondi.org)\n\tby relay5-d.mail.gandi.net (Postfix) with ESMTPSA id 891D61C000E;\n\tWed,  4 Sep 2019 14:16:57 +0000 (UTC)"
        ],
        "X-Originating-IP": "2.224.242.101",
        "From": "Jacopo Mondi <jacopo@jmondi.org>",
        "To": "libcamera-devel@lists.libcamera.org",
        "Cc": "Jacopo Mondi <jacopo@jmondi.org>, kamesan@google.com, jcliang@google.com,\n\tshik@google.com, wtlee@google.com",
        "Date": "Wed,  4 Sep 2019 16:18:17 +0200",
        "Message-Id": "<20190904141825.20697-1-jacopo@jmondi.org>",
        "X-Mailer": "git-send-email 2.23.0",
        "MIME-Version": "1.0",
        "Content-Type": "text/plain; charset=UTF-8",
        "Content-Transfer-Encoding": "8bit",
        "Subject": "[libcamera-devel] [PATCH v5 0/8] android: Rework metadata tags",
        "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": "Wed, 04 Sep 2019 14:16:59 -0000"
    },
    "content": "Two new patches to fix handling of request templates to provide one templates\nper capture request type, and make sure metadata packs are freed in error paths\nby modifying the assertion macro.\n\nThanks\n   j\n\nJacopo Mondi (8):\n  android: camera_device: Add missing static metadata\n  android: camera_device: Use correct sizes for static metadata\n  android: camera_device: Remove tags from request template\n  android: camera_device: Add missing tags in request template\n  android: camera_device: Use precise sizes for request template\n  android: camera_device: Fix handling of request template\n  android: camera_device: Free metadata in error path\n  android: camera_device: Report available keys\n\n src/android/camera_device.cpp | 669 +++++++++++++++++++++++-----------\n src/android/camera_device.h   |   5 +-\n 2 files changed, 453 insertions(+), 221 deletions(-)\n\n--\n2.23.0"
}