Skip to content

Commit 5d43c2a

Browse files
committed
Release sdate 0.7
1 parent 14df411 commit 5d43c2a

File tree

4 files changed

+26
-1
lines changed

4 files changed

+26
-1
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,22 @@ http://www.catb.org/~esr/jargon/html/S/September-that-never-ended.html
1717

1818
[![Build Status](https://travis-ci.org/df7cb/sdate.svg?branch=master)](https://travis-ci.org/df7cb/sdate)
1919

20+
# Other Epochs
21+
22+
Also supported is the never ending COVID 19 date:
23+
24+
```
25+
$ sdate --covid 19
26+
Thu Mar 96 20:01:20 CEST 2020
27+
```
28+
29+
Other epochs can be selected using `-e` or `--epoch`:
30+
31+
```
32+
$ sdate -e 1977-03
33+
Do 15802. Mär 20:02:34 CEST 1977
34+
```
35+
2036
# Programs compatible with sdate
2137

2238
Mutt: works. It will send out septemberfied Date: headers. Depends if you like

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
AC_INIT([sdate],[0.6],[[email protected]],[sdate])
2+
AC_INIT([sdate],[0.7],[[email protected]],[sdate])
33
AC_PREREQ(2.59)
44
AC_CANONICAL_TARGET
55
AM_INIT_AUTOMAKE

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
sdate (0.7) unstable; urgency=medium
2+
3+
* Support COVID 19 date.
4+
5+
-- Christoph Berg <[email protected]> Thu, 04 Jun 2020 20:34:14 +0200
6+
17
sdate (0.6) unstable; urgency=medium
28

39
* Use DH 12 and strip down rules to the minimum.

debian/tests/sdate

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ set -eux
77
sdate
88
sdate | grep 1993
99

10+
sdate --covid 19
11+
sdate --covid 19 | grep 2020
12+
1013
sdate -e 1977-03
1114
sdate -e 1977-03 | grep 'Mar.*1977'
1215

0 commit comments

Comments
 (0)