Skip to content

Commit

Permalink
Release sdate 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
df7cb committed Jun 4, 2020
1 parent 14df411 commit 5d43c2a
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,22 @@ http://www.catb.org/~esr/jargon/html/S/September-that-never-ended.html

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

# Other Epochs

Also supported is the never ending COVID 19 date:

```
$ sdate --covid 19
Thu Mar 96 20:01:20 CEST 2020
```

Other epochs can be selected using `-e` or `--epoch`:

```
$ sdate -e 1977-03
Do 15802. Mär 20:02:34 CEST 1977
```

# Programs compatible with sdate

Mutt: works. It will send out septemberfied Date: headers. Depends if you like
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([sdate],[0.6],[[email protected]],[sdate])
AC_INIT([sdate],[0.7],[[email protected]],[sdate])
AC_PREREQ(2.59)
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
sdate (0.7) unstable; urgency=medium

* Support COVID 19 date.

-- Christoph Berg <[email protected]> Thu, 04 Jun 2020 20:34:14 +0200

sdate (0.6) unstable; urgency=medium

* Use DH 12 and strip down rules to the minimum.
Expand Down
3 changes: 3 additions & 0 deletions debian/tests/sdate
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ set -eux
sdate
sdate | grep 1993

sdate --covid 19
sdate --covid 19 | grep 2020

sdate -e 1977-03
sdate -e 1977-03 | grep 'Mar.*1977'

Expand Down

0 comments on commit 5d43c2a

Please sign in to comment.