Archive: submitting patches...?


submitting patches...?
We've been using NSIS with great success at our company for a while now. We've also customized the code quite a bit. Since new versions are coming out every other hour, we thought it might be useful for us and for everybody else to submit our patches back into the main distribution. What is the right way to go about this? Who should I email/contact?

The main features we've developed enable all kinds of target system detection (OS, hardware, driver versions, etc.) as well as a few other tweaks.

Anyway, just curious what the next step is...

Thanks!


You can send them to me, and I will integrate (when appropriate).

In the past I've been a bit picky about what gets in, but I think I'll start letting more in, but making it disabled by default (i.e. have a NSIS_CONFIG_WHATEVER for many additions - I'm trying to keep the default EXE header size down =).

-Justin
justin@nullsoft.com


Yes, this is what I assumed. We'll give each feature a #define toggle which is off by default. You can enable the ones you feel are appropriate.