File tree Expand file tree Collapse file tree 8 files changed +22
-12
lines changed
src/main/java/org/bn/compiler
BinaryNotesTests/Properties Expand file tree Collapse file tree 8 files changed +22
-12
lines changed Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >cz.drasil</groupId >
88 <artifactId >binarynotes-parent</artifactId >
9- <version >1.5.3 </version >
9+ <version >1.5.4 </version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 3636
3737public class Main {
3838
39- private static final String VERSION = "1.5.3 " ;
39+ private static final String VERSION = "1.5.4 " ;
4040
4141 private CompilerArgs arguments = null ;
4242
4343 public static void main (String args []) {
4444 try {
4545 System .out .println ("BinaryNotes compiler v" + VERSION );
46- System .out .println (" (c) 2006-2011 Abdulla G. Abdurakhmanov" );
46+ System .out .println (" (c) 2006-2014 Abdulla G. Abdurakhmanov, Pavel Drasil " );
4747 new Main ().start (args );
4848 } catch (Exception ex ) {
4949 System .err .println (ex );
Original file line number Diff line number Diff line change 1111[ assembly: AssemblyDescription ( "BinaryNotes Library" ) ]
1212[ assembly: AssemblyCompany ( "http://bnotes.sf.net" ) ]
1313[ assembly: AssemblyProduct ( "BinaryNotes" ) ]
14- [ assembly: AssemblyCopyright ( "Copyright © 2006-2011 Abdulla G. Abdurakhmanov" ) ]
14+ [ assembly: AssemblyCopyright ( "Copyright © 2006-2014 Abdulla G. Abdurakhmanov, Pavel Drasil " ) ]
1515[ assembly: AssemblyTrademark ( "" ) ]
1616[ assembly: AssemblyCulture ( "" ) ]
1717
2626// You can specify all the values or you can default the Revision and Build Numbers
2727// by using the '*' as shown below:
2828
29- [ assembly: AssemblyVersion ( "1.5.3 " ) ]
29+ [ assembly: AssemblyVersion ( "1.5.4 " ) ]
3030
3131//
3232// In order to sign your assembly you must specify a key to use. Refer to the
6060[ assembly: AssemblyKeyName ( "" ) ]
6161
6262
63- [ assembly: AssemblyFileVersionAttribute ( "1.5.2 " ) ]
63+ [ assembly: AssemblyFileVersionAttribute ( "1.5.4 " ) ]
Original file line number Diff line number Diff line change 1010[ assembly: AssemblyConfiguration ( "" ) ]
1111[ assembly: AssemblyCompany ( "(c) Abdulla G. Abdurakhmanov" ) ]
1212[ assembly: AssemblyProduct ( "BinaryNotes" ) ]
13- [ assembly: AssemblyCopyright ( "Copyright © Abdulla G. Abdurakhmanov 2006 " ) ]
13+ [ assembly: AssemblyCopyright ( "Copyright © 2006-2014 Abdulla G. Abdurakhmanov, Pavel Drasil " ) ]
1414[ assembly: AssemblyTrademark ( "" ) ]
1515[ assembly: AssemblyCulture ( "" ) ]
1616
3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "1.4.0 " ) ]
36- [ assembly: AssemblyFileVersion ( "1.4.0 " ) ]
35+ [ assembly: AssemblyVersion ( "1.5.4 " ) ]
36+ [ assembly: AssemblyFileVersion ( "1.5.4 " ) ]
Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ ChangeLog
55 [!] - Important warning or note
66 {<component>} - Component/Group that changed
77
8+ 1.5.4 {all} [+] Added support for Enumerated with default value
9+ 1.5.4 {all} [+] Default values are skipped during encoding
10+ 1.5.4 {comp} [*] Fixed failing unit test
11+ 1.5.4 {comp} [+] Output folder is created if it does not exist
12+ 1.5.4 {comp} [!] Module files moved inside the compiler JAR, removed the command line parameter specifying the path
13+ 1.5.4 {lib} [!] .NET unit tests reworked for the Misrosoft unit testing framework
14+ 1.5.4 {all} [!] Removed BinaryNotesMQ and .NET CF stuff
15+ 1.5.4 {all} [!] Project structure completely reworked (building using Maven, removed unnecessary and generated files)
16+ 1.5.4 {all} [!] Project adopted by Pavel Drasil
17+ -
8181.5.3 {lib} [+] BinaryNotes.NET migrated to MSVC10
9191.5.3 {all} [!] Migrated to Apache License v2
1020-
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >cz.drasil</groupId >
88 <artifactId >binarynotes-parent</artifactId >
9- <version >1.5.3 </version >
9+ <version >1.5.4 </version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 66 <parent >
77 <groupId >cz.drasil</groupId >
88 <artifactId >binarynotes-parent</artifactId >
9- <version >1.5.3 </version >
9+ <version >1.5.4 </version >
1010 <relativePath >..</relativePath >
1111 </parent >
1212
Original file line number Diff line number Diff line change 55
66 <groupId >cz.drasil</groupId >
77 <artifactId >binarynotes-parent</artifactId >
8- <version >1.5.3 </version >
8+ <version >1.5.4 </version >
99 <packaging >pom</packaging >
1010
1111 <modules >
You can’t perform that action at this time.
0 commit comments