File tree 6 files changed +23
-9
lines changed
6 files changed +23
-9
lines changed Original file line number Diff line number Diff line change
1
+ 0.2 | 2011-01-07 10:06:31 -0800
2
+
3
+ * The script now waits a little bit after sending out each mail.
4
+ Before, mails sent back-to-back could arrive with identical
5
+ timestamps, making it harder to determine their actual order.
6
+ (Robin Sommer)
7
+
1
8
0.1-5 | 2011-01-02 10:18:10 -0800
2
9
3
10
* Updating update-changes. (Robin Sommer)
Original file line number Diff line number Diff line change 1
1
2
- Copyright (c) 2007- 2010, Robin Sommer
2
+ Copyright (c) 2010-2011 , Robin Sommer
3
3
4
4
All rights reserved.
5
5
@@ -9,12 +9,12 @@ are met:
9
9
10
10
* Redistributions of source code must retain the above copyright
11
11
notice, this list of conditions and the following disclaimer.
12
-
12
+
13
13
* Redistributions in binary form must reproduce the above
14
14
copyright notice, this list of conditions and the following
15
15
disclaimer in the documentation and/or other materials provided
16
16
with the distribution.
17
-
17
+
18
18
* Neither the name of the International Computer Science
19
19
Institute nor the names of its contributors may be used to
20
20
endorse or promote products derived from this software without
Original file line number Diff line number Diff line change 1
1
#
2
2
# Makefile is used only for building the distribution.
3
3
4
- VERSION = 0.1
4
+ VERSION = 0.2
5
5
6
- DISTFILES = git-notifier README COPYING
6
+ DISTFILES = git-notifier Makefile README COPYING CHANGES VERSION
7
7
8
8
WWW = $(HOME ) /www/git-notifier
9
9
19
19
www : dist
20
20
rst2html.py README > $(WWW ) /index.html
21
21
cp git-notifier-$(VERSION ) .tar.gz $(WWW )
22
+ cp CHANGES $(WWW )
Original file line number Diff line number Diff line change 5
5
git-notifier
6
6
============
7
7
8
- :Version: 0.1
8
+ :Version: 0.2
9
9
:Home: http://www.icir.org/robin/git-notifier
10
10
:Author: Robin Sommer <
[email protected] >
11
11
:Date: |date |
@@ -84,7 +84,13 @@ Download
84
84
85
85
You can download the current version here:
86
86
87
- http://www.icir.org/robin/git-notifier/git-notifier-0.1.tar.gz
87
+ http://www.icir.org/robin/git-notifier/git-notifier-0.2.tar.gz
88
+
89
+ History
90
+ -------
91
+
92
+ The `CHANGES <CHANGES >`_ file records recent updates to
93
+ ``git-notifier ``.
88
94
89
95
Installation
90
96
------------
Original file line number Diff line number Diff line change 1
- 0.1-5
1
+ 0.2
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import tempfile
8
8
import time
9
9
10
10
Name = "git-notifier"
11
- Version = "0.1 "
11
+ Version = "0.2 "
12
12
CacheFile = ".%s.dat" % Name
13
13
Separator = "\n >---------------------------------------------------------------\n "
14
14
NoDiff = "[nodiff]"
You can’t perform that action at this time.
0 commit comments