freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] docs/release: Updated.


From: Werner Lemberg (@wl)
Subject: [Git][freetype/freetype][master] docs/release: Updated.
Date: Thu, 27 Jan 2022 07:33:18 +0000

Werner Lemberg pushed to branch master at FreeType / FreeType

Commits:

1 changed file:

Changes:

  • docs/release
    ... ... @@ -27,11 +27,15 @@ How to prepare a new release
    27 27
         make distclean; make devel CC=g++; make multi CC=g++
    
    28 28
     
    
    29 29
         sh autogen.sh
    
    30
    -    make distclean; ./configure; make
    
    31 30
         make distclean; ./configure CC=g++; make
    
    32 31
     
    
    33 32
       in the cloned repository to test compilation with both gcc and g++.
    
    34 33
     
    
    34
    +  Note that it is normally not necessary to test standard C
    
    35
    +  compilation with the `configure`, `meson`, and `cmake` build tools
    
    36
    +  since this is done by the CI process of 'gitlab.freetype.org' for
    
    37
    +  every commit.
    
    38
    +
    
    35 39
     . Test C++ compilation for 'freetype-demos' too (using `git clone` as
    
    36 40
       above).
    
    37 41
     
    
    ... ... @@ -177,7 +181,11 @@ How to prepare a new release
    177 181
       'freetype-web' repository.
    
    178 182
     
    
    179 183
     . Announce new release on 'freetype-announce@nongnu.org' and to
    
    180
    -  relevant newsgroups.
    
    184
    +  relevant newsgroups.  The text should include
    
    185
    +
    
    186
    +  - SHA256 checksums of all files,
    
    187
    +  - instructions how to verify the bundles using the `.sig` file data,
    
    188
    +  - the PGP public key used to sign the archives.
    
    181 189
     
    
    182 190
     ----------------------------------------------------------------------
    
    183 191
     
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]