This website works better with JavaScript.
首頁
探索
說明
登入
damien
/
fmail
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
5
Wiki
Activity
瀏覽代碼
Prepare point release.
develop
Damien Goutte-Gattat
2 年之前
父節點
a291c76cd4
當前提交
577caa6083
共有
3 個文件被更改
,包括
8 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
AUTHORS
+6
-1
NEWS
+1
-1
configure.ac
+ 1
- 1
AUTHORS
查看文件
@ -1 +1 @@
Damien Goutte-Gattat
Damien Goutte-Gattat
<dgouttegattat@incenp.org>
+ 6
- 1
NEWS
查看文件
@ -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
查看文件
@ -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])
Write
Preview
Loading…
取消
儲存