summaryrefslogtreecommitdiff
blob: 2ab2bc41a8c57e50bff75b722d506989a9984e8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
# ChangeLog for net-mail/notmuch
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.25 2012/02/28 15:13:27 aidecoe Exp $

  28 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -notmuch-0.11.ebuild,
  -notmuch-0.11.1.ebuild:
  Removed old 0.11.* versions.

  23 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.10.2.ebuild,
  notmuch-0.11.ebuild, notmuch-0.11.1.ebuild, notmuch-0.11.1-r1.ebuild:
  Removed postinst info about Python API documentation.  It's useless info,
  since this documentation can be easily found.

*notmuch-0.11.1-r1 (21 Feb 2012)

  21 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +notmuch-0.11.1-r1.ebuild, metadata.xml:
  Added 'nmbug' USE flag.

*notmuch-0.11.1 (15 Feb 2012)

  15 Feb 2012; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +notmuch-0.11.1.ebuild:
  Version bump.

  NEWS
  ~~~~
  - Fix error handling bug in python bindings
  - Fix vulnerability in emacs reply handling

  25 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -files/0.10.1-fix-test-build.patch, -notmuch-0.10.1.ebuild:
  Removed old versions: 0.10.1

*notmuch-0.11 (25 Jan 2012)

  25 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +notmuch-0.11.ebuild:
  Version bump.

  NEWS
  ~~~~
  (Extracted headlines from NEWS file. See it for details.)

  Command-Line Interface
  - Hooks have been introduced to notmuch
  - notmuch reply --decrypt bugfix

  Performance
  - Automatic tag query optimization
  - Don't sort messages when creating a dump file

  Memory Management
  - Reduction of memory leaks

  Emacs Interface
  - Bug fixes
  - Support "notmuch new" as a notmuch-poll-script
  - Improvements in saved search management
  - Hooks for notmuch-hello
  - New face for crypto parts headers
  - Use space as default thousands separator
  - New function notmuch-show-advance
  - Various performance improvements

  New add-on tool

  Upstream has added also notmuch-deliver into contrib, which is not installed
  by this ebuild. I'll create separate ebuild for it or add contrib USE flag in
  the future.

*notmuch-0.10.2 (11 Dec 2011)

  11 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +files/0.10.2-fix-test-build.patch, +notmuch-0.10.2.ebuild:
  Version bump.

  NEWS
  ~~~~
  Fix crash in python bindings.

  The python bindings did not call g_type_init, which caused crashes for some,
  but not all users.

  02 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -files/0.10-fix-test-build.patch, -notmuch-0.10.ebuild:
  Removed old versions: 0.10.

*notmuch-0.10.1 (02 Dec 2011)

  02 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +files/0.10.1-fix-test-build.patch, +notmuch-0.10.1.ebuild:
  Version bump.

  NEWS
  ~~~~
  Fix --help argument

  Argument processing changes in 0.10 introduced a bug where "notmuch --help"
  crashed while "notmuch help" worked fine.

  25 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -files/0.9-emacsetcdir.patch, -files/0.9-fix-lib-makefile-local.patch,
  -notmuch-0.9-r2.ebuild:
  Removed old versions: 0.9.

  25 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +files/0.10-fix-test-build.patch, notmuch-0.10.ebuild:
  Fixed out of tree build of test-suites. Corrected postinst message, btw.

*notmuch-0.10 (24 Nov 2011)

  24 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +notmuch-0.10.ebuild:
  Version bump. Raised minimum Python version to 2.6 for Python bindings.

  24 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r2.ebuild:
  Added app-misc/dtach which is required in test phase. Sphinx (doc builder)
  couldn't find libnotmuch - fixed by defining LD_LIBRARY_PATH. libnotmuch.so
  couldn't be found when building ruby bindings - fixed by altering extconf.rb.

  07 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r2.ebuild:
  Removed some debug echo.

  05 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -notmuch-0.9-r1.ebuild:
  Removed old 0.9-r1 revision.

  05 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r2.ebuild:
  Use elog instead of einfo in postinst.

*notmuch-0.9-r2 (04 Nov 2011)

  04 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +notmuch-0.9-r2.ebuild, metadata.xml:
  Added ruby bindings and API documentation for both python and ruby bindings.

  03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -notmuch-0.9.ebuild:
  Removed old 0.9 revision.

  03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r1.ebuild,
  metadata.xml:
  Added 'crypt' flag which just pulls app-crypt/gnupg and missing build time
  dev-util/pkgconfig dependency.

  03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9-r1.ebuild:
  Added support for test suite.

*notmuch-0.9-r1 (03 Nov 2011)

  03 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +notmuch-0.9-r1.ebuild:
  Added python bindings.

  02 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  files/0.9-emacsetcdir.patch, files/0.9-fix-lib-makefile-local.patch,
  notmuch-0.9.ebuild:
  ~x86 keyword. Notmuch works fine in terminal, Vim and Emacs.

  For x86 >=dev-libs/xapian-1.2.7-r2 is required.

  Patches as applied by upstream.

  02 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +files/0.9-emacsetcdir.patch, +files/0.9-fix-lib-makefile-local.patch,
  +notmuch-0.9.ebuild, +files/50notmuch-gentoo.el, +metadata.xml:
  Moved from app-text/notmuch to net-mail/notmuch.

  26 Oct 2011; Ulrich Mueller <ulm@gentoo.org> files/50notmuch-gentoo.el:
  Use SITEETC instead of absolute path in emacs site-init file.

  24 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9.ebuild:
  ~amd64 keyword. Notmuch works fine in terminal, Vim and Emacs.

  24 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +files/0.9-emacsetcdir.patch, +files/50notmuch-gentoo.el, notmuch-0.9.ebuild:
  Improved emacs support. Added site-init file by Ulrich Müller
  <ulm@gentoo.org>.

  24 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.9.ebuild,
  metadata.xml:
  Checking emacs version in pkg_setup(), not in pkg_pretend().  Paths in
  src_install() were prefixed with ${ROOT} and emacs files were put into ${PN}
  subdirectory.  Better descriptions for vim and emacs flags in metadata.xml.

*notmuch-0.9 (23 Oct 2011)

  23 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  +files/0.9-fix-lib-makefile-local.patch, +notmuch-0.9.ebuild, +metadata.xml:
  Initial ebuild without python and ruby bindings yet.