Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Accedi
damien
/
fmail
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
5
Wiki
Attività
Sfoglia il codice sorgente
Prepare point release.
develop
Damien Goutte-Gattat
2 anni fa
parent
a291c76cd4
commit
577caa6083
3 ha cambiato i file
con
8 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
AUTHORS
+6
-1
NEWS
+1
-1
configure.ac
+ 1
- 1
AUTHORS
Vedi File
@ -1 +1 @@
Damien Goutte-Gattat
Damien Goutte-Gattat
<dgouttegattat@incenp.org>
+ 6
- 1
NEWS
Vedi File
@ -1,4 +1,9 @@
Changes in fmail 0.1.0 (2018-02-25)
Changes in fmail 0.1.2 (2018-02-26)
* Correctly accept -U and -D options.
Changes in fmail 0.1.1 (2018-02-25)
* Make User-Agent and Date headers optional.
* Specify correct hash algorithm in micalg parameter.
+ 1
- 1
configure.ac
Vedi File
@ -1,6 +1,6 @@
dnl Configure template for the fmail package
AC_INIT([fmail], [0.1.
1
],
AC_INIT([fmail], [0.1.
2
],
[dgouttegattat@incenp.org])
AC_CONFIG_SRCDIR([configure.ac])
AC_CONFIG_MACRO_DIR([m4])
Scrivi
Anteprima
Caricamento…
Annulla
Salva