Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
日本語対応Mailman POEM版
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Yasuhito FUTATSUKI
日本語対応Mailman POEM版
Commits
2357fde2
Commit
2357fde2
authored
9 years ago
by
Yasuhito FUTATSUKI
Browse files
Options
Downloads
Plain Diff
Merge lp:mailman/2.1 rev 1576 ; tag 2.1.20+j1p3
parents
7c86ff1b
8fe23fa9
Branches
Branches containing commit
Tags
2.1.20+j1p3
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
NEWS
+3
-0
3 additions, 0 deletions
NEWS
NEWS.japan.utf-8
+6
-6
6 additions, 6 deletions
NEWS.japan.utf-8
bin/mailmanctl
+1
-1
1 addition, 1 deletion
bin/mailmanctl
with
10 additions
and
7 deletions
NEWS
+
3
−
0
View file @
2357fde2
...
...
@@ -20,6 +20,9 @@ Here is a history of user visible changes to Mailman.
Bug fixes and other patches
- Fixed bin/mailmanctl to check its effective rather than real uid.
(LP: #1491187)
- Fixed cron/gate_news to catch EOFError on opening the newsgroup.
(LP: #1486263)
...
...
This diff is collapsed.
Click to expand it.
NEWS.japan.utf-8
+
6
−
6
View file @
2357fde2
...
...
@@ -2,15 +2,15 @@
菊地氏の mailman 2.1.14+j7 に対し、本家でその後に行われた修正を
追従してmergeする試みを2013年8月頃から行っているものを公開する。
2015年
8
月現在mergeは機能毎の修正を吟味して行ったものなく、mergeに
2015年
9
月現在mergeは機能毎の修正を吟味して行ったものなく、mergeに
対して各機能の検証は行っていないため、使用には注意を必要とすることを
付記しておく。
バージョン番号について、日本語バージョンで先行して修正されていた
変更が本家に採り入れられたものなどもあるため、mergeを行った本家の
バージョンを基準として+j1から再度付番を行うように変更した。
2015年
8月24
日現在のバージョンは 2.1.20+j1p
2
(rev. 146
0
)となる。
(本家 2.1.20 rev 157
5
に対応)
(2015/0
8/24
by futatuki@poem.co.jp)
2015年
9月02
日現在のバージョンは 2.1.20+j1p
3
(rev. 146
1
)となる。
(本家 2.1.20 rev 157
6
に対応)
(2015/0
9/02
by futatuki@poem.co.jp)
日本語対応バージョンの基本は README.japan.utf-8 に記したとおりである
が、ちまたに流れるバグ修正や新機能を取り入れて +jN バージョンをリリー
...
...
@@ -23,8 +23,8 @@ mailman-3.0 のリリースに合わせる形で、3.0 新機能の導入と日
日本語バージョン 2.1.14+j7 以降の変更
- 本家 revision 1334 - 157
5
(version 2.1.20)までの変更をmerge
(rev.146
0
;本家の変更については NEWS ファイルの2.1.15の項以降を参照のこと)
- 本家 revision 1334 - 157
6
(version 2.1.20)までの変更をmerge
(rev.146
1
;本家の変更については NEWS ファイルの2.1.15の項以降を参照のこと)
- 承認待ちメッセージをwebインターフェースで表示する際にも
charsetが明示されていないメッセージのcharset推定を行う処理を
...
...
This diff is collapsed.
Click to expand it.
bin/mailmanctl
+
1
−
1
View file @
2357fde2
...
...
@@ -288,7 +288,7 @@ def check_privs():
# the uid/gid.
gid = grp.getgrnam(mm_cfg.MAILMAN_GROUP)[2]
uid = pwd.getpwnam(mm_cfg.MAILMAN_USER)[2]
myuid = os.getuid()
myuid = os.get
e
uid()
if myuid == 0:
# Set the process's supplimental groups.
groups = [x[2] for x in grp.getgrall() if mm_cfg.MAILMAN_USER in x[3]]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment