diff options
| author | Sam Varshavchik | 2014-06-22 09:19:58 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2014-06-22 09:24:03 -0400 |
| commit | b7553f519246fce574b52aa52ad86a308de32ad5 (patch) | |
| tree | 63e5b838ab809d34ced200f555ba76217a52bebb /unicode | |
| parent | cc76f872c7aa801c7c3397d54b5f6c9f542a53f5 (diff) | |
| download | courier-libs-b7553f519246fce574b52aa52ad86a308de32ad5.tar.bz2 | |
courier-unicode: version 1.1
Diffstat (limited to 'unicode')
| -rw-r--r-- | unicode/ChangeLog | 2 | ||||
| -rw-r--r-- | unicode/Makefile.am | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/unicode/ChangeLog b/unicode/ChangeLog index 17ac321..129e755 100644 --- a/unicode/ChangeLog +++ b/unicode/ChangeLog @@ -1,3 +1,5 @@ +1.1 + 2014-06-02 Sam Varshavchik <mrsam@courier-mta.com> * unicode.h: Add convenience definitions for several standard character diff --git a/unicode/Makefile.am b/unicode/Makefile.am index 5f4447f..b01d987 100644 --- a/unicode/Makefile.am +++ b/unicode/Makefile.am @@ -253,5 +253,14 @@ upload-dist: set -e; v="@PACKAGE@/@VERSION@/`date +%Y%m%d%H%M%S`"; git tag -s $$v -m 'Tag version @VERSION@' socksify ~/src/sftools/release.pl mrsam $(SFPASSWD) courier $(PACKAGE) @VERSION@ @PACKAGE@-@VERSION@.tar.bz2 @PACKAGE@-@VERSION@.tar.bz2.sig +distrelease: + $(MAKE) distcheck + $(MAKE) rpm + $(MAKE) -$(MAKEFLAGS) + $(MAKE) -$(MAKEFLAGS) + rm -f courier-unicode.spec + $(MAKE) courier-unicode.spec + $(MAKE) dist + www: rsync -a html/. $$HOME/www/www.courier-mta.org/unicode |
