Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Mono.Addins.Setup - github.com/mono/mono-addins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfd64280bb2066d6aafbb635dfb303068cb9c178 (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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
2010-05-25  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup.csproj: Fix output directory for the
	  Release configuration.

2010-04-08  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/AddinStore.cs: Properly get the url path
	  (old way didn't work on windows).

2010-04-08  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/RepositoryRegistry.cs: GetAvailableUpdates
	  (id,version) doesn't work. It makes no sense to ask for
	  updates for a specific add-in version. Added
	  GetAvaliableAddinUpdates methods which take only an id and
	  no version.

2010-03-30  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup.csproj: csc doesn't like iso-2.

2010-03-29  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup.csproj: Make sure the solution builds on
	  MS.NET 2.0.

2010-03-26  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup.csproj: Flush.

2009-11-13  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/SetupTool.cs: Allow specifying multiple
	  levels of verbosity.

2009-09-01  Lluis Sanchez Gual  <lluis@novell.com>

	* AssemblyInfo.cs: Bump Mono.Addins version.

2009-08-25  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/PcFileCache.cs: Updated from MD.

2009-08-24  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/PcFileCache.cs:
	* Mono.Addins.Setup/SetupService.cs: Make it buildable in .net
	  2.0.

2009-08-21  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/SetupService.cs: Applications can now
	  register a test command to be used for testing add-ins.
	  Don't use the pkg-config command, use instead the
	  PcFileCache.

	* Mono.Addins.Setup/PcFileCache.cs: Updated.

2009-08-20  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am:
	* Mono.Addins.Setup.csproj:
	* Mono.Addins.Setup/SetupTool.cs:
	* Mono.Addins.Setup/PcFileCache.cs:
	* Mono.Addins.Setup/SetupService.cs: Added a new project which
	  Implements an msbuild task for resolving add-in references.

2009-08-19  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup.csproj: Update target framework to 2.0.

2009-06-17  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/SetupService.cs: Added method for getting
	  a registry from a package name.

	* Mono.Addins.Setup/SetupTool.cs: Added some more help for the
	  info command.

2009-06-04  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am:
	* Mono.Addins.Setup.csproj: Remove unnecessary Mono.Posix
	  reference.

2009-05-28  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup.csproj: Properly sign assemblies.

2009-02-06  Lluis Sanchez Gual  <lluis@novell.com>

	* Mono.Addins.Setup/SetupTool.cs: Added command for getting
	  the list of assemblies of an add-in.

2009/02/06  Lluis Sanchez Gual  <lluis@novell.com>

 * Mono.Addins.Setup.csproj: Updated.

2008-11-10  Lluis Sanchez Gual  <lluis@novell.com>

	* mono-addins-setup.pc.in: Respect custom libdir during ./configure.
	Fixes bug #443205. Patch by Diego Pettenò.

2008-11-10  Lluis Sanchez Gual  <lluis@novell.com>

	* Makefile.am: Fix building with parallel make jobs (-j8). Fixes bug
	#443206. Patch by Diego Pettenò.

2008-08-22  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.csproj, Mono.Addins.Setup.mdp: Use msbuild file
	  format for projects. Removed the old MD1 projects.

2008-07-15  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/SetupTool.cs: Add missing parameter documentation.

2008-06-11  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.mdp: Updated.
	* Mono.Addins.Setup/SetupTool.cs: Don't allow uninstalling add-ins with
	  the CantUninstall flag. Same for hidden flag.

2008-02-06  Lluis Sanchez Gual <lluis@novell.com> 

	* AssemblyInfo.cs: Added support for pluggable add-in assembly reflectors.
	  Implemented an add-in assembly reflector based on Cecil.

2008-01-18  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/RepositoryRegistry.cs: Don't break the api.

2008-01-17  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/AddinPackage.cs: Delete subdirectories when
	  uninstalling.
	* Mono.Addins.Setup/AddinStore.cs: Use a more informative uninstall message.
	* Mono.Addins.Setup/RepositoryRegistry.cs: Fix a nullref. Improved error
	  reporting.

2007-12-15  Lluis Sanchez Gual <lluis@novell.com> 

	* mono-addins-setup.pc.in: Update assembly paths.

2007-12-12  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/SetupTool.cs: Typo fix.
	* Makefile.am: Generate and install policy files for old Mono.Addins
	  versions.

2007-12-05  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/AddinPackage.cs: When checking if an add-in is
	  installed, don't provide the version number. This will return whatever
	  version is installed.

2007-12-04  Lluis Sanchez Gual <lluis@novell.com> 

	* mono-addins-setup.pc.in: Fix dependencies.

2007-12-03  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.mdp: Updated.
	* Mono.Addins.Setup/SetupTool.cs: Added initial support for generating
	  add-in documentation as XML.

2007-10-29  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.mdp: Update paths.

2007-10-18  Lluis Sanchez Gual <lluis@novell.com> 

	* AssemblyInfo.cs: Get ready for 0.3 release.

2007-09-10  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/RepositoryRegistry.cs: Make sure RegisterRepository
	  always returns a reference to the new repo.

2007-07-05  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.mdp: Minor fix.

2007-07-03  Lluis Sanchez Gual <lluis@novell.com> 

	* AssemblyInfo.cs, Mono.Addins.Setup.mdp, Makefile.am: Sign the
	  assembly.
	* Mono.Addins.Setup/ConsoleAddinInstaller.cs: New IAddinInstaller
	  implementation.

2007-07-02  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.ProgressMonitoring/ConsoleProgressMonitor.cs,
	  Mono.Addins.Setup.ProgressMonitoring/ProgressStatusMonitor.cs,
	  Mono.Addins.Setup.ProgressMonitoring/NullProgressMonitor.cs,
	  Mono.Addins.Setup/IProgressMonitor.cs: Track api changes.
	* Mono.Addins.Setup/SetupService.cs, Mono.Addins.Setup/AddinStore.cs:
	  Added new overload for ResolveDependencies.
	* Mono.Addins.Setup/SetupTool.cs: Added new CheckInstall command. Fixed
	  some issues with add-in id comparison.
	* Mono.Addins.Setup/AddinRepositoryEntry.cs,
	  Mono.Addins.Setup/RepositoryRegistry.cs: When looking for
	  installable add-ins, sort the result by version number. Some fix in
	  the code that compares ids.

2007-05-07  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/SetupService.cs: When creating a package,
	  generating a valid file name when the add-in doesn't have an ID.
	  Fixed the generated html page. Don't add the go-mono repository by
	  default.
	* Mono.Addins.Setup/AddinInfo.cs: Generate a better default name when
	  not provided.
	* Mono.Addins.Setup/RepositoryRegistry.cs: Added method for registering
	  a repository without updating it.

2007-05-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.mdp: Updated.
	* Mono.Addins/ExtensionContext.cs: Fixed GetExtensionObjects overload
	  which was not using the correct reuseCachedInstance value.
	* Mono.Addins/ExtensionTree.cs: Improved error message. When looking
	  for a type in an assembly, avoid throwing an exception too early,
	  since it may be found in other assemblies.
	* Mono.Addins.Database/AddinDatabase.cs: In the addin info cache, also
	  store information about unsuccessful lookups, to avoid looking for
	  an add-in again if we found that it doesn't exist. In Update(),
	  don't use verbose output by default.

2007-04-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.ProgressMonitoring/NullProgressMonitor.cs: Fix
	  warning.
	* Mono.Addins.Setup/SetupTool.cs, Makefile.am: Use ISO-1 compliant c#
	  only.

2007-04-04  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.csproj: Added msbuild project files. Patch by
	  Matthijs ter Woord.
	* Mono.Addins.Setup/AddinPackage.cs, Mono.Addins.Setup/AddinStore.cs,
	  Mono.Addins.Setup/SetupTool.cs,
	  Mono.Addins.Setup/RepositoryRegistry.cs: Removed Mono.Posix
	  dependency. Patch by Matthijs ter Woord.

2007-03-30  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup/SetupTool.cs: Cosmetic fixes.
	* Mono.Addins.Setup/RepositoryRegistry.cs: Fix NRE (repoList may change
	  as a result of initializing the configuration).

2007-03-23  Lluis Sanchez Gual <lluis@novell.com> 

	* Mono.Addins.Setup.mdp, Makefile.am: Removed unused file.