0
votes
3answers
24 views
Checklist for releasing an open source library
Hi all,
I have been working on a web development library (for the CodeIgniter framework) that I soon hope to release.
This would be my first contribution ever, and I have never released an open …
0
votes
1answer
60 views
Console application questions (build release/ not loading solution file)
I've got a couple questions about .net console applications.
I created the console app, and included a solution file during the create, but when I open the solution file, it only shows the project, …
0
votes
1answer
11 views
Perform a maven patch release
Is it possible to perform a patch release in maven? I would like to create a jar containing only one class which I have changed since the release.
0
votes
1answer
15 views
“Points to Consider” before releasing a .NET Product Beta
I am planning to release a .NET product as Beta in the next couple of weeks. I want to know what points should be considered before releasing a product. I think the following needs to be taken care …
3
votes
5answers
121 views
Enhancements to programming languages that had to be withdrawn after release?
Are there examples of significant enhancements to major programming languages that were fully released and then found to be sufficiently flawed that they had to be withdrawn?
UPD @Jeff Foster has an …
0
votes
1answer
10 views
Code leaks memory, seems to be coming from ID3DXBuffer, unsure why..
I load a shader with the following:
ID3DXBuffer* errors = 0; ID3DXEffect
*effect = 0;
HR(D3DXCreateEffectFromFile(
gd3dDevice, L"Shader.fx", 0, 0,
…
0
votes
2answers
46 views
jQuery Highlight element on select option
I have a list of values in a drop down style select box e.g.
<select id="places">
<option>Italy</option>
<option>France</option>
<option>Germany</option>
…
1
vote
2answers
36 views
What is the difference between release and iteration?
The title says What is the difference between release and iteration? Can you explain what the difference is?
4
votes
6answers
70 views
How do other development teams approach version numbers?
Our application is quite mature, and thus we are up to version 16. However, this can give the impression that the software is old and out of touch (how many commercial applications are there with a …
3
votes
4answers
122 views
How to release often with Lean/Kanban?
I am quite new to Lean/Kanban, but have poured over online resources over the last few weeks and have come up with a question that I haven't found a good answer for. Lean/Kanban seems otherwise such a …
1
vote
1answer
165 views
Time performance in Release mode: a grotesque difference in VC++ 2008 and VC++ 2005 Express Edition
Hi, I ran the same project (with the same configuration properties) in VC++ 2008 and in VC++ 2005 Express Edition. I got surprised with difference in time preformance between them: VC++ 2008 took much …
6
votes
6answers
147 views
How to prove my stakeholder and manager my software works?
What do software engineers encounter after another stressfull release? Well, the first thing we encounter in our group are the bugs we have released out in the open. The biggest problem that we as …
1
vote
1answer
51 views
MySQL 6 release date?
Anyone know when the MySQL 6 release date is?
I've seen a ton of alpha/beta for it but have not seen an actual release date for 6.0
Looks like back in April, MySQL announced the release of ALPHA …
2
votes
1answer
104 views
PHP 6 release date?
What's the current release date for PHP 6.
I recall once reading that it was to be released back in 2006. We're just a few weeks away from 2010.
1
vote
5answers
687 views
Metadata file ‘…\Release\project.dll’ could not be found in Visual Studio
Recently I started to get this message randomly. I have a solution with several projects in it. Current build mode is Debug and all projects' configuration is set to Debug. But when I try to run the …
