Changeset 1354:5a932e25364f

Show
Ignore:
Timestamp:
1999-11-08 13:56:28 (9 years ago)
Author:
Thomas Roessler <roessler@…>
Branch:
HEAD
Tags:
mutt-1-1-1-1-rel
Message:

automatic post-release commit for mutt-1.1.1.1

Files:
1 added
2 removed
3 modified

Legend:

Unmodified
Added
Removed
  • ChangeLog

    r1351 r1354  
    1 Sun Nov  7 22:52:40 1999  Thomas Roessler  <roessler@guug.de> 
    2  
    3         * sendlib.c: 
    4         short-cut utf-7 as a 7bit character set.  Currently, utf-7 may be 
    5         overridden by us-ascii. 
    6  
    7         * protos.h, recvattach.c, recvcmd.c, rfc1524.c, rfc1524.h, send.c, sendlib.c, attach.c, attach.h, browser.c, commands.c, compose.c, curs_main.c, functions.h, init.h, mutt.h, muttlib.c, pager.c, pager.h, postpone.c, Makefile.am: 
    8         Rewriting lots of the recvattach code. 
     1Mon Nov  8 21:08:07 1999  Thomas Roessler  <roessler@guug.de> 
     2 
     3        NOTICE: You'll find a version 1.1.1.1 in the logs, and in 
     4        the CVS tags.  This version is identical to 1.1.1, and 
     5        exculsively serves the purpose to test some improvements to 
     6        the release build process. 
     7 
     8        * LAST_TAG, Makefile.am, OVERSION: 
     9        Preparing some improvements to the build process. 
     10 
     11        * po/de.po, reldate.h, VERSION, ChangeLog: 
     12        automatic post-release commit for mutt-1.1.1 
    913 
    1014Sun Nov  7 22:52:40 1999  Thomas Roessler  <roessler@guug.de> 
  • Makefile.am

    r1353 r1354  
    153153        -rm -rf $(distdir)-us 
    154154 
    155 test-tlr: 
    156         test $$HOSTNAME = sobolev && test $$LOGNAME = roessler 
    157  
    158 actual-dist: update-doc 
    159         # Note: We can't put these into the dependencies line, since 
    160         # make will over-optimize some of the distdir targets. 
    161         $(MAKE) us-dist 
    162         $(MAKE) dist 
    163         mv $(distdir).tar.gz $(distdir)i.tar.gz 
    164         mv $(distdir)-us.tar.gz $(distdir).tar.gz 
    165         $(MAKE) do-sign 
    166         $(MAKE) do-upload 
    167  
    168 do-sign: test-tlr 
    169         pgp -sb $(distdir)i.tar.gz && chmod 644 $(distdir)i.tar.gz.asc 
    170         pgp -sb $(distdir).tar.gz && chmod 644 $(distdir).tar.gz.asc 
    171  
    172 do-upload: test-tlr 
    173         if ! ssh-add -l | grep -q roessler@ ; then  \ 
    174                 ssh-add ; \ 
    175         fi 
    176         @echo "Please connect to the Net and press any key." 
    177         @read dummy 
    178         scp $(distdir){,i}.tar.gz{,.asc}                        \ 
    179                 sigtrap.guug.de:/home/ftp/pub/mutt/devel/       \ 
    180                 || echo "UPLOAD FAILED.  Please upload manually!" 
    181         ( cd $(srcdir) && cvs commit -m "automatic post-release commit for $(distdir)" ) 
    182         cvs tag `echo $(distdir)-rel | tr . -` 
    183         cvs rdiff -u -r `cat $(srcdir)/LAST_TAG`  \ 
    184                         -r `echo $(distdir)-rel | tr . -` \ 
    185                         > $(srcdir)/diff-`cat $(srcdir)/OVERSION`-`cat $(srcdir)/VERSION` 
    186         gzip -9 $(srcdir)/diff-`cat $(srcdir)/OVERSION`-`cat $(srcdir)/VERSION` 
    187         echo $(distdir)-rel | tr . - > $(srcdir)/LAST_TAG 
    188         ( cd $(srcdir) && cvs commit -m "automatically committing updated build information" LAST_TAG ) 
    189         cvs update 
    190         $$HOME/bin/upload-mutt 
    191         mutt -s "[Announce] $(distdir) is out" mutt-dev@mutt.org 
    192  
    193 bump-version: test-tlr 
    194         -rm -f $(srcdir)/VERSION 
    195         ( cd $(srcdir) && cvs update VERSION ) 
    196         ( cd $(srcdir) && cp VERSION OVERSION && \ 
    197            cvs commit -m "automatically committing updated build information" OVERSION ) 
    198         awk -F . '{printf("%d.%d.%d\n", $$1, $$2, $$3 + 1);}' $(srcdir)/VERSION > _VERSION.$$$$  \ 
    199                 && mv _VERSION.$$$$ $(srcdir)/VERSION 
    200         $(VISUAL) $(srcdir)/VERSION 
    201  
    202 mutt-dist: bump-version reldate changelog 
    203         touch $(srcdir)/configure.in 
    204         $(MAKE) config.status 
    205         ./config.status 
    206         $(MAKE) actual-dist 
     155mutt-dist: 
     156        (cd $(srcdir) && ./build-release ) 
    207157 
    208158update-doc: stamp-doc-rc 
  • VERSION

    r1351 r1354  
    1 1.1.1 
     11.1.1.1