4196dd830f 
								
							 
						 
						
							
							
								
								create a NEWS file for alternc detailing the major changes in this release  
							
							
							
						 
						
							2008-10-09 23:34:25 +00:00  
				
					
						
							
							
								 
						
							
								3c242059c9 
								
							 
						 
						
							
							
								
								document apache2 support  
							
							
							
						 
						
							2008-10-09 23:21:38 +00:00  
				
					
						
							
							
								 
						
							
								9e7857073b 
								
							 
						 
						
							
							
								
								document  #1078  
							
							
							
						 
						
							2008-10-07 16:50:26 +00:00  
				
					
						
							
							
								 
						
							
								c3e626c6f8 
								
							 
						 
						
							
							
								
								document  #1017  fix  
							
							
							
						 
						
							2008-10-07 16:43:36 +00:00  
				
					
						
							
							
								 
						
							
								3bcb5159f9 
								
							 
						 
						
							
							
								
								stop overwriting named.conf  
							
							... 
							
							
							
							starting this release, only named.conf.options will be replaced (as we
need to modify the options {} block and can't just add another one). We
still install a named.conf, a fresh version from Lenny this time, so
that we get a clean start.
Also get rid of the bind_internal parameter that is not really used or
recommended, as it allows for authoritative nameservers to also serve
recursive queries (which is bad practice).
See: #1025 
Closes : #1104  
							
						 
						
							2008-10-06 23:58:04 +00:00  
				
					
						
							
							
								 
						
							
								d67dce6218 
								
							 
						 
						
							
							
								
								document last bugfix  
							
							... 
							
							
							
							See: #1129  
							
						 
						
							2008-10-06 23:28:25 +00:00  
				
					
						
							
							
								 
						
							
								77ddb5002f 
								
							 
						 
						
							
							
								
								do not override Postfix's main.cf: instead, we use a /etc/alternc/postfix.cf to hold our configuration changes and apply that on postinst.  
							
							... 
							
							
							
							Closes : #1029  
						
							2008-10-06 22:12:41 +00:00  
				
					
						
							
							
								 
						
							
								cdb3a1e281 
								
							 
						 
						
							
							
								
								remove alternc/mynetwork debconf parameter, stop overriding it in  
							
							... 
							
							
							
							postfix
also split the config prompts between slave and non-slave package
See: #1029  
							
						 
						
							2008-10-06 21:13:11 +00:00  
				
					
						
							
							
								 
						
							
								8c1962223a 
								
							 
						 
						
							
							
								
								revert back to r2306: stay with only two packages for now, which should unbreak the main alternc package  
							
							
							
						 
						
							2008-10-04 20:25:03 +00:00  
				
					
						
							
							
								 
						
							
								09c776f003 
								
							 
						 
						
							
							
								
								tentative splitting of alternc into multiple packages  
							
							
							
						 
						
							2008-10-04 19:58:38 +00:00  
				
					
						
							
							
								 
						
							
								29bb246122 
								
							 
						 
						
							
							
								
								fix lintian warning  
							
							
							
						 
						
							2008-10-04 18:47:20 +00:00  
				
					
						
							
							
								 
						
							
								19094da87c 
								
							 
						 
						
							
							
								
								try to build a changelog for 0.9.9  
							
							
							
						 
						
							2008-10-04 18:43:38 +00:00  
				
					
						
							
							
								 
						
							
								ad81b6215d 
								
							 
						 
						
							
							
								
								add changelog for recent package seperation work  
							
							
							
						 
						
							2008-10-04 18:31:13 +00:00  
				
					
						
							
							
								 
						
							
								64732a75ee 
								
							 
						 
						
							
							
								
								prepare a test upload for koumbit  
							
							
							
						 
						
							2008-10-04 16:05:51 +00:00  
				
					
						
							
							
								 
						
							
								b1b87e06f4 
								
							 
						 
						
							
							
								
								Fixing TLS for proftpd : CertificateFile IS REQUIRED for TLS to work  
							
							
							
						 
						
							2008-08-11 10:07:00 +00:00  
				
					
						
							
							
								 
						
							
								71bda92a12 
								
							 
						 
						
							
							
								
								open the changelog for version 0.9.9, so that we can add changes to that version as we go along. use ~ as the svn version seperator so it's *lower* than 0.9.9 on snapshots  
							
							
							
						 
						
							2008-04-15 15:54:48 +00:00  
				
					
						
							
							
								 
						
							
								2d19879499 
								
							 
						 
						
							
							
								
								complete changelog in preperation for 0.9.8  
							
							... 
							
							
							
							(step one of the ReleaseProcess) 
							
						 
						
							2008-04-14 02:29:58 +00:00  
				
					
						
							
							
								 
						
							
								97ddcc0206 
								
							 
						 
						
							
							
								
								fix standards  
							
							
							
						 
						
							2008-04-13 04:46:05 +00:00  
				
					
						
							
							
								 
						
							
								d5a4c72e4a 
								
							 
						 
						
							
							
								
								Major redesign of the MySQL backend interface to fix a security issue.  
							
							... 
							
							
							
							See: #318 .
As of now, the MySQL configuration used everywhere by AlternC is not
stored in the main configuration file (/etc/alternc/local.sh) but in a
MySQL configuration file in /etc/alternc/my.cnf, which enables us to
call mysql without exposing the password on the commandline.
The changes here are quite invasive but will allow us to factor out
the MySQL configuration better. See #364 .
This includes a partial rewrite of the mysql.sh logic, which is now ran
from the postinst script (and not alternc.install) which will allow us
to actually change the MySQL root user properly. See #601 .
This commit was tested like this:
 * clean install on etch (working)
 * upgrade from a clean 0.9.7 (working) 
							
						 
						
							2008-04-13 04:35:19 +00:00  
				
					
						
							
							
								 
						
							
								c8f477c3ec 
								
							 
						 
						
							
							
								
								crude implementation of permission change in the file browser  
							
							... 
							
							
							
							Contributed by: Mathieu Lutfy
Sponsored by: Koumbit 
							
						 
						
							2008-04-10 18:40:08 +00:00  
				
					
						
							
							
								 
						
							
								9517d27d78 
								
							 
						 
						
							
							
								
								Standardisation de l'interface web d'AlternC, qui passe maintenant la  
							
							... 
							
							
							
							validation du w3c
Refonte de certains styles et couleurs, tel que discuté sur la liste de
discussion.
Des modifications locales peuvent maintenant être faites dans
styles/custom.css qui n'est pas distribué avec AlternC et donc jamais
remplacé.
Contribution de Marc Angles
Sponsorisé par Koumbit 
							
						 
						
							2008-04-10 18:05:51 +00:00  
				
					
						
							
							
								 
						
							
								6e3b1f0952 
								
							 
						 
						
							
							
								
								remove unofficial packages from history, announce 0.9.7  
							
							
							
						 
						
							2007-11-09 23:44:38 +00:00  
				
					
						
							
							
								 
						
							
								686fcc8328 
								
							 
						 
						
							
							
								
								one more test release  
							
							
							
						 
						
							2007-11-09 22:05:45 +00:00  
				
					
						
							
							
								 
						
							
								b96ac8ea84 
								
							 
						 
						
							
							
								
								note some packages never released  
							
							
							
						 
						
							2007-10-26 04:49:42 +00:00  
				
					
						
							
							
								 
						
							
								919b64da06 
								
							 
						 
						
							
							
								
								fix changelog format again  
							
							
							
						 
						
							2007-10-03 23:06:40 +00:00  
				
					
						
							
							
								 
						
							
								c1ecec8a0e 
								
							 
						 
						
							
							
								
								fix my username for signnatures  
							
							
							
						 
						
							2007-10-03 23:04:59 +00:00  
				
					
						
							
							
								 
						
							
								67f581664b 
								
							 
						 
						
							
							
								
								prepare a test package for stable for Koumbit  
							
							
							
						 
						
							2007-10-03 22:58:42 +00:00  
				
					
						
							
							
								 
						
							
								20037606ad 
								
							 
						 
						
							
							
								
								more details in changelog, some grammar fixes  
							
							
							
						 
						
							2007-10-02 18:09:11 +00:00  
				
					
						
							
							
								 
						
							
								bdd9cf2c13 
								
							 
						 
						
							
							
								
								add changelog for apache and the latest fixes, depend explicitely on apache and apache2 instead of relying on libapache-mod-php having the right dependencies: it doesn't  
							
							
							
						 
						
							2007-09-09 20:36:43 +00:00  
				
					
						
							
							
								 
						
							
								c6fcdcb271 
								
							 
						 
						
							
							
								
								Checking MX when hosting a mail.  Fixes   #1074  
							
							
							
						 
						
							2007-09-09 20:33:30 +00:00  
				
					
						
							
							
								 
						
							
								1ead7e1bbb 
								
							 
						 
						
							
							
								
								Fixing dns/nodns issue (a bug in update_domains)  Fixes   #772  
							
							
							
						 
						
							2007-09-09 20:01:34 +00:00  
				
					
						
							
							
								 
						
							
								1d1c8f9a01 
								
							 
						 
						
							
							
								
								Choose english if the language is not available.  Fixes   #1047  
							
							
							
						 
						
							2007-08-27 07:25:19 +00:00  
				
					
						
							
							
								 
						
							
								d2c5c63811 
								
							 
						 
						
							
							
								
								parameter checking in subdomain creation, + translations added in dom_subdodel.php  
							
							
							
						 
						
							2007-08-27 07:19:10 +00:00  
				
					
						
							
							
								 
						
							
								4067fcc07a 
								
							 
						 
						
							
							
								
								changing ownership of /var/alternc/tmp  
							
							
							
						 
						
							2007-08-27 06:02:34 +00:00  
				
					
						
							
							
								 
						
							
								0cf1a82fc2 
								
							 
						 
						
							
							
								
								changing ownership of /var/alternc/tmp  
							
							
							
						 
						
							2007-08-27 06:01:41 +00:00  
				
					
						
							
							
								 
						
							
								8a0cbf415d 
								
							 
						 
						
							
							
								
								url are now  not / :  Fixes   #1054  
							
							
							
						 
						
							2007-08-26 20:41:32 +00:00  
				
					
						
							
							
								 
						
							
								dd2e4fd917 
								
							 
						 
						
							
							
								
								alternc version to test ...  
							
							
							
						 
						
							2007-08-23 17:22:01 +00:00  
				
					
						
							
							
								 
						
							
								7f753e02f8 
								
							 
						 
						
							
							
								
								alternc version to test ...  
							
							
							
						 
						
							2007-08-23 17:20:50 +00:00  
				
					
						
							
							
								 
						
							
								73e1c87b0a 
								
							 
						 
						
							
							
								
								apache modules manual install  
							
							
							
						 
						
							2007-08-23 17:14:17 +00:00  
				
					
						
							
							
								 
						
							
								8467cf5473 
								
							 
						 
						
							
							
								
								we copy the default squirrelmail prefs in new accounts.  Fixes   #1015  
							
							
							
						 
						
							2007-08-23 08:18:41 +00:00  
				
					
						
							
							
								 
						
							
								e05aece60e 
								
							 
						 
						
							
							
								
								We configure postfix even when main.cf don't exist.  Fixes   #1009  
							
							
							
						 
						
							2007-08-23 08:01:01 +00:00  
				
					
						
							
							
								 
						
							
								6bad3e9495 
								
							 
						 
						
							
							
								
								Correction du probleme du lien voir.  Fixes   #690  
							
							
							
						 
						
							2007-08-23 06:46:50 +00:00  
				
					
						
							
							
								 
						
							
								76dd27eacc 
								
							 
						 
						
							
							
								
								changes 'move' to 'move to' + translation ( Fixes   #787 )  
							
							
							
						 
						
							2007-08-23 05:59:46 +00:00  
				
					
						
							
							
								 
						
							
								b3e3cb4491 
								
							 
						 
						
							
							
								
								Confirm file deletion : translation.  Fixes   #1718  
							
							
							
						 
						
							2007-08-23 05:52:35 +00:00  
				
					
						
							
							
								 
						
							
								a5f92a26dd 
								
							 
						 
						
							
							
								
								changelog of the previous fixes  
							
							
							
						 
						
							2007-08-22 23:02:47 +00:00  
				
					
						
							
							
								 
						
							
								55308ae2c0 
								
							 
						 
						
							
							
								
								using our own log format : we need this since we are not using 'real' virtualhosts  
							
							
							
						 
						
							2007-08-22 22:08:20 +00:00  
				
					
						
							
							
								 
						
							
								c2592aea96 
								
							 
						 
						
							
							
								
								don't label this release as 0.9.7, we're not there yet  
							
							
							
						 
						
							2007-08-15 00:02:44 +00:00  
				
					
						
							
							
								 
						
							
								051ce2dc61 
								
							 
						 
						
							
							
								
								it's override_php, not override.php ...  
							
							
							
						 
						
							2007-05-31 17:15:04 +00:00  
				
					
						
							
							
								 
						
							
								6cb1e4018d 
								
							 
						 
						
							
							
								
								0.9.6.3 changelog  
							
							
							
						 
						
							2007-05-11 01:38:55 +00:00  
				
					
						
							
							
								 
						
							
								977a9425e4 
								
							 
						 
						
							
							
								
								announce 0.9.6.2: a proper repackaging of 0.9.6.1  
							
							
							
						 
						
							2007-01-17 21:04:18 +00:00