summaryrefslogtreecommitdiff
path: root/VERSION
AgeCommit message (Collapse)AuthorFilesLines
2012-06-05VERSION: prepare for beta1 by setting and parsing the beta versionAndrew Bartlett1-1/+11
2012-05-25move VERSION to alpha22Andrew Bartlett1-2/+2
We will change this to beta once we both fix the VERSION parsing scripts and we agree that the next release will indeed be the beta. Andrew Bartlett Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri May 25 04:19:30 CEST 2012 on sn-devel-104
2012-05-25WHATSNEW: update for alpha21, and mark as releaseAndrew Bartlett1-1/+1
The plan has changed. This will we hope be the last alpha. Andrew Bartlett
2012-05-01move VERSION to alpha21Andrew Bartlett1-2/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue May 1 08:16:38 CEST 2012 on sn-devel-104
2012-05-01prepare WHATSNEW for alpha20 and mark as releaseAndrew Bartlett1-1/+1
2012-04-11on our way with Samba 4.0alpha20Andrew Bartlett1-2/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Wed Apr 11 04:04:18 CEST 2012 on sn-devel-104
2012-04-11prepare WHATSNEW for Samba 4.0alpha19 release and mark as release.Andrew Bartlett1-1/+1
2012-02-24on our way with Samba 4.0alpha19Andrew Bartlett1-2/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Feb 24 07:20:10 CET 2012 on sn-devel-104
2012-02-24prepare WHATSNEW for Samba 4.0alpha18 release and mark as release.Andrew Bartlett1-1/+1
2011-09-13start work on Samba 4.0 alpha18Andrew Bartlett1-2/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Sep 13 05:44:47 CEST 2011 on sn-devel-104
2011-09-13Release Samba 4.0 alpha17Andrew Bartlett1-1/+1
2011-06-24VERSION: on the road to alpha17Andrew Bartlett1-2/+2
Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Fri Jun 24 08:23:54 CEST 2011 on sn-devel-104
2011-06-24release Samba 4.0 alpha16Andrew Bartlett1-1/+1
2011-05-10Fix alpha version - we're now working on alpha16.Jelmer Vernooij1-1/+1
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Tue May 10 18:36:08 CEST 2011 on sn-devel-104
2011-02-07waf: added top level build rules Andrew Tridgell1-0/+117
This adds build rules for the top level directory based on the ones from source4. This is an intermediate step towards a combined top level build which will build both the Samba3 (bin/smbd, bin/nmbd etc) and Samba4 (bin/samba) binaries from a single build Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>