6
votes
3answers
260 views

What is Mozilla's new release management strategy?

I saw today that FireFox released a new version (5). I tried reading about what was added and ran into this link: ...
2
votes
1answer
111 views

How do I go about releasing my application as open source?

I have created my own forum on ASP.NET MVC 3 and Razor. It's a decent forum with, say, version 1 functionality. I plan to work on other features as well after my release of this version. 1) What ...
6
votes
5answers
517 views

How to share code as open source?

I have a little program that I wrote for a local group to handle a somewhat complicated scheduling issue for scheduling multiple meetings in multiple locations that change weekly according to certain ...
2
votes
3answers
135 views

When should I release/announce my open source library?

I am developing python library for database inspection. When is good time to announce/release it? Obvious answer is that when it's ready to be used. But I would like to get some feedback on the API, ...
6
votes
2answers
324 views

How to open-source a project whose git repository has copyrighted media in the history?

I want to release an audio fingerprinting software project under a free license, but the repository contains copyrighted audio files. The test cases also currently use these files. How do I release ...