Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 5c / d7abab1963b1ced4e1259922320d38e559d978
1 Return-Path: <jrollins@servo.finestructure.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 234DD429E27\r
6         for <notmuch@notmuchmail.org>; Sat, 28 May 2011 14:52:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 43EA4eUN9-QP for <notmuch@notmuchmail.org>;\r
17         Sat, 28 May 2011 14:52:11 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id 8920B431FD0\r
21         for <notmuch@notmuchmail.org>; Sat, 28 May 2011 14:52:11 -0700 (PDT)\r
22 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by earth-doxen-postvirus (Postfix) with ESMTP id 0C33E66E0343;\r
24         Sat, 28 May 2011 14:52:10 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
27         [98.149.172.122]) (Authenticated sender: jrollins)\r
28         by earth-doxen-submit (Postfix) with ESMTP id 8119866E019B;\r
29         Sat, 28 May 2011 14:52:04 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 1DA5559F; Sat, 28 May 2011 14:52:05 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 02/25] add note about updating the debian symbols file to the\r
35         RELEASE file\r
36 Date: Sat, 28 May 2011 14:51:37 -0700\r
37 Message-Id: <1306619520-25730-3-git-send-email-jrollins@finestructure.net>\r
38 X-Mailer: git-send-email 1.7.4.4\r
39 In-Reply-To: <1306619520-25730-2-git-send-email-jrollins@finestructure.net>\r
40 References: <1306619520-25730-1-git-send-email-jrollins@finestructure.net>\r
41         <1306619520-25730-2-git-send-email-jrollins@finestructure.net>\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Sat, 28 May 2011 21:52:12 -0000\r
55 \r
56 ---\r
57  RELEASING |   22 ++++++++++++++++++----\r
58  1 files changed, 18 insertions(+), 4 deletions(-)\r
59 \r
60 diff --git a/RELEASING b/RELEASING\r
61 index a392d81..475100a 100644\r
62 --- a/RELEASING\r
63 +++ b/RELEASING\r
64 @@ -35,7 +35,21 @@ repository. From here, there are just a few steps to release:\r
65  \r
66         Commit this change, if any.\r
67  \r
68 -3) Upgrade the version in the file "version"\r
69 +3) Update the debian/libnotmuch1.symbols file\r
70 +\r
71 +       If the library version changed at all (step 2) it probably\r
72 +       means that symbols have changed/been added, in which case the\r
73 +       debian symbols file also needs to be updated:\r
74 +\r
75 +              dpkg-buildpackage -uc -us\r
76 +              dpkg-gensymbols -plibnotmuch1 | patch -p0\r
77 +\r
78 +       Carefully review the changes to debian/libnotmuch1.symbols to\r
79 +       make sure there are no unexpected changes.\r
80 +\r
81 +       Commit this change, if any.\r
82 +\r
83 +4) Upgrade the version in the file "version"\r
84  \r
85         The scheme for the release number is as follows:\r
86  \r
87 @@ -55,7 +69,7 @@ repository. From here, there are just a few steps to release:\r
88  \r
89         Commit this change.\r
90  \r
91 -4) Create an entry for the new release in debian/changelog\r
92 +5) Create an entry for the new release in debian/changelog\r
93  \r
94         The syntax of this file is tightly restricted, but the\r
95         available emacs mode (see the dpkg-dev-el package) helps.\r
96 @@ -69,7 +83,7 @@ repository. From here, there are just a few steps to release:\r
97         release, (taking entries from NEWS and the version from the\r
98         version file, and creating a new commit, etc.)\r
99  \r
100 -5) Run "make release" which will perform the following steps.\r
101 +6) Run "make release" which will perform the following steps.\r
102  \r
103     Note: If any problem occurs during the process, (such as a lintian\r
104     warning that you decide should be fixed), you can abort at the\r
105 @@ -98,7 +112,7 @@ repository. From here, there are just a few steps to release:\r
106         * Push that tag\r
107         * Provide some text for the release announcement (see below).\r
108  \r
109 -6) Send a message to notmuch@notmuchmail.org to announce the release.\r
110 +7) Send a message to notmuch@notmuchmail.org to announce the release.\r
111  \r
112         Use the text provided from "make release" above, (if for some\r
113         reason you lose this message, "make release-message" prints\r
114 -- \r
115 1.7.4.4\r
116 \r