File: changelog.rst

package info (click to toggle)
nipy 0.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,352 kB
  • sloc: python: 39,115; ansic: 30,931; makefile: 210; sh: 93
file content (39 lines) | stat: -rw-r--r-- 1,723 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.. _changelog:

===============
 The ChangeLog
===============

**NOTE:** We have not kepted up with our ChangeLog.  This is here for
  future reference.  We will be more diligent with this when we have
  regular software releases.

If you are a developer with commit access, **please** fill a proper
ChangeLog entry per significant change.  The SVN commit messages may
be shorter (though a brief summary is appreciated), but a detailed
ChangeLog is critical.  It gives us a history of what has happened,
allows us to write release notes at each new release, and is often the
only way to backtrack on the rationale for a change (as the diff will
only show the change, not **why** it happened).

Please skim the existing ChangeLog for an idea of the proper level of
detail (you don't have to write a novel about a patch).

The existing ChangeLog is generated using (X)Emacs' fantastic
ChangeLog mode: all you have to do is position the cursor in the
function/method where the change was made, and hit 'C-x 4 a'.  XEmacs
automatically opens the ChangeLog file, mark a dated/named point, and
creates an entry pre-titled with the file and function name.  It
doesn't get any better than this.  If you are not using (X)Emacs,
please try to follow the same convention so we have a readable,
organized ChangeLog.

To get your name in the ChangeLog, set this in your .emacs file:

(setq user-full-name "Your Name")
(setq user-mail-address "youradddress@domain.com")

Feel free to obfuscate or omit the address, but at least leave your
name in.  For user contributions, try to give credit by name on
patches or significant ideas, but please do an @ -> -AT- replacement
in the email addresses (users have asked for this in the past).