[gluon] Announcement: Gluon is now in soft freeze |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/gluon Archives
]
- To: gluon@xxxxxxxxxxxxxxxxxxx
- Subject: [gluon] Announcement: Gluon is now in soft freeze
- From: Arjen Hiemstra <djfreestyler@xxxxxxxxx>
- Date: Wed, 21 Apr 2010 12:19:23 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:date:from:to:subject :message-id:x-mailer:mime-version:content-type :content-transfer-encoding; bh=W8xL/zl1r4iHqPy/3gTeP6oPEdNWGgU/ZJAq/DCA6QU=; b=FpIaxQhbavf3XYT5frUJh3ck69JsINuWBKZ02helAZsjOKNgnVXIAUDXjDFfHcPz5R BlAO5PhE5R2XxivlP2JOA1sjMz07cBd7gqCM4Zd/CEwT/+D+4zEqkJVk1PWgrozTKmWA 4nRPmqnD9w26lJvc0F/f8cr4yQDgBpVJcLfGY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:subject:message-id:x-mailer:mime-version:content-type :content-transfer-encoding; b=ZWk5YAaXI3DuCIXtDRzWrjA1dvXhOuJQls0XgApebjruKnOxdIBjmv7rbyganFhQzy zNE9iBK0tgI+ZrMo5kM8tijnTvzL9gP6K6JrtwlRQvS5mVKLv1UapBXDSsBwoHXEfLG4 im+HaANe8tJ/d8cIjNWF4iwHvVCcJbXdneaeg=
Hello people,
Now that we have releaased the first alpha, we are announcing a soft
freeze for the Gluon codebase.
What does this mean? In short, it means that you should be using
branches for larger features instead of directly pushing to master.
We have been using "feature" branches before for several things, the
buildsystem overhaul comes to mind. We are just formalizing this
procedure a bit more.
So what does this mean? For anything that modifies or removes existing
api, you should create a feature branch and implement the changes into
that branch, Once done, you can merge it to master as long as you
notify people on #gluon and make an announcement to this mailing list
with your changes.
If you need to add API or modify existing api in such a way that does
not change its result you can still push to master directly for now,
although it is still recommended to do this work in separate branches.
We are doing this to prevent the API's from being too much in flux, so
that other people who want to use our API's can start developing
without constantly needing to watch changes.
- Arjen Hiemstra
---
+----------------------------------------------+
Gluon is a high-level game development library for the KDE desktop enviornment.
http://gluon.tuxfamily.org/
http://gitorious.org/gluon