• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Version numbers

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'd like to suggest the use of minor revision numbers in Jforum releases. The most recent patches you've released for 2.1 should have (at a bare minimum) been v2.1.1, if not 2.1.2, 2.1.3, etc. What has been created here is a situation where I come on a Monday and download v2.1, and you release bug fixes with the same revision number throughout the rest of the week. On friday, I come in and have to weed through all the forum posts to see if you've released a "new version of 2.1" rather than just looking for a new minor revision number that's greater than what I'm currently running. Plus, it makes changelogs, version management and even the build process MUCH more useful. There are some great strategies if you're building with ant for revision management. If you're not building with ant... start. LOL

You may also want to hold on to all non-critical bugs for a couple days and release them all in one minor revision. Then a few days later, collect all the bugs again and release. A lot of the bugs I've seen fixed aren't "show stoppers" by any stretch, and can easily wait a few days. If a critical bug does show up... release it when you fix it (along with unreleased patches) as a minor revision and start the process over.

Just a suggestion.
[originally posted on jforum.net by Anonymous]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I did that because I didn't annouced jforum in major webistes, only here, in jforum.net. I didn't wanted to increase the version number because a fix in the html. There were days that I updated the package 2 or 3 times.

I undestand your concerns, and is not usual that I do such things. In the next days I'll release 2.1.1 because some minor issues in the admin, rss and a little bug with the quote tag.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
"To do good, you actually have to do something." -- Yvon Chouinard
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic