~ubuntu-branches/ubuntu/precise/mutt/precise

« back to all changes in this revision

Viewing changes to doc/devel-notes.txt

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Berg, Adeodato Simó, Christoph Berg
  • Date: 2007-11-03 23:00:04 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20071103230004-43e36pnhub87junc
Tags: 1.5.17-1
[ Adeodato Simó ]
* Move the packaging back to Bazaar, adjust X-VCS-* accordingly.

[ Christoph Berg ]
* Mention libsasl2-modules-gssapi-mit in README.Debian. (Closes: #433425)
* Call autoreconf at build time, drop the autotools-update patch.
* Update menu file, add lintian override file.
* Refresh patches.

* New upstream version:
  + fix segfaults with single byte 8-bit characters in index_format.
    (Closes: #420598, Mutt: #2882)
  + properly render subject headers with encoded linefeeds.
    (Closes: #264014, Mutt: #1810)
  + only calls gnutls_error_is_fatal when gnutls_record_recv returns a
    negative value. (Closes: #439775, Mutt: #2954)
  + Large file support for mutt_pretty_size().
    (Closes: #352478, #416555, Mutt: #2191)
  + Do not consider empty pipes for filtering in format strings.
    (Closes: #447340)

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
versions go to that mailing list, as go technical discussions and
8
8
patches.
9
9
 
 
10
Patches should, if possible, be made using Mercurial against
 
11
the latest revision.
 
12
 
10
13
You'll need several GNU development utilities for working on mutt:
11
14
 
12
15
- autoconf (versions less than 2.59 are unsupported)
121
124
Getting started from Mercurial
122
125
------------------------------
123
126
 
124
 
Once you've checked out a copy of the source from Mercurial, or changed your
 
127
The official Mercurial repository is located at:
 
128
http://dev.mutt.org/hg/mutt/. You can get a fresh clone via:
 
129
 
 
130
  $ hg clone http://dev.mutt.org/hg/mutt/ mutt
 
131
 
 
132
As a result of CVS-to-Mercurial conversion, you need to do:
 
133
 
 
134
  $ hg update -C HEAD
 
135
 
 
136
in the cloned directory.
 
137
 
 
138
Once you've checked out a copy of the source, or changed your
125
139
automake version, you'll need to run the script called './prepare' that
126
140
is in the root directory.  The script does all the automake/autoconf
127
141
magic that needs to be done with a fresh checkout.